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.

301 Redirect Question

Discussion in 'Search Engine Optimization' started by finman, Feb 20, 2011.

  1. #1
    I had an automated website review done on my site I am working on and recieved this message below:

    Permanent Redirect Not Found
    Search engines may think www.documentaryconnection.com and documentaryconnection.com are two different sites.You should set up a permanent redirect (technically called a "301 redirect") between these sites. Once you do that, you will get full search engine credit for your work on these sites.


    My question is how do I go about doing a redirect.

    Any help would be greatly appreciated as I am new to this.

    Thanks

    Al
     
    finman, Feb 20, 2011 IP
  2. hosthop

    hosthop Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do a google search, there is information out there specific to your webserver. I hope that helps. Where we found it.
     
    hosthop, Feb 20, 2011 IP
  3. finman

    finman Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    My site is on Google Sites and domain with GoDaddy.
     
    finman, Feb 20, 2011 IP
  4. deepak.pal

    deepak.pal Active Member

    Messages:
    171
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    80
    #4
    If your site is on Apache (Cpanel), use htaccess to create a 301 redirect. If your site is on IIS server then you should use canonical tag.
     
    deepak.pal, Feb 20, 2011 IP
  5. khemraj

    khemraj Well-Known Member

    Messages:
    400
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    125
    #5
    I really don't have any idea about google sites, but you can fix this issue by uploading .htaccess file, if your website runs on Apache server.

    #Simply put this code in your htaccess file:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^example\.com
    RewriteRule (.*) http://www.example.com/$1 [R=301,L]
     
    khemraj, Feb 20, 2011 IP
  6. khemraj

    khemraj Well-Known Member

    Messages:
    400
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    125
    #6
    khemraj, Feb 20, 2011 IP
  7. prptl709

    prptl709 Guest

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thank you for this information.
     
    prptl709, Feb 20, 2011 IP
  8. wuptii

    wuptii Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Use google webmaster tool
     
    wuptii, Feb 21, 2011 IP
  9. deepak.pal

    deepak.pal Active Member

    Messages:
    171
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    80
    #9
    Its a great option. You can tell Google to display urls with www or without www.
     
    deepak.pal, Feb 21, 2011 IP
  10. linkbsr

    linkbsr Peon

    Messages:
    152
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    linkbsr, Feb 22, 2011 IP
  11. desirock

    desirock Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    The most important info that the OP needs to provide is whether his site is hosted on a linux server or a windows server.
    If on a windows server, does his hosting provider used asp or asp.net.
    I am not trying to make things complicated, but the code used to redirect will change as per the above conditions..........
     
    desirock, Feb 22, 2011 IP
  12. Daws0n

    Daws0n Peon

    Messages:
    384
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    if your hosting provides cpanel you can just go to domains management and set up a 301 redirect without any additional coding
    like editing .htaccess which if done wrong will make your site unusable (its always better to raise a support ticket and let your hosting take care of editing .htaccess for you)
     
    Daws0n, Feb 22, 2011 IP