All things Shopify and commerce
Hello dear Shopify community,
I am Henry, the manager of the website wrapsify.com. Currently, I am facing an issue related to the collection pages of the website.
Specifically, the collection pages on the website are currently paginated as 1, 2, 3, 4, 5,... and are not properly canonicalized to the original URL. For example, the URL https://wrapsify.com/collections/motorcycle-gifts?page=2 is currently canonicalized to itself: https://wrapsify.com/collections/motorcycle-gifts?page=2.
However, I want all pages 1, 2, 3, 4, 5,... of this collection to be canonicalized to the original URL: https://wrapsify.com/collections/motorcycle-gifts.
I have tried some solutions but have not found an effective way to solve this issue. I sincerely hope to receive support from you in the Shopify community to help me overcome this problem.
Thank you very much,
Henry from wrapsify.com
Solved! Go to the solution
This is an accepted solution.
I did it successfully, thank you very much
Hi @wrapsify
Just update the theme liquid file
Find
<link rel="canonical" href="{{ canonical_url }}">
Replace with
<link rel="canonical" href="{{ canonical_url | split: '?' | first}}">
It will fix all the pagination issues with blogs as well.
Steps to find the theme.liquid
- Your Coffee Tip can create magic in coding ☕✨
- Seeking a Shopify Certified Developer? Contact us Shopify Verified partners
This is an accepted solution.
I did it successfully, thank you very much
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Your Coffee Tip can create magic in coding
- Your Coffee Tip can create magic in coding ☕✨
- Seeking a Shopify Certified Developer? Contact us Shopify Verified partners
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024