Home / Companies / Google Cloud / Blog / Post Details
Content Deep Dive

Crawling the infinite scroll

Blog post from Google Cloud

Post Details
Company
Date Published
Author
-
Word Count
283
Language
English
Hacker News Points
-
Summary

John Mueller, a Webmaster Trends Analyst, discusses how to make infinite scroll pages more search-friendly by converting them into a paginated series using the HTML5 History API, as announced on the Webmaster Central Blog. This approach, which remains seamless to users, helps search engines access all individual items in a category or gallery, ensuring they appear in search results. Traditional infinite scroll poses challenges for crawlers that struggle to load additional content beyond the initial page. The conversion to pagination allows each component page to have similar titles with rel=next/prev values, ensuring complete coverage without overlapping items. Although the demo provided isn't production-ready, it highlights the key points necessary for creating search engine-friendly pages.