SEO penalty for "duplicate" content when a site's also accessible via another domain name? [duplicate]

SEO penalty for "duplicate" content when a site's also accessible via another domain name? [duplicate] - 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 SEO penalty for "duplicate" content when a site's also accessible via another domain name? [duplicate] error on your web browser. Problem :







Possible Duplicate:

What is duplicate content and how can I avoid being penalized for it on my site?






While testing searches for keywords on my site, I notice that a mirror of it at http://a8.8d.344a.static.theplanet.com/ sometimes appears at the top result rather than my primary domain. It looks like this is an alternative address for my server. Will the presence of identical content at this domain and at my primary domain result in a Google penalty? If so, what can I do about it?


Solution :

You might incur a penalty, which you can avoid by specifying the canonical URL on each page, so that Google ignores the duplicates.



Full details are here, but basically each page should include a tag like this in the <head> section:



<link rel="canonical" href="http://www.yoursite.com/path/to/file" />


But it would be better to use rewrites or name-based virtual servers to do 301 redirects from the generic domain to the one that you want to use.



This wouldn't cause a penalty per se but it could cause the wrong URL to be indexed and ranking (as you've noticed is already happening). If you are the one managing the server you should at the very least 301 redirect all that traffic to your domain. If you're on a shared host of don't have access to the server/.htaccess ask your host to fix it for you, if they won't (I'd consider switching to a better host) the rel canonical would help.


We hope that this article has helped you resolve the seo, redirects, error in your web browsers. Enjoy browsing the internet uninterrupted!

Comments

Popular posts from this blog

Redirected urls show in serp, with the original permalink but with the title and meta of the target page

How can I redirect everything but the index as 410?

How do I redirect traffic only if being accessed from a specific port?