Google trying to index images in strange ways

Discussion in 'Google' started by DLGx, Jun 2, 2007.

  1. #1
    The other day when checking webmaster tools I noticed that Google have been trying to index hundreds of images on one of my sites, and is reporting 404 errors for all of them.

    For some reason it is trying to follow links such as:

    
    http://www.DOMAINNAME.com/images/image.jpgwidth=Xheight=Y
    
    Code (markup):
    So it is making the image width and height settings part of the URL, which naturally breaks the link. Does anyone happen to know why the googlebot is making this mistake?
     
    DLGx, Jun 2, 2007 IP
  2. heinlein99

    heinlein99 Peon

    Messages:
    538
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Perhaps they're trying to tie the size of the images in with the image names for more specific search results, but right now the formula isn't quite right
     
    heinlein99, Jun 4, 2007 IP
  3. Teunel

    Teunel Guest

    Messages:
    246
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Did you use the "" in the image HTML code? Maybe that'll make a difference.
     
    Teunel, Jun 4, 2007 IP
  4. danielro

    danielro Active Member

    Messages:
    187
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #4
    This also happened to me once.
    You are probably generating the images via PHP, and forgeting to pre quote the " with /
     
    danielro, Jun 4, 2007 IP
  5. oseymour

    oseymour Well-Known Member

    Messages:
    3,960
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    135
    #5
    that's what I was thinking.
     
    oseymour, Jun 4, 2007 IP
  6. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #6
    trichnosis, Jun 4, 2007 IP
  7. DLGx

    DLGx Active Member

    Messages:
    605
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    58
    #7
    That might be the problem.

    Just odd that the webmaster tools haven't reported this until now, with the website's current system being ~6 months old.
     
    DLGx, Jun 4, 2007 IP