Post by account_disabled on Jan 11, 2024 9:06:28 GMT
published in the Webmaster Central Blog. Big G's first indication for making a page created with the infinite scroll technique search-friendly is to correctly use pagination with HTML attributes rel=next and rel=prev, ensuring that the search engine can scan the individual elements linked from the page. Pagination with Infinite Scroll John Mueller has created a demo page that shows how to correctly implement everything,
paying attention to accessibility and non-duplication of the single item . Below are the 5 points in Malaysia Phone Number List detail. 1. Before you start: • divide the infinite scroll page into parts that can be reached even with JavaScript disabled • determine how much content to include on each individual page • make sure that when the user arrives on the page from a search engine,, without scrolling • try to keep the page loading time low • divide the content so as not to create overlaps/duplications: Item Duplication with Infinite Scroll 2. The URL structure: Each page component must respond to a full URL . • Good: example.com/category?name=fun-items&page=1 • Good: example.com/fun-items?lastid=567 • A little less good: example.com
/fun-items#1 Avoid URLs with time parameters, such as: • example.com/category/page.php?name=fun-items&days-ago=3 Use parameters that are of value to the searcher, and instead avoid parameters that make no sense for accessing content, such as: • example.com/fun-places?radius=5&lat=40.71&long=-73.40 3. Configure pagination for each individual page component using rel=next and rel=prev within the < head >. Pagination values included in the < body > will be ignored by Google for indexing purposes. 4. Implement replaceState/pushState on the page (you can use one or both solutions, at your discretion). 5. Tests! • verifies the variation of the values on the page based on the user's scrolling • verifies the correct functioning of the 404s (for example, the URL example.
paying attention to accessibility and non-duplication of the single item . Below are the 5 points in Malaysia Phone Number List detail. 1. Before you start: • divide the infinite scroll page into parts that can be reached even with JavaScript disabled • determine how much content to include on each individual page • make sure that when the user arrives on the page from a search engine,, without scrolling • try to keep the page loading time low • divide the content so as not to create overlaps/duplications: Item Duplication with Infinite Scroll 2. The URL structure: Each page component must respond to a full URL . • Good: example.com/category?name=fun-items&page=1 • Good: example.com/fun-items?lastid=567 • A little less good: example.com
/fun-items#1 Avoid URLs with time parameters, such as: • example.com/category/page.php?name=fun-items&days-ago=3 Use parameters that are of value to the searcher, and instead avoid parameters that make no sense for accessing content, such as: • example.com/fun-places?radius=5&lat=40.71&long=-73.40 3. Configure pagination for each individual page component using rel=next and rel=prev within the < head >. Pagination values included in the < body > will be ignored by Google for indexing purposes. 4. Implement replaceState/pushState on the page (you can use one or both solutions, at your discretion). 5. Tests! • verifies the variation of the values on the page based on the user's scrolling • verifies the correct functioning of the 404s (for example, the URL example.