(SEO) Duplicate title tags on / and wp-signup.php
-
Hiya
Google search console tells me that I have duplicate title tags and meta descriptions on / and wp-signup.php. I’m concerned that Google may be penalising me for duplicate content.
I’ve disabled registration but if you hit a fake domain, eg foo.webhive.com.au, you’re redirected to webhive.com.au/wp-signup.php?new=foo. Maybe that’s where Google finds the wp-signup.php page.
I’d be happy to get rid of this page completely – I don’t need it.
I’ve tried this in .htaccess:
RewriteCond %{HTTP_HOST} ^(www\.)?webhive\.com\.au [NC]
RewriteRule ^(wp-signup.php)(.*)?$ https://webhive.com.au/ [R=301,L]Now foo.webhive.com.au redirects to https://webhive.com.au/?new=foo which is still a duplicate URL. How do I fix this?
Thanks
Jackie
- The topic ‘(SEO) Duplicate title tags on / and wp-signup.php’ is closed to new replies.