Hello Community!
We’ve added
content to the page that lists all the latest articles (website .com/blogs/coffee/). This text appears between the
tag (the name of the blog category) and the ‘blog-article-collage’ section. Let’s call this the ‘base text’.
Now, when someone clicks on the ‘blogs’ section, instead of immediately seeing a list of articles, they first see the
base text, followed by the latest published articles underneath. However, as we publish more articles, Shopify automatically generates URLs like /blogs/coffee?page=2 to accommodate the additional content.
The Problem
The base text is currently duplicated on /blogs/coffee and /blogs/coffee?page=2, resulting in duplicate content issues. To avoid this, we’ve increased the pagination size to 50 articles per page, which has delayed the need for a /blogs/coffee?page=2 page.
However, once we publish the 51st article, this duplicate content issue will reappear.
My Questions1. Is there a way to insert the base text between
and the ‘blog-article-collage’ in the main-blog-liquid template so that it only appears on the first page (/blogs/coffee) and not on subsequent pages like /blogs/coffee?page=2, /blogs/coffee?page=3, etc.?
- Alternatively, is there a way to increase the pagination limit beyond 50, such as to 200 or 500 articles per page?