Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

304 error keeping google from indexing a page?

msn, yahoo have indexed the page but not google

         

jakegotmail

8:07 pm on Oct 22, 2007 (gmt 0)

10+ Year Member



I have a page that is returning a 304 error. Would this keep google from indexing the page properly, b/c it isn't indexed?

It is worth noting this page is indexed in yahoo and MSN.

What are the correct steps in removing this 304 error?

tedster

8:25 pm on Oct 22, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



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.

jakegotmail

8:53 pm on Oct 22, 2007 (gmt 0)

10+ Year Member



Thanks for the clarification Ted. Makes sense.