Replies: 0
(I’m not that experienced with WordPress and Woocommerce, so appologize if I would get some things wrong.)
On some specific pages I’m using the ‘[products]’ shortcode in Woocommerce to show the products in a specific category with pagination turned on (because the list is too big for a single page)
This delivers url’s like: https://host/specific-category/?product-page=x
With All In One SEO as SEO plugin, all pages report back the same canonical url https://host/specific-category/. This is probably hindering SEO performance. I have the impression that only the first page is indexed.
Any suggestions for tackling this?
I was thinking about:
– Changing the generation of canonical url’s (no idea on how to do that)or
or
– Changing the pagination (shortcode expansion) so it works like the standard pagination in WordPress
However, neither of the two looks like a clean and scalable solution.