Parked previous company's domain on top of existing one. SERPS showing old URL with existing info for some of the top keywods
Parked previous company's domain on top of existing one. SERPS showing old URL with existing info for some of the top keywods - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Parked previous company's domain on top of existing one. SERPS showing old URL with existing info for some of the top keywods error on your web browser. Problem :
Solution :
We hope that this article has helped you resolve the seo, redirects, url error in your web browsers. Enjoy browsing the internet uninterrupted!
Sorry for the duplicate question but I'm a newbie and see that I posted wrong the first time. Parked a domain from my previous company website on top of my existing company website. The URL from the other site is now showing for some of my top keywords in the SERPS but with my meta info and linking to my page. How do I fix this?
Do a 301 redirect from the parked domain to the new domain. That will tell the search engines that the existing domain is the main one and will eliminate potential duplicate content issues. It will also be less confusing for your users as they will see a consistent domain when accessing your site.
If you are using Apache you can do this easily with a snippet in an .htaccess file in your root web directory:
RewriteEngine On
RewriteCond %HTTP_HOST ^(www.)?newdomain.com$ [NC]
RewriteRule ^(.*)$ http://www.existingdomain.com/$1 [R=301,L]
Comments
Post a Comment