Permanent 301 Redirection to New Domain with Message.

Discussion in 'Search Engine Optimization' started by RSSeosolution, Mar 22, 2017.

  1. #1
    Hi,

    I want to move my old domain to new one domain by 301 redirection method because i dont want to lose my SEO ranking. But i want to show a message for few second before redirect to new domain that "oldwebsite.com is redirect permanently to newonedomain.com". Is it possible?

    I search online but getting ideas to redirect permanently by htaccess directly without message. So if any one have idea to redirect entire website to new one with message then please share with me.

    Hope for quick response.
     
    RSSeosolution, Mar 22, 2017 IP
  2. kanand

    kanand Greenhorn

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    23
    #2
    Well, you can do it through html redirect.
    <head>
    <!-- HTML meta refresh URL redirection -->
    <meta http-equiv="refresh"
    content="0; url=http://www.mydomain.com/new-page.html">
    </head>

    Thanks.
     
    kanand, Mar 22, 2017 IP
  3. RSSeosolution

    RSSeosolution Banned

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    140
    #3
    I think this code will help to redirect single page to another and i have to put this code to each page of website.
    I am looking to redirect complete website to new one.

    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
    RewriteRule ^(.*)$ http://www.example.com/$1
    [R=301,L]

    Above code will redirect but what i am looking for is message for few seconds like "This domain move permanently to newdomain.com" and then redirect to old one.

    Is it possible ?
     
    RSSeosolution, Mar 23, 2017 IP
  4. iwebsocial

    iwebsocial Well-Known Member

    Messages:
    1,714
    Likes Received:
    69
    Best Answers:
    4
    Trophy Points:
    170
    #4
    According to me you cannot show a message for few seconds with 301 redirect. 301 redirects are instant and permanent. If you want to show message than you can't do 301 redirect. For the sake of your SEO, you have to do 301 redirect. Your audience will also understand that you move to a new site.
     
    iwebsocial, Mar 24, 2017 IP
  5. kanand

    kanand Greenhorn

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    23
    #5
    Then you can do one thing. Redirect all your old pages to one page on that old domain through .htaccess (olddomain.com/redirect.html) and on that redirect.html page you can put the above code which i provided to redirect to new page.
     
    kanand, Mar 24, 2017 IP
  6. RSSeosolution

    RSSeosolution Banned

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    140
    #6
    If i will redirect complete website then how can i use single inner page as landing page for message as you are suggesting .... I think it will give us error. There should be another way to save our SEO ranking also after redirection.
     
    RSSeosolution, Mar 24, 2017 IP
  7. kanand

    kanand Greenhorn

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    23
    #7
    To save the SEO ranking, the only best way is to do it through .htaccess 301 redirect as recommended by @iwebsocial. Thanks.
     
    kanand, Mar 24, 2017 IP
  8. alexoss14

    alexoss14 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #8
    .htaccess 301 redirect is the best waymy , i did it to my website and i didnt 'lose trafic.
    On the contrary I gained positions.
     
    alexoss14, Mar 24, 2017 IP