loktar00 / react-lazy-load

React component that renders children elements when they enter the viewport.
MIT License
978 stars 166 forks source link

Does this lib work well for SEO purposes? #134

Closed ArthurHwang closed 2 years ago

ArthurHwang commented 5 years ago

I am just curious if when using this library, does it effect SEO at all?

Mainly, I want to lazy load images in using gatsbyjs and this library. Will there be any penalty to doing so?

tcope25 commented 4 years ago

@ArthurHwang use gatsby-image

loktar00 commented 2 years ago

I agree with gatsby might as well use gatsby-image Not sure what this would really affect in regards to SEO however, your alt tags wouldn't get crawled in a non js enabled crawler, only thing I can really think of off the top of my head that could potentially affect SEO in any way.