How to properly redirect people to the new version of the site?

by Ledux
8 replies
Hi,

I have my old sales page, which is still getting traffic. How do I properly redirect the people who land on my old page to the new version of the sales page?

Thanks.
#people #properly #redirect #site #version
  • Profile picture of the author phpg
    Google for 301 redirect permanent
    {{ DiscussionBoard.errors[9587177].message }}
  • Profile picture of the author Bengood
    If that doesn't work
    HTML Code:
    <a href="https://www.google.com/">Site now located here.</a>
    Though it is preferred to do the auto redirect that Phpg said.
    {{ DiscussionBoard.errors[9587191].message }}
  • Profile picture of the author Member8200
    You can try this one. It'll automatically redirect viewers to your preferred page.

    <?php header("location:http://www.mywebsite.com"); ?>

    Hope this helps. Best of luck.
    {{ DiscussionBoard.errors[9587291].message }}
  • Profile picture of the author Ledux
    Thank you all for the answers will try this out
    Signature
    {{ DiscussionBoard.errors[9587608].message }}
    • Profile picture of the author David Beroff
      The most important aspect of the Location: header is that you must output the header as the very first item in your code; even an "innocuous" blank line will make this fail.
      Signature
      Put MY voice on YOUR video: AwesomeAmericanAudio.com
      {{ DiscussionBoard.errors[9588748].message }}
  • Profile picture of the author Ledux
    Turns out there is a very easy way to do redirections through the hosting cpanel.
    Signature
    {{ DiscussionBoard.errors[9589945].message }}
  • Profile picture of the author juangarciamtl
    yes the hosting offer the option to redirect to another psge ecternal or internsl depenfing on the settings you chosse
    Signature

    More than 105 modules , scrapes, post and make money.
    http://autopostingtools.com/

    {{ DiscussionBoard.errors[9599477].message }}
  • Profile picture of the author jimbean
    If the page has any ranking then ensure it is serving a 301 redirect, this tells the search engine it has moved and the rankings should move with it. You can check this with a web proxy like fiddler.
    Signature

    Internet Marketing Blogger for Jim's Affiliate Marketing offering how to articles, reviews, recommendations and personal experiences.

    {{ DiscussionBoard.errors[9610297].message }}

Trending Topics