Sancho Pantches Posted July 15 Share Posted July 15 Hi there, I am using prestashop 8.2.1 I get negative SEO Friendly URL Test because my url is:https://shop.mystore.com/cart?action=show So, apparently the SEO Friendly URL Test expects that URL to be:https://shop.mystore.com/cart and not the current:https://shop.mystore.com/cart?action=show I tried to change that in .htaccess with:RewriteCond %{QUERY_STRING} ^action=show$ RewriteRule ^cart$ /cart? [R=301,L] It works at the store URL, but it still lists as an error for SEO Friendly URL Test. Did anyone manage to correct that? Kind regards Link to comment Share on other sites More sharing options...
WebCommercify Posted August 4 Share Posted August 4 Hi, Did you try to set statically canonical only for this page? Link to comment Share on other sites More sharing options...
El Patron Posted August 5 Share Posted August 5 I reommend adding disallow in robots.txt Link to comment Share on other sites More sharing options...
Sancho Pantches Posted August 12 Author Share Posted August 12 On 8/5/2025 at 4:06 PM, El Patron said: I reommend adding disallow in robots.txt Thank you. you for your help That would do indeed 1 Link to comment Share on other sites More sharing options...
El Patron Posted August 12 Share Posted August 12 3 hours ago, Sancho Pantches said: Thank you. you for your help That would do indeed You are very welcome! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now