It's pretty easy to make an XML Sitemap of your blog for easy parsing by Google or other search engines.
Just create a new index template and copy the code below. Choose an output file that is easy to remember such as sitemap.xml. Save and rebuild your new template file once you paste the code.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc><$MTBlogURL encode_xml="1"$></loc>
<priority>1.0</priority>
</url>
<MTEntries lastn="9999">
<url>
<loc><$MTEntryPermalink encode_xml="1"$></loc>
<lastmod><$MTEntryModifiedDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></lastmod>
</url>
</MTEntries>
</urlset>
Now you need to let Google know where to find your sitemap. Open up your web browser and enter http://www.google.com/webmasters/sitemaps/ping?sitemap= + the URL-encoded location of your sitemap.
That's it! You can use your Google account to keep track of your pings or multiple sites.
Tags: sitemap

25 Comments
Commentary on "Google Sitemaps using Movable Type":
Subscribe to new comments
Arvind on June 3, 2005 at 4:07 AM wrote: #
? Niall Kennedy on June 3, 2005 at 7:20 AM wrote: #
Jon Gales on June 3, 2005 at 2:31 PM wrote: #
epc on June 3, 2005 at 7:59 PM wrote: #
epc on June 3, 2005 at 8:02 PM wrote: #
The One True b!X on June 4, 2005 at 12:11 AM wrote: #
? Niall Kennedy on June 4, 2005 at 12:24 AM wrote: #
Marc James on June 4, 2005 at 12:28 PM wrote: #
JD on June 4, 2005 at 7:45 PM wrote: #
Coolmax on June 5, 2005 at 9:57 PM wrote: #
Anders on June 6, 2005 at 6:06 AM wrote: #
Mecandes on November 21, 2005 at 1:51 PM wrote: #
Jon Silvers on February 9, 2006 at 10:51 AM wrote: #
Leo Romanovsky on August 30, 2006 at 1:49 PM wrote: #
Rostislav Siryk on August 25, 2007 at 8:02 AM wrote: #
This work brilliant. I've submitted the Sitemap to Google. He accepted it and the asked me to register at its webmasters site to have control over it and see the stats.
Really nice solution.
One question I still haven't got an answer to: how to effectively measure the benefits of site-mapping?
Add a comment
Some comments may be placed in a moderation queue to ensure topical relevancy. You may contact author Niall Kennedy directly if you prefer to comment privately.