stratiformltd / react-loadable-visibility

A wrapper around react-loadable and @loadable/component to load elements once they are visible on the page.
BSD 3-Clause "New" or "Revised" License
1.01k stars 31 forks source link

Is this SEO friendly? #49

Open 12shivs opened 2 years ago

12shivs commented 2 years ago

I am using nextjs for a static site. will it be helpful for SEO.

stevepepple commented 2 years ago

Presumably not, unless you render the same content in the fallback during server-side rendering on include the content you want for SEO in a Schema.org block.