Need Guidance on SEO-Friendly Pagination / Load More Implementation
Hi Team,
Could you please suggest the best approach for this scenario?
I have a component that reads the latest articles from article pages and displays them on a page. Currently, there are around 1500–2000 articles, and the number keeps increasing daily. Because all article links and HTML are rendered directly in the DOM, the page load time has become very high.
The current implementation is SEO/GEO friendly since search engines like Google can crawl and index all URLs available in the DOM. However, the major issue is the performance and page load time.
I’m looking for suggestions on how to improve the page performance without negatively impacting SEO/GEO. We are also considering approaches such as pagination or a “Load More” option.
Thanks in Advance.
Regards
Veera