Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jonas Eriksson 930 posts 1825 karma points
    Jun 03, 2010 @ 11:24
    Jonas Eriksson
    0

    Google search results

    This question should perhaps be asked directly to Google or on another forum, but as it might be a common problem also for umbraco-site-owners I put the question here. I am sure some Umbracian have the answer.

    I have a site that initially ran with two hostnames (www.mysite.com and 2010.mysite.com) both was directed to the same root node. And Google search robot found out both of them so every page was indexed twice, (www.mysite.com/thispage and 2010.mysite.com/thispage).

    Now I have disabled the 2010-hostname both in Umbraco and in IIS, and since the www-site in IIS has binding to [blank] it means that whenever one tries to open 2010.mysite.com/thispage he/she automatically gets the url www.mysite.com/thispage. So far so good.

    I changed this over a week ago. But still the 2010-pages are indexed at Google. Can I just wait for it to be removed, or should I do something to make Google robot understand that the 2010... has been permanently replaced by www... ?

    Cheers

    Jonas Eriksson

  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Jun 03, 2010 @ 11:29
    Matt Brailsford
    1

    Hi Jonas,

    I'd recommend a coupld of things.

    1) Setup a URL rewrite with a 301 perminant redirect from the one you don't want, to the one you do for all pages (URL Rewrite should be able to do this in one rule)

    2) Install webmaster tools, and you should be able to tell google which site to prefer

    Matt

  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Jun 03, 2010 @ 11:31
    Matt Brailsford
    0

    If your not bothered about keeping the SEO your second domain has gained, you could just drop a robots.txt file in the root also preventing all search engines from indexing it.

    Matt

  • Amir Khan 1287 posts 2744 karma points
    Jun 03, 2010 @ 22:27
    Amir Khan
    1

    I second the 301 redirect, it's the best way to keep the link-juice from the pages indexed under your subdomain. You can also request reconsideration of your site if you think your pagerank drops after: https://www.google.com/webmasters/tools/reconsideration

  • Jonas Eriksson 930 posts 1825 karma points
    Jun 05, 2010 @ 15:38
    Jonas Eriksson
    0

    Ok, thanks guys.

  • Jonas Eriksson 930 posts 1825 karma points
    Jun 15, 2010 @ 08:12
    Jonas Eriksson
    0

    I did not get the urlrewrite to do this for me, but it was easy to setup a subdomain site in iis7 with 301 redirect to the correct site. I firebugged and see the 301 moved permanently, so I just have to wait for the search engines to tidy upp now. Thanks again.

  • Kevin Farrow 46 posts 67 karma points
    Jun 15, 2010 @ 11:04
    Kevin Farrow
    0

    You can also request removal from Google's search results using the URL removal tool in Webmaster Tools

    https://www.google.com/webmasters/tools/removals

    Regards,
    Kevin

  • Jonas Eriksson 930 posts 1825 karma points
    Jun 16, 2010 @ 07:29
    Jonas Eriksson
    0

    Nice, I try that aswell, although it only mentions 404/410-statuses.

  • Jonas Eriksson 930 posts 1825 karma points
    Jul 01, 2010 @ 09:01
    Jonas Eriksson
    0

    This is now quite ennoying, the temporary site is still indexed by google. I have the temporary site 301-redirected. And I emailed google (twice) about the site. Can not figure out how to get that site reconsideration. Now my next step will be to add a robots.txt with

    User-agent: *
    Disallow: /

    But the pages are already registred, will this make the current pages disappear?

    Regards

    Jonas

Please Sign in or register to post replies

Write your reply to:

Draft