Hi,
I have recently just made a clients website live (it is built based on Magento). However when searched in google the subcategories (such as ‘Contact Us’ link to the home page.) The contact page for example is simply a static page which has the url similar to [
mydomain.co.uk...]
However when clicked from the google results the url looks like: [
mydomain.co.uk...]
which always goes to the homepage.
I have tried modifying the .htaccess file to include the text:
RewriteEngine on
RewriteCond %{QUERY_STRING} ^pg=6$
RewriteRule ^/index.php$ [
mydomain.co.uk...] [L,R=301]
However still with this clicking the ‘Contact Us’ page from google still goes to the index page with the url [
mydomain.co.uk...]
If anyone could help me with this it would be extremely useful, I don’t know what I’m doing wrong.
Thanks in advance!