this is only related to the sitemap, I believe, not analytics. I've gotten this before and I assumed that it meant there had been errors in the past, but none now.
You must realize that Analytics will show only errors if the actual HTML code with analytic's JavaScript on it was served and executed.
The Google's sitemap shows the errors that Googlebot had encountered when was spidering your site.
1. Googlebot does not execute javascript thus absolutely ignoring the Analytic.
2. The Analytic's stats will not show if your server has generated some kind of error like 500 or 404 (unless you have custom handler for those errors with Analytics code there, but I doubt it).
You must realize that Analytics will show only errors if the actual HTML code with analytic's JavaScript on it was served and executed.
The Google's sitemap shows the errors that Googlebot had encountered when was spidering your site.
1. Googlebot does not execute javascript thus absolutely ignoring the Analytic.
2. The Analytic's stats will not show if your server has generated some kind of error like 500 or 404 (unless you have custom handler for those errors with Analytics code there, but I doubt it).
From your picture you have way to may errors 1/3 of total amount of pages. I would definitely pay attention and investigate. Get the actual web logs.
While some errors are normal. Usually 404, i think you have way to much.
I assume it is because some of my page is partially indexed coz I didn't find any bad links on my site. Can you tell me how can I pinpoint the html error in the actual web log?
Last edited by GoWFB_SEO : 06-07-2006 at 02:01 PM.
It's not related to how your pages are indexed. Actually i do not understand the phrase "page is partially indexed".
To analyze logs you need Log analyzer. I am not unix/lynux guy so can not tell you good analyzer. But pretty much any will show you the problem.
Also google shows HTTP error (not HTML error).
HTTP error is an error code that is returned when browser (or googlebot) asks for the page.
200 is OK.
404 - means page is not there.
301 or 302 - redirects (server also suplies additional info as where redirect to)
500 - means aplication error. If you wrote buggy php for example
It's not related to how your pages are indexed. Actually i do not understand the phrase "page is partially indexed".
To analyze logs you need Log analyzer. I am not unix/lynux guy so can not tell you good analyzer. But pretty much any will show you the problem.
Also google shows HTTP error (not HTML error).
HTTP error is an error code that is returned when browser (or googlebot) asks for the page.
200 is OK.
404 - means page is not there.
301 or 302 - redirects (server also suplies additional info as where redirect to)
500 - means aplication error. If you wrote buggy php for example
Thanks. I checked the log, and found that there are the request for image files caused the error. But the problem is that i can recall anywhere on my page I requested the image (<img src="...">). and also, even though i did not request the image on my page, I still kept that image on the server