Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h2>Make a View All page</h2> <p>Make another page, with everything listed on it and linking to the items normally that are contained on the page with the infinite scroll. Then place a small link (maybe at the very bottom) of the infinite scroll page called <code>all whatever</code>. In other words if your page is listing products the link should say <code>Show All Products</code> or similar. If the page is blog articles then the link should be something like <code>All Articles</code>. Yes humans might not like the long load but for Google it doesn't matter that it's large. It will download it and follow the links in it normally.</p> <p>Furthermore if your pagination is iterating through tens of thousands of items then you can break down your 'View All Page' in sections similar to how a blog archive works, or a product catalog works. The point is that you are providing an alternative means for humans without javascript and those that really want to see everything and at the same time also for Google and <strong>even other</strong> search engines to crawl your inventory of pages.</p> <p>Finally as a secondary measure add a <code>/sitemap.xml</code> file which has an index of every article/product/inventory or whatever. See <a href="http://www.sitemaps.org/" rel="nofollow">http://www.sitemaps.org/</a></p> <p>You can watch an official Google Webmaster video titled, <a href="http://www.youtube.com/watch?v=njn8uXTWiGg" rel="nofollow">Pagination and SEO</a>, about the view all concept, pagination, canonical urls and Google's rel=next and rel=prev attributes.</p> <p><a href="http://www.youtube.com/watch?v=njn8uXTWiGg" rel="nofollow">http://www.youtube.com/watch?v=njn8uXTWiGg</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload