Infinite scroll from Games Discovery website (React course) is not Google friendly

Hi,

The Games Discovery scroll is not following the Google guidelines and thus is not SEO friendly, according to the following link:

What would be the best approach to adjust? If I change the URL syntax to contain the page number and the rest of the search parameters, it removes the need to use the state store.

Thanks.

I’d say go for the URL syntax change, and if you’re stuck, getting expert input is totally worth it.

I ran into a similar issue with an infinite scroll setup on my blog’s category pages. At first, I didn’t realize it was hurting my SEO because search engines couldn’t crawl the additional content. Switching to a paginated structure with clean URLs (like adding ?page=2) made a massive difference. It not only improved crawlability but also helped with indexing individual pages.When I wasn’t sure how to fully implement this without breaking the user experience, I reached out to improvemarketing.co.uk for advice. They explained how to balance SEO guidelines with usability and even helped me optimize the pagination for better rankings.