0
Welcome Guest! Login
0 items Join Now

Preserve Google ranking - link redirects

    • Rakesh's Avatar
    • Rakesh
    • Sr. Rocketeer
    • Posts: 166
    • Thanks: 0

    Preserve Google ranking - link redirects

    Posted 15 years 8 months ago
    • A client has requested a site redesign and changes to the structure of the site. Once I change the site structure existing links for the site will change.

      I need to preserve their google ranking and ensure links into the site from other sites continue to work until they have time to update external link backs.

      How can this be done?

      I am thinking redirects but I dont know enough about Joomla to be able to confirm I will do this for them. Suggestions welcome please...
    • Rakesh's Avatar
    • Rakesh
    • Sr. Rocketeer
    • Posts: 166
    • Thanks: 0

    Re: Preserve Google ranking - link redirects

    Posted 15 years 8 months ago
    • I guess my previous post was rather long. This is what I want to achieve;

      1. Use SEF - I know this part
      2. Once I turn on SEF how to I redirect the old dynamic links to the new SEF ones so that search engine links will still work?
    • Ben Lee's Avatar
    • Ben Lee
    • Elite Rocketeer
    • Posts: 4193
    • Thanks: 42

    Re: Preserve Google ranking - link redirects

    Posted 15 years 8 months ago
    • I'm not positive, but I think this will work:
      Redirect http://www.oldsiteurl.com/ http://www.newsiteurl.com

      There is a backslash and space between the two urls.
    • Ben Lee's Avatar
    • Ben Lee
    • Elite Rocketeer
    • Posts: 4193
    • Thanks: 42

    Re: Preserve Google ranking - link redirects

    Posted 15 years 8 months ago
    • This code should go in your htaccess file under any part that says "Rewrite Engine On".
      It can be it's own section and you an even comment it out so you know where you added it like so:
      ###### Redirects for new urls
    • Ben Lee's Avatar
    • Ben Lee
    • Elite Rocketeer
    • Posts: 4193
    • Thanks: 42

    Re: Preserve Google ranking - link redirects

    Posted 15 years 7 months ago
    • I think I messed up in my first suggestion. Here's an updated suggestion:
      Redirect 301 /oldpage.html http://www.example.com/newpage.html

      Here's the page I got it from, just scroll down to the "To Move a single page" example:
      http://www.webweaver.nu/html-tips/web-redirection.shtml
    • Rakesh's Avatar
    • Rakesh
    • Sr. Rocketeer
    • Posts: 166
    • Thanks: 0

    Re: Preserve Google ranking - link redirects

    Posted 15 years 7 months ago
    • Hi I tried this but my webserver seems to be ignoring my htaccess file
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: Preserve Google ranking - link redirects

    Posted 15 years 7 months ago
    • Did you rename htaccess.txt to .htaccess?
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
    • Rakesh's Avatar
    • Rakesh
    • Sr. Rocketeer
    • Posts: 166
    • Thanks: 0

    Re: Preserve Google ranking - link redirects

    Posted 15 years 7 months ago
    • Yes tried both and restarted apache each time I make a change.
    • Ben Lee's Avatar
    • Ben Lee
    • Elite Rocketeer
    • Posts: 4193
    • Thanks: 42

    Re: Preserve Google ranking - link redirects

    Posted 15 years 7 months ago
    • One thing that catches people is trying to make SEO work on temporary urls, but it doesn't always work. Make sure you're testing it on the actual domain you're using.
    • Rakesh's Avatar
    • Rakesh
    • Sr. Rocketeer
    • Posts: 166
    • Thanks: 0

    Re: Preserve Google ranking - link redirects

    Posted 15 years 7 months ago
    • I am making changes on the live server, is that what you mean?

Time to create page: 0.057 seconds