: For SEO, are pre-rendered previous and next pages required for a single page application site with infinite scroll? In this article It is mentioned that Chunk your infinite-scroll page content
In this article It is mentioned that
Chunk your infinite-scroll page content into
component pages that can be accessed when JavaScript is disabled.
and
Add rel="next" and rel="prev" in head section.
My application is highly dependent on spa framework so is there any other way to index infinte scroll for SPA applications or do I have to make custom pre-rendered paginated pages for SEO?
More posts by @Nimeshi995
1 Comments
Sorted by latest first Latest Oldest Best
My application is highly dependent on spa framework so is there any other way to index infinite scroll for SPA applications
Steven states:
"Infinite scroll doesn't hurt SEO as long as you also have other navigation as well as deep links to your content"
But take note of the last part.... you also have other navigation as well as deep links.
It means you want to make sure there is a reason for people to want to stay on the page and read it.
However, the nice thing about segmenting pages instead of trying to fit hundreds of paragraphs on a single page is that users can find what they want quickly and they won't have to wait for all text to load and they won't have to constantly scroll to find the paragraph they want.
If you don't want to use previous and next, then you should look into categorizing your paragraphs and having one web page per category. If that doesn't condense it enough, then introduce subcategories. Make all the categories as links so that people can use them to find the page they need.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.