Currently BigCommerce does a pretty good job at defining the canonical link for pages. But I am looking to update the behaviour for product list pages and remove the page number out of the link.
Currently it behaves as /category/?page=1, /category/?page2, and so on. I wish to elimate the page number completely and simple use /category
I prefer that search engines view all these pages as a single page as it is just the same data that is indexed from other places.
Currently the page defines the canonical link in the header as:
%%Page.CanonicalLink%%
I am looking to see if anyone has encountered this problem and is looking for a solution.
Thanks