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.

Redirect hurt SERPs?

Discussion in 'Search Engine Optimization' started by Veej, Jan 10, 2008.

  1. #1
    I currently have a website with a forum hosted at the main domain. (www.website.com/forumindex.php).

    However, anticipating future needs, I've moved the forum over to www.website.com/forum/forumindex.php

    I was going to set up a temporary redirect in cPanel from website.com to website.com/forum as there's currently nothing at website.com - will this hurt my Google rankings? And if I do put something up at website.com in the future, will Google index the content there?

    Sorry if its a bit of a newbie question but was just wondering.

    Cheers!
     
    Veej, Jan 10, 2008 IP
  2. edcpartners

    edcpartners Well-Known Member

    Messages:
    1,586
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    105
    #2
    i'm no seo expert but these are my two cents:

    temporary redirects are big no-nos..

    You need to set up a permanent redirect (also called 301 redirect) with cpanel and you should be fine..
    serps might fall for a while and it will take a while for pr to transfer, but you should be fine at the end...
     
    edcpartners, Jan 10, 2008 IP
  3. Veej

    Veej Active Member

    Messages:
    364
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Hm, well last time I remember setting up a permanent redirect, I couldn't remove it!

    I'm going to add a splash page in next week or so anyway but would you still recommend adding a permanent redirect? Can it be removed later?
     
    Veej, Jan 10, 2008 IP
  4. Veej

    Veej Active Member

    Messages:
    364
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    60
    #4
    ...Anyone?
    Would just like to get this clarified to be on the safe side.
     
    Veej, Jan 11, 2008 IP
  5. vpguy

    vpguy Guest

    Messages:
    275
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    301 redirects are the way to go. I'm not familiar with whatever control panel you are using to set them up, it's hard to image that you can't remove it after the fact.

    But even if you can't remove a permanent redirect, do you foresee yourself moving the forum back into the root folder? If you plan on keeping the forum in its own /forum/ folder, then definitely use the 301.
     
    vpguy, Jan 11, 2008 IP
  6. Sxperm

    Sxperm Notable Member

    Messages:
    4,386
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    225
    #6
    I suggest you should do 301 redirect, which is the most SEO friendly redirect. By doing this, you have to create .htaccess file (dot in front of htaccess) or if you have it already then just add these lines.

    
    redirect 301 /forumindex.php http://www.website.com/forum/forumindex.php
    
    Code (markup):
    I have to say this is the most safety for your redirect method, otherwise is use php header redirect but I'm not quite sure if it's good or not. I use this method to redirect old of my site to new domain completely and it's worked.
     
    Sxperm, Jan 11, 2008 IP
    Veej likes this.
  7. infodude

    infodude Peon

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I think Google spider will not work with redirects, so feel they would hurt.
     
    infodude, Jan 11, 2008 IP
  8. Sxperm

    Sxperm Notable Member

    Messages:
    4,386
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    225
    #8
    Google spider works well with 301 redirect.
     
    Sxperm, Jan 11, 2008 IP
  9. Veej

    Veej Active Member

    Messages:
    364
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    60
    #9
    Thanks, will give it a go! +rep :)
     
    Veej, Jan 11, 2008 IP
  10. mascot

    mascot Active Member

    Messages:
    161
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #10
    hello Veej :)

    301 is one of the best ways to shift your pages permanently. Moreover, you should try to change existing back links ( only those pointing towards forum page).

    You should try changing (back links to your forum page) from /page to /forum/page . This will help google to understand that page has indeed been moved to a new one.

    This is just a seo friendly suggestion :eek:
     
    mascot, Jan 11, 2008 IP
    Veej likes this.
  11. Veej

    Veej Active Member

    Messages:
    364
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    60
    #11
    Thanks mascot. I've put up a portal/CMS type website now and as there werent (m)any backlinks, there shouldn't be need for the redirect.

    Thanks anyway though!
     
    Veej, Jan 13, 2008 IP
  12. fox-match

    fox-match Peon

    Messages:
    131
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Hmm well i use temp redirects all the time and does not seam to hurt my sites but even helps the new site get in the search engine list
    But normal a only do this for aweek or two then put back old site for aweek then same again.
     
    fox-match, Jan 13, 2008 IP
  13. Dollar

    Dollar Active Member

    Messages:
    2,598
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    90
    #13
    I've believe Google doesn't like that 301 code I've used that code before and bad results.
    I've found this code and used it and found Google responds better to it,
    Unfortuntatly it won't work for redirecting a single file, it 301 redirects the entire folder.
    
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) http://www.yoursite.com/forum/$1 [R=301,L]
    
    HTML:
     
    Dollar, Jan 13, 2008 IP
  14. Sxperm

    Sxperm Notable Member

    Messages:
    4,386
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    225
    #14
    I've used that code myself and have no any problem with that. Your suggestion is another good option for 301 redirect also. ;)
     
    Sxperm, Jan 13, 2008 IP