SEO
Pasi
- sitemap.xml
- robots.txt
- Google Analytics
- Submit to
- http://websitegrader.com
- http://www.google.com/webmasters/checklist/
- microformats
- sitemap.xml => http://www.sitemaps.org/
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://mysite/page</loc> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <url> <loc>http://mysite/lessimportantpage</loc> <changefreq>daily</changefreq> <priority>0.7</priority> </url> </urlset>
- robots.txt => http://www.robotstxt.org/
User-agent: *
Disallow:
Sitemap: http://mysite/sitemap.xml
page revision: 12, last edited: 05 Aug 2010 19:51