1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How Google handles a Blog migration?

Discussion in 'Google' started by rwin2007, Oct 18, 2007.

  1. #1
    Hi,

    I am using a old version of boastmachine blog software and want to migrate to Wordpress keeping my orginal content in place by exporting and importing the data in the new blog. URL will stay the same

    My question is how am I going to migrate to wordpress and not get banned because of duplicated content (cache).

    What is the best way to set up a new blog infrastructure using same content and still get indexed by google (new indexed). Now I have a lot of indexed urls (+4000) and i want to keep them because adsense loves it!

    Domain + index is 1,5 year old.

    Thanks in advance
     
    rwin2007, Oct 18, 2007 IP
  2. machinecontroller

    machinecontroller Peon

    Messages:
    269
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think Google will simply reindex your pages and you will not be penalized(if you take down the old blog).
     
    machinecontroller, Oct 18, 2007 IP
  3. Alexander the Great

    Alexander the Great Peon

    Messages:
    253
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Use 301 redirects. Or simply take down the old blog once the data is moved.

    WordPress has a very good import function.
     
    Alexander the Great, Oct 18, 2007 IP
    Forrest likes this.
  4. Trapped

    Trapped Well-Known Member

    Messages:
    1,832
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    130
    #4
    Are u changing the URL (domain name) too? If no, than nothing to worry as long as the URL structure will remain the same (at least thats what you said).
     
    Trapped, Oct 18, 2007 IP
  5. story97

    story97 Peon

    Messages:
    181
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    as mentioned above just use redirects. I do it in my htaccess.

    301 is a permanent redirect. Google finds this and it updates it's own data. your old urls will change to the new ones all the way through.

    For example, my old theme was /sg_distro and the old comments page was /comments.

    the new theme is /en and the new comments page is /story-details

    since all the info after that is the same, and will be for you too, I just used this to re-write the URL

    
    RewriteCond %{QUERY_STRING} ^/sg_distro/comments/([^/]+)/$ 
    RewriteRule ^index\.php$ http://www.hillaryproject.com/index.php?/en/story-details/%1 [R=301,L]
    
    Code (markup):
     
    story97, Oct 18, 2007 IP
  6. haggisv

    haggisv Peon

    Messages:
    100
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Unless you can do a re-direct, Google is likely to see it as duplicate content. Even if you remove the old blog, it will still be indexed and i odn;t know of a way of telling Google that the site no longer exists.

    I moved my blog a long time ago, and the old blog is still indexed, and the new one does not come up in search results...
     
    haggisv, Oct 18, 2007 IP