-- HikaShop version -- : 4.6.1
-- Joomla version -- : 3.10
-- PHP version -- : 8
Hello,
First of all, I am not sure is it in right category, but please move if it is wrong.
I have issue that Google crawled Hikashop product links with limitstart at the end. Example:
site.com/product-page
and
site.com/product-page?limitstart=4&limit=4
There are also links with product/listing etc. so I need some rule.
As far as I understand I need to put noindex in second link, but I am not sure how and is it proper way.
Google indexed over 1400 products with limitstart in it.
I know I can put rule in robots.txt but these links are already indexed and I wanted to put rule noindex so I can first remove them from index.
I tried some variation in htaccess but it didn't work. Any other advice?