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? #239

Closed
ModDM opened this issue Feb 24, 2016 · 10 comments
Closed

Are Lazy Loaded Images Crawled By Google? #239

ModDM opened this issue Feb 24, 2016 · 10 comments

Comments

@ModDM
Copy link

ModDM commented Feb 24, 2016

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

@hvelarde
Copy link

that's a very good question indeed; I made a quick research and no, they are not indexed:

here is a page with a lazy loaded image; here are the results of searching for that image in Google; the page is not listed.

@aFarkas
Copy link
Owner

aFarkas commented Feb 24, 2016

@hvelarde

You can't take an image search for an article that was listed today. google has many different type of bots and the bot that is indexing lazysizes images isn't coming every 24h to a page.

Here is another example:

  1. page
  2. image
  3. search result

found ;-)

@hvelarde
Copy link

@aFarkas good to know! I'll keep an eye on this :-)

@hvelarde
Copy link

further research: I used the Search Console on Google's Webmasters Tools to check how the image is rendered by Googlebot; that confirms Google will indeed index the image (there's even a second image below the fold that is also already loaded).

selecao_013

thanks again, @aFarkas, you rock!

@ModDM
Copy link
Author

ModDM commented Feb 24, 2016

Thank you @hvelarde and @aFarkas for these quick and clear answers!

@aFarkas aFarkas closed this as completed Feb 26, 2016
@HectorLS
Copy link

Hello, i know this is close but, i have the same problem @aFarkas, images are not being indexed ( Talking about webs published 2 months ago)

There is an specific way to use your library 🎉 and also to index the images ?
Thanks in advance

@interactivespace
Copy link

Does anyone has a workaround how to make the lazyloaded images indexable?

@ModDM
Copy link
Author

ModDM commented Nov 21, 2022

Have you tried the Search Console from Google, as hvelarde commented above on Feb 24, 2016? Also, have you commanded Google to do a crawl execution on your site? Maybe you can also add a link to your images in your site map, for the crawler. How knows that helps.

@interactivespace
Copy link

According to the search console screenshot, the images are loaded and also all my pages are indexed. But I didn't added the images to the sitemap.xml. I will give it a try and add them to the sitemap.xml, I think this is anyway best practice.

@ModDM
Copy link
Author

ModDM commented Nov 21, 2022

Glad I could help you with at least an option, since the other options didn't work out well for you. Hope this helps a bit. If so, maybe more users would like to know it!

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