simpax3 Active member Babiato Lover May 10, 2020 254 56 28 Feb 6, 2021 #1 Hello friends Is there any way I can remove or exclude this "?add-to-cart=65" from Google? I think google will take it negatively. Thanks
Hello friends Is there any way I can remove or exclude this "?add-to-cart=65" from Google? I think google will take it negatively. Thanks
phpCore ReLOADED Trusted Uploader Banned User Jun 6, 2020 1,511 1,657 120 127.0.0.1/::1 Feb 6, 2021 #2 htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^/?add-to-cart/(.*?)/?$ /?add-to-cart=$1 [L] Click to expand... Reactions: whitebee and simpax3
htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^/?add-to-cart/(.*?)/?$ /?add-to-cart=$1 [L] Click to expand...
simpax3 Active member Babiato Lover May 10, 2020 254 56 28 Feb 6, 2021 #3 phpcore said: htaccess Click to expand... Thank you, unfortunately no success