article in Tech
random-technology
SEO, analytics, and link management
Replaying apache log files with python and twill « LuckyDonkey
vlogger - very similar (and intended as a replacement for) cronolog or httplog
Visualize your logs
Graph Visualization for Apache log files | Oleg Burlaca's Blog
Apache2GDL: How Visitors Browse Your Site
aiSee — Graph Visualization - interprets GDL (Graph Description Language in a Nutshell).
Free Web Analytics Software - Analytics - Piwik
SEO Analyzers
AWStats - Free log file analyzer for advanced statistics (GNU GPL).
Home of The Webalizer
Analog: WWW logfile analysis
Google Analytics
Xenu's Link Sleuth - checks web sites for broken links.
Back Link Analyzer - Link Popularity Software (Beta)
Search Engine Optimization (SEO) Toolkit - ScottGu's Blog
adCenter Analytics - Microsoft adCenter Community
sitemaps
Sitemaps provide you a way to express all the content on your site to your visitors. They are helpful to crawlers and to the general public. It provides an authoritative index of valid URLs to your site.
You can submit your sitemap to each of the search engines but it is also nice to supply your sitemap URL using the robots.txt standard. :)
Place the URL to your sitemap in your robots.txt using "Sitemap: " as the prefix.
It is also nice to use a mod_rewrite rule to clean up your sitemap url.
RewriteRule ^sitemap.xml$ /index.php?your&long&query=string [NC]
Created: 2007-04-06 15:42:37
Modified: 2013-12-01 02:51:40