aFarkas / lazysizes

High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration.
MIT License
17.38k stars 1.73k forks source link

RIaS Google SEO issue #808

Open ArekZw opened 4 years ago

ArekZw commented 4 years ago

Describe the bug Google index images in small size instead original when using RIaS plugin

Steps to reproduce the behavior: Settings:

window.lazySizesConfig.rias = {
  | prefix: "https://mydomain.com/{width}x",
  | absUrl: false
  | };
  |  
  | window.lazySizesConfig.rias.widths = [96, 160, 320, 480, 640, 800, 960, 1280, 1440, 1600, 1920, 2240, 2560, 2880];

What is the expected behavior Google index image in high quality, original size

What happened instead  Google index image in mobile size, and in "Images" (in Google, on PC) images are blurry, extended from a smaller size

aerni commented 3 years ago

I'm having the same issue. Wondering how to index original images instead of the small and blurry previews.

aerni commented 3 years ago

Did you have a chance to look into this issue?