Deleted page now backlinks are "401 Dead". What to do?

Discussion in 'Search Engine Optimization' started by PeterA, May 26, 2009.

  1. #1
    Hi,

    I've got a problem in my Google Webmaster tools and its showing me that I have 6 or 7 links that don't go anywhere.

    See, what I did was I changed the pages that these articles linked to, and also some posts in online forums.

    So now when someone reads my article or see’s my posts and clicks on the link, the link goes nowhere. It only takes them to a 401 page.

    Since I have deleted those original pages what is the best thing for me to do to get those links working again. I have to keep Google happy!

    I can’t ask everybody who has blogs or websites that have used my articles to going changed the back link to a new location.

    What should I do?

    I'm thinking that what I should do is to make these pages up again, and then do a 301 redirect to the newer pages on the articles that I want to show.
     
    PeterA, May 26, 2009 IP
  2. shailendra

    shailendra Peon

    Messages:
    1,225
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can either add a custom widget to your 404 pages or 301 them to the newer pages
     
    shailendra, May 26, 2009 IP
  3. korr

    korr Peon

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You don't need to remake the pages to do the 301, just set it up in your .htaccess

    Its the permanent redirect so it probably carries the links over for se purposes
     
    korr, May 26, 2009 IP
  4. PeterA

    PeterA Guest

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    has someone got the code for the htacces. ? And where abouts in the code does it go?

    Peter
     
    PeterA, May 26, 2009 IP
  5. kiduka

    kiduka Peon

    Messages:
    419
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I had the same problem but lucky for me I was using wordpress and I found the link juice keeper plugin, It redirects all deleted or non-existing pages to my home page with a 301 redirect automatically.
     
    kiduka, May 26, 2009 IP
  6. ~kev~

    ~kev~ Well-Known Member

    Messages:
    2,866
    Likes Received:
    194
    Best Answers:
    0
    Trophy Points:
    110
    #6
    Here is the code from my htaaccess file. This redirects request for /index.php to the html root /

    RewriteCond %{THE_REQUEST} /index\.php\ HTTP/
    RewriteRule ^index\.php$ / [R=301,L]
    Code (markup):
    Take that example, then go to the .htaaccess support page at apache.org, here is a link to get you started - http://httpd.apache.org/docs/1.3/howto/htaccess.html

    htaaccess can be a pain to work with, so you might have to play around with it.

    If you are using wordpress, there is a redirect script like what kiduka mentioned. You can put in the address of the page, and then where you want the person or search engine redirected to. I used it on one of my sites and it worked pretty good.
     
    ~kev~, May 26, 2009 IP
  7. PeterA

    PeterA Guest

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    PeterA, May 26, 2009 IP