Two domains pointing two the same content by mistake. Google search results not showing the right one on the first position

Two domains pointing two the same content by mistake. Google search results not showing the right one on the first position - Google Search Console is a free application that allows you to identify, troubleshoot, and resolve any issues that Google may encounter as it crawls and attempts to index your website in search results. If you’re not the most technical person in the world, some of the errors you’re likely to encounter there may leave you scratching your head. We wanted to make it a bit easier, so we put together this handy set of tips about google, google-search, , to guide you along the way. Read the discuss below, we share some tips to fix the issue about Two domains pointing two the same content by mistake. Google search results not showing the right one on the first position.Problem :


By mistake, at this moment I have two domains pointing to the same content.



www.todocamino.info
www.mytravelbanners.com



The problem: when I search on Google "mytravelbanners" I get the URL www.todocamino.info at the first position.



How to make the Google search results show www.mytravelbanners.com? Of course www.mytravelbanners.com is also indexed on Google Search.



I know I should not point www.todocamino to the same content as my www.mytravelbanners.com but I made a mistake. Before fixing the mistake, I would like to know if it is possible to show on Google search results www.mytravelbanners.com at the first position instead of www.todocamino.info



Im not getting the same issue on other search engines like Yahoo: when I search "mytravelbanners", the first position if for www.mytravelbanners.com


Solution :

The best way to fix it is to 301 redirect the incorrect URLs from the error site to the correct site. You need to make a list of all the URLs on mytravelbanners.com and add them as redirects to the .htaccess file for todocomino.info:



redirect permanent /anuncios-gratis-categoria/empleos http://www.mytravelbanners.com/anuncios-gratis-categoria/empleos 
redirect permanent /anuncio/oferta-de-prestamo-de-dinero-entre-particular-48h-rapido-y-fiable-emilio-pablo98-gmail-com http://www.mytravelbanners.com/anuncio/oferta-de-prestamo-de-dinero-entre-particular-48h-rapido-y-fiable-emilio-pablo98-gmail-com
...


This may be a very long list. If the directories don't also exist on the error site, you could simplify this by just redirecting the directories which will also redirect each of their pages individually.



redirect permanent /anuncios-gratis-categoria/ http://www.mytravelbanners.com/anuncios-gratis-categoria/
redirect permanent /anuncio/ http://www.mytravelbanners.com/anuncio/
...


Then your list of redirects will be much smaller.



With these redirects in place you can safely put up the correct content for the error site.




  1. Your users coming from Google search will be redirected to the correct place. The only pages for which it won't work will be ones where both sites have the same page URL, such as the home page.

  2. Googlebot will crawl the error site, get the redirect and update the search index.



It may take Google several weeks to fix the search results. In the meantime it won't hurt the site or users because users will get properly redirected.


If the issue about google, google-search, , is resolved, there’s a good chance that your content will get indexed and you’ll start to show up in Google search results. This means a greater chance to drive organic search traffic to your site.

Comments

Popular posts from this blog

Years after news site changed name, Google is appending the old name to search titles and news stories

Is it possible to outrank Google for a search term on their own search engine?

Load Wikipedia sourced biographies via Ajax or render it with the rest of the page as part of the initial request?