redirect 404 to my homepage

Discussion in 'Google' started by pillso, May 28, 2010.

  1. #1
    i have many old url where i have make a redirect 404 to homepage

    its a problem for google?

    google punnish that?
     
    pillso, May 28, 2010 IP
  2. Don.Antonio

    Don.Antonio Active Member

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #2
    no, just do a 301 redirect and you'll be cool.
     
    Don.Antonio, May 28, 2010 IP
  3. checkblog

    checkblog Well-Known Member

    Messages:
    1,212
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    128
    #3
    Use 301. Google will not punish you. They allow it.
     
    checkblog, May 28, 2010 IP
  4. pillso

    pillso Member

    Messages:
    75
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #4
    ok but i dont know howmake that
    i have in my htacces

    ErrorDocument 404 /index.php

    if i make ErrorDocument 301 /index.php
    it dont work
     
    pillso, May 28, 2010 IP
  5. DoDo Me

    DoDo Me Peon

    Messages:
    2,257
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Google will regularly test if you handle real 404 error, where the page does not exist. If you give a 301, it will give you trouble
     
    DoDo Me, May 28, 2010 IP
  6. jek8519

    jek8519 Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If there are old urls, you should use 404.
    301 is used to tell google the same page is moved to another location, which is wrong in your case.
    Don't now actually will google punish for that, but correct behavior is to use 404 in your case.
     
    jek8519, May 29, 2010 IP
  7. duia

    duia Peon

    Messages:
    281
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    No, it is completely wrong to make a redirect 404 to homepage. If you do that indeed, it may make Google regard your homepage as a 404 page too. Then, obviously, your site will be punished by Google!
     
    duia, May 29, 2010 IP
  8. MarkSumpter

    MarkSumpter Guest

    Messages:
    16
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You should only use a 301 redirect to indicate that a page has moved permanently. If the page no longer exists then set up a 404 page (not your homepage) with a short message indicating that the page no longer exists.
     
    MarkSumpter, May 29, 2010 IP
  9. Sxperm

    Sxperm Notable Member

    Messages:
    4,386
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    225
    #9
    Sxperm, May 29, 2010 IP