Forums

Best way to avoid duplicate contents punishment from google when doing redirects (2 posts)

  1. needforname
    Member
    Posted 2 years ago #

    How do I phase out an old blog with a new one? I have some posts on my old site that I wish to transfer to my new blog site. However I'm afraid that the search engines will punish me for "duplicate content".

    I figured a solution to the problem would be to do a 301 redirect from my old post articles to the new ones. Is this the proper method? Will it stop the indexing of the old posts and not consider the new post content as duplicate?

    When I set up the 301 redirects on Hostgator they only work until I add another one. I have to keep deleting them all and redoing them all. Very frustrating and 2 calls to tech support resulted in that same solution? They said that it may be the "htaccess" file. They also said to maybe try using "url redirects" instead of "301 redirects". Any thoughts?

  2. Jonathan Dingman
    Member
    Posted 2 years ago #

    Use a 30 redirect to redirect the old pages to the ones

    in the .htaccess file, do this:

    RedirectMatch 301 /old-blog/post http://new-domain.com/new-blog-post/

    That will tell the search engines that your content moved and that they should update their indexes

Topic Closed

This topic has been closed to new replies.

About this Topic