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

Are Lazy Loaded Images Crawled By Google? #306

Closed
ModDM opened this issue Feb 11, 2016 · 9 comments
Closed

Are Lazy Loaded Images Crawled By Google? #306

ModDM opened this issue Feb 11, 2016 · 9 comments

Comments

@ModDM
Copy link

ModDM commented Feb 11, 2016

Regarding the widely found issue on the web about dynamically loaded content that is / was not crawled by Google, my question is if Lazyload images are available for Google to crawl it and to show it for example on Google Images site (images.google.com).

@tuupola
Copy link
Owner

tuupola commented Feb 11, 2016

Doing an site:www.appelsiini.net search seems to reveal several car images which are from lazyload demo pages.

@ModDM
Copy link
Author

ModDM commented Feb 11, 2016

A practicle example = the best answer! Thank you very much.

@ModDM
Copy link
Author

ModDM commented Feb 11, 2016

It's okay, because it works correctly, but I was just wondering about some little thing that might explain it:
Google recognizes it, maybe by reading Javascript, but maybe because of the src attribute. This attribute is not in the original HTML, but am I right that this attribute is dynamically added to the img tags by the script?

@tuupola tuupola closed this as completed Feb 24, 2016
@psugihara
Copy link

@ModDM I believe this works because Google's crawler loads all js 0 and 1. My company's site is rendered completely on the client and google has no issues.

@ModDM
Copy link
Author

ModDM commented Mar 1, 2016

Thank you Peter. Always good to know how Google works, since we can not without Google nowadays.

@ankur0890
Copy link

ankur0890 commented Jul 16, 2016

@tuupola hey i checked. Images that are getting crawled are not from the lazyload page. They are from http://www.appelsiini.net/projects/viewport/3x2.html in which images are not lazy load. My site is using this plugin and my images are not getting cralwed by google

@ModDM
Copy link
Author

ModDM commented Jul 18, 2016

Hey, you are right @ankur0890. Has something changed @tuupola?

@vin-ai
Copy link

vin-ai commented Jul 19, 2016

Lazy loaded images are being crawled by Google,

Google it "jquery smartify" for images and see the result

@tuupola
Copy link
Owner

tuupola commented Jul 19, 2016

I can see images which are from lazyload demo pages.

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

5 participants