+ Reply to Thread
Results 1 to 6 of 6

Thread: 304 http
      
   

  1. #1
    bobrooney is offline Corporal
    Join Date
    Jan 2009
    Posts
    19

    Default 304 http

    I'm familiar w/ 404 and 200 but not sure why googlebot is returning some of my pages as 304.

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: 304 http

    Resolving 304 errors - general

    You should never see this error in your Web browser. It should simply present the Web page from its cache - because it believes the page has not changed since it was last cached. If your client is not a Web browser, then it should equally be able to present the page from a cache. If unable to do so, it is not using the If_Modified_Since or related headers correctly.

  3. #3
    bobrooney is offline Corporal
    Join Date
    Jan 2009
    Posts
    19

    Default Re: 304 http

    So basically the 304 happens when I updated, I changed the page name recently, and google has yet to update my site map?

  4. #4
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: 304 http

    304 is not an error - it's a server response that tells a user agent, "Not Modified" -- or in more extended words, "this page has not been modified since the criteria included in your If-Modified-Since header." In such a case, the server does NOT return the document itself.

    So yes, if your server is incorrectly replying to googlebot's If-Modified-Since header, then googlebot is not getting anything to index. Also possible (but I would think extremely rare) googlebot is sending a bad date or time for the If-Modified-Since. The solution? I'd make a small change to the page so that it IS now modified, and then also make sure the server is handling If-Modified-Since properly. Check the time/date setting on the server first.
    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  5. #5
    bobrooney is offline Corporal
    Join Date
    Jan 2009
    Posts
    19

    Default Re: 304 http

    If-Modified-Since header?

    This is found in the sitemap generator?

  6. #6
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: 304 http

    No.. a 304 is the timestamp on a file. Its basically saying that.. the file hasnt changed since the last upload.. its really NOT an error, its simply saying that the cached version is the most updated, and its simply saying that a new or changed document is NOT found.

    Exactly what David said above...

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49