Duplicate Errors found in my search
-
I have run my 1st site check with SEOMOZ and have 4000+ errors.
The "duplicate Page Content" culprit appears to be a extended url that keeps showing as duplicating. This is only a customer log-in and can be redirected back to the main cust log in page, but is there a short way of doing it (rather than 4000x 301's)?
The format of the url is:
http://www.????.com.au/default/customer/account/login/referer/aSR0cDovL3d3dy1234YWNiYW
Thanks
-
Which part of the URL is unique to these log-in pages? You can use pattern matching via regex in your .htaccess file to redirect them all at once.
-
the bit up to /account/login/ can be kept. The remainder after that is not relevant Or unique.
can you point me to what I need to search to work it out?