Web Analytics For 404 Errors
404 errors are a fact of life on the internet. 404 error is a message returned by a server in response to a request for a page that does not exist on the server (http 404 error code). Let me illustrate this with an example: A visitor comes to a site, bookmarks a page and then leaves the site. Next week the owner of the site decides to launch a new site completely replacing the old pages with the new pages (urls were different). Next month the visitor comes back to the site via the bookmark but the page she bookmarked does not exist as it was removed during the site redesign. She will get a 404 error message from the server. Reasons for 404 Errors 404 errors can occur due to numerous reasons: Misspelled links – A misspelled URL in a hyperlink on the site can causing a broken link and hence a 404 error message. Bad Site Map – A site map is an xml file containing a list of all the pages on the site. It is usually meant for the search engines to index the pages on a site. A misspelling i...