Google Site Preview - Something not quite right

Discussion in 'HTML & Website Design' started by Jbone, Aug 10, 2011.

  1. #1
    Hi All,

    when doing a search on Google.com for the keyword 'slots' the Google site preview for my website is not working correctly. I am getting the issue in the below screenshot:

    slots Capture.jpg

    the website its slots.com.

    Does anyone have any idea why the preview is like this and what I need to do to get this fixed.

    Appreciate any help that can be given.

    Thanks in advance
    Jbone
     
    Jbone, Aug 10, 2011 IP
  2. Zetiz

    Zetiz Active Member

    Messages:
    668
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #2
    I cannot find any problem in the preview. It is absolutely correct. Google is highlighting the part of the website where the word "slot" is written.

    It does the same with all the websites. :)
     
    Zetiz, Aug 10, 2011 IP
  3. xtmx

    xtmx Active Member

    Messages:
    359
    Likes Received:
    12
    Best Answers:
    4
    Trophy Points:
    88
    #3
    It's an error in your robots.txt file. You can only disallow, not allow robots. :)
     
    xtmx, Aug 10, 2011 IP
  4. Jbone

    Jbone Greenhorn

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    16
    #4
    Technically you can allow robots... Editing the robots.txt I am certain will not fix this problem.

    And although preview is showing a little bit of text it is not correct as it is not showing the whole website...
     
    Jbone, Aug 10, 2011 IP
  5. xtmx

    xtmx Active Member

    Messages:
    359
    Likes Received:
    12
    Best Answers:
    4
    Trophy Points:
    88
    #5
    I meant, try changing it to:

    User-agent: *
    Disallow:

    That is how you allow all robots.
     
    xtmx, Aug 10, 2011 IP
  6. Jbone

    Jbone Greenhorn

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    16
    #6
    Jbone, Aug 10, 2011 IP
  7. xtmx

    xtmx Active Member

    Messages:
    359
    Likes Received:
    12
    Best Answers:
    4
    Trophy Points:
    88
    #7
    I got the idea because w3 validator showed the following source code:


    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
    <!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd"> -->
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Refresh" CONTENT="0.1">
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    <TITLE></TITLE>
    </HEAD>
    <BODY><P></BODY>
    </HTML>
     
    xtmx, Aug 10, 2011 IP
  8. Jbone

    Jbone Greenhorn

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    16
    #8
    I dont understand what this means?

    Please can you explain to me?
     
    Jbone, Aug 10, 2011 IP
  9. xtmx

    xtmx Active Member

    Messages:
    359
    Likes Received:
    12
    Best Answers:
    4
    Trophy Points:
    88
    #9
    It means that if W3 HTML Validator, a major web resource, is somehow blocked by your website that you set to allow all robots, maybe Google Instant Preview is being forced to show an old version as well.

    Maybe the Instant Preview robot doesn't support the "Allow" field like Google's main site does. After all, the http://www.robotstxt.org/ site doesn't even metion an "Allow:" field.
     
    xtmx, Aug 10, 2011 IP
  10. Kazarak

    Kazarak Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    It doesn't show the whole site. It shows a select section (mainly top of site) and some quotes. I don't quite understand what you're having problems with though, but I wish you luck on figuring it out. :)
     
    Kazarak, Aug 10, 2011 IP
  11. abrakatabra83

    abrakatabra83 Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    it appears fine to me
     
    abrakatabra83, Aug 12, 2011 IP