Forum Moderators: open
The only thing I've seen is when going to #*$!, it returns a 206 response code. Most sites return 200. Is there any reason for this and would it have an effect on the search engines ability to pull the content from a page? I'm lost at why they all seem to have problems picking up this page.
it returns a 206 response code. Most sites return 200. Is there any reason for this and would it have an effect on the search engines ability to pull the content from a page?
Hmmm, I've done a lot of server header checking over the years and can't say I've ever seen a 206 response code returned. Do you know why the server is returning a 206 instead of a 200?
Status Code Definitions [w3.org]
10.2.7 206 Partial Content
The server has fulfilled the partial GET request for the resource. The request MUST have included a Range header field (section 14.35) indicating the desired range, and MAY have included an If-Range header field (section 14.27) to make the request conditional.