rel next/prev tags (manual implementation)
rel next and rel prev are HTML link attributes that tell search engines how your paginated URLs relate to each other as a series. In Shopify terms, your collection page at /collections/dresses should carry rel="next" pointing to /collections/dresses?page=2, and that second page should carry rel="prev" pointing back to page 1, forming a linked chain that Googlebot can follow and understand as a single logical entity.
Google’s Martin Splitt confirmed in 2019 that the company stopped using rel prev/next as a direct ranking factor, but log-file analysis consistently shows Googlebot using the chain to make crawl-priority decisions — meaning a correctly implemented rel next chain still reduces the probability that Googlebot crawls deep paginated pages at the expense of your product pages. For Shopify stores, the implementation lives in your theme’s layout/theme.liquid or through a collection template partial. You can also check out our guide on Shopify technical SEO audits for a step-by-step walkthrough of finding broken rel next chains at scale.


























