Ajax software
Free javascripts
↑
Main Page
Checking the
sitemap.xml
file in your
seophp/blog
folder, you will find a sitemap generated using
the options you’ve chosen in the configuration page. In my case, with a new blog, I can see
these contents:
<?xml version=”1.0” encoding=”UTF-8”?>
<!-- generator=”wordpress/2.0.5” -->
<!-- sitemap-generator-url=”http://www.arnebrachhold.de”
sitemap-generator-version=”3.0b4” -->
<!-- generated-on=”December 30, 2006 8:09 pm” -->
<urlset xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:schemaLocation=”http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/09/sitemap.xsd”
xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9”>
<url>
<loc>http://seophp.example.com/blog/</loc>
<lastmod>2006-12-19T03:56:13+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://seophp.example.com/blog/sitemap/</loc>
<lastmod>2006-12-29T21:03:32+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://seophp.example.com/blog/about/</loc>
<lastmod>2006-12-21T02:55:29+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://seophp.example.com/blog/2006/12/19/hello-world/</loc>
<lastmod>2006-12-19T05:56:13+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://seophp.example.com/blog/category/uncategorized/</loc>
<lastmod>2006-12-19T05:56:13+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://seophp.example.com/blog/2006/12/</loc>
<lastmod>2006-12-19T05:56:13+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
</urlset>
303
Chapter 16: : Creating an SE-Friendly Blog
c16.qxd:c16 11:04 303
Ajax software
Free javascripts
→