Not found pages

Discussion in 'Google' started by JohnZing, Mar 8, 2007.

  1. #1
    JohnZing, Mar 8, 2007 IP
  2. Forrest

    Forrest Peon

    Messages:
    500
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I really doubt Google mixed those up, especially if they pick up the links verbatim from your a href code. They're really good at crawling the web and organizing information they find there; it really doesn't make sense they would go messing with a good URL to break it.

    Do you have access to your server logs? The raw ones? I'd be really curious if they have referral info attached, or anything else that might be useful...?

    I wouldn't think the & char would be legal for part of a file or path name ... I'd really expect IIS to turn control over to your article.aspx page, with a messed up query string. Apparently not, but that's pretty bizarre.

    Is it possible someone you linked to on that page tried to add it to some directories, or mentioned it in a blog, to try to get more link juice? Or that a competitor threw up a bunch of links to invalid pages, like if they were trying to do a denial of service using a spider as a proxy? I don't know, that's kind of a reach, but this is a pretty bizarre situation.
     
    Forrest, Mar 8, 2007 IP
  3. JohnZing

    JohnZing Peon

    Messages:
    109
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you. I checked the logs as you suggested and I found a bug in my website code :eek:
     
    JohnZing, Mar 8, 2007 IP
  4. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #4
    there is a real about the googlebot . googlebot does not like the urls like /article.aspx&page=1&id=12&fid=32 . :)
     
    trichnosis, Mar 8, 2007 IP
  5. daykevi

    daykevi Peon

    Messages:
    106
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Google never like special characters(?, &) in the URL, so we make htaccess file for dynamic urls. Now can can make a robots.txt file & put the url there showing not found page error. or U can go for google auto URl removal tool to deindex the URLs.
     
    daykevi, Mar 9, 2007 IP