Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Search #114

Open
pribeh opened this issue Sep 9, 2016 · 2 comments
Open

Google Search #114

pribeh opened this issue Sep 9, 2016 · 2 comments

Comments

@pribeh
Copy link

pribeh commented Sep 9, 2016

Hi Guys,

I'm not sure if this is a support request or a feature request. I'm just learning more about how Google's search bots scan pages but I've noticed through the search console that they don't pick up on images which are lazy loaded through echo. Looks like Google's bots don't complete the subsequent http requests. Does anyone know of a way around this?

Thanks!

Thomas

screen shot 2016-09-09 at 3 26 41 pm

@raphaeleidus
Copy link
Contributor

raphaeleidus commented May 22, 2017

I would advise not using echo on any images that are above the fold as you want those to load as fast as possible for your users. This should help google know what images are important.

Additionally, google's spider has improved a lot and started executing javascript

@brianchristopherpeck
Copy link

brianchristopherpeck commented Dec 1, 2017

I do most of the heavy critical-rendering-path optimization for my team and @raphaeleidus is absolutely correct. If you lazy-load images above the fold your google page speed score will drop. This is one of Google's crawling and ranking factors. Check your pages score here to see if you implemented this package correctly and what images are above the fold on Desktop and Mobile...
https://developers.google.com/speed/pagespeed/insights/
The above test will give you screen-shots to see what appears to google-bot before the load event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants