Forum Moderators: open
I am trying to determine what the reason might be.
Could having anchor links on a page be the reason? Those are links on a page that take you to a specific section of the same page. Visitors might be clicking on them.
I found this on the web and I thought that it may be useful to try to figure this out.
206 - Partial Content
A status code of 206 is a response to a request for part of a document. This is used by advanced caching tools, when a user agent requests only a small part of a page, and just that section is returned.
Where it says user agent above does that mean human visitors or just visits from the search engine bots?
I would appreciate your help.
206-Partial Content means that the user-agent is requesting the resource in "chunks" and not all at once. This behaviour is rare among normal browsers and search robots, but very common with things like Adobe Acrobat or Adobe Reader when a .pdf file is downloaded. Other "download tools" use it as well, since it makes pausing and resuming the download possible, as well as enabling multiple connections to your server to be established, with each connection downloading a "piece" of the same (usually large) file.
Whether it's good or bad really depends on the specific user-agent and on what resources you host on your site. If you don't have any .pdf or similar files hosted, then you may be getting a bunch of unwelcome "site downloader" traffic -- only a look at your server access log files and traffic stats by user-agent will tell.
Jim
Have you seen the Search Engine Spider and User Agent Identification [webmasterworld.com] forum?
Also helpful: [google.com...]