How Google check the last modified date of my webpage ?

Discussion in 'Google' started by sudip03, Sep 18, 2010.

  1. #1
    I have a simple question: How Google check the last modified date of any webpage in my website.

    If XML site map is the answer, then what happens to those sites which don't have xml site map ?
     
    sudip03, Sep 18, 2010 IP
  2. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Look at any list of files on your computer. . . you'll see the file date. The column header is 'modified'. Alternatively, right click any file on your computer and select 'properties'. There's a created, modified, and last used date. The OS tracks all this. All googlebot needs to do is 'get fileInfo' which is a standard function in all programming languages.
     
    longcall911, Sep 18, 2010 IP
  3. siflur

    siflur Well-Known Member

    Messages:
    1,246
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    115
    #3
    When Google crawls your site, it compares your pages with the pages they crawled last time (the cache files).
     
    siflur, Sep 18, 2010 IP
  4. sudip03

    sudip03 Peon

    Messages:
    155
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4

    But how they come to know when i have updated my content that what i am talking about. The last modified date is compared with last cached date of Google. If modified date is older than that of cached date then google passes the url for next crawl as they thing it's waste of time to crawl the same content as it was in previous crawl.

    So how Google come to know when i have modified my website content ?
     
    sudip03, Sep 18, 2010 IP
  5. siflur

    siflur Well-Known Member

    Messages:
    1,246
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    115
    #5
    Google constantly crawl ALL available content. Google doesn't say: "Oh, I have been at this page before, so I'm not gonna crawl it again".
     
    siflur, Sep 18, 2010 IP