Hello @damianb123 ,
Follow the simple to enable Canonical Meta Tag in Magento 2
Look at 2 last fields:
--
If my answer is useful, please Accept as Solution & give Kudos
Hi Gelanivishal,
We already have the canonical META tag showing, however if we go to a paginated page i.e. page 2, or page 3 we need the canonical to be self referencing rather than pointing to the parent category. So currently it looks like:
rel="canonical" URL="https://www.mywebsite.com/category/"
We need it to be:
rel="canonical" URL="https://www.mywebsite.com/category/?p=2"
Note the page number on the end....
Thanks
Damian