Saturday, December 03, 2005

Google Sitemaps for ASP.NET 2.0

This is really cool! Google has long let you expose your site's "logical sitemap" structure so the crawler can better understand the site, details here. With ASP.Net 2.0, you can create an XML sitemap file that acts as a DataSource for the various Menu and MenuPath controls. Betrand Le Roy has done the cool work of mapping the ASP.Net sitemap file to an HTTP handler that will expose it in a format for Google to consume. Details here.

No comments: