Hi everone,
I’m facing a pagination-related SEO problem on my website. I’m using the Finsweet Filter, Load, and Combine libraries to implement product filtering functionality. However, I’ve noticed that paginated URLs with query strings, such as ?cc00babb_page=58
, are being indexed by Google and appearing in search results. That ^^ specific one was even a highlighted sub link.
When I click on these links, they direct me to my homepage, but the product filtering is already applied, showing different products than expected. This results in a confusing and potentially broken experience for users.
Additionally, these queried links are appended and indexerd on individual product display pages, since each product page has a “similar products” paginated collection.
What I’ve tried so far:
- About two weeks ago, I added
nofollow
tags to the pagination buttons in my product filtering system. However, this was implemented after the system was already live.
Any suggestions on how to prevent these query-based URLs from being indexed or further SEO strategies to handle this?
Thanks in advance for your help!
Side note: Would it be so wrong to use robots.txt to instruct Google to not index urls with “_page=” ?
[SITE]
Here is my site Read-Only: [LINK]1
(how to share your site Read-Only link)