Google Sitemap Generation From A Custom SiteMapResult My previous article showed how to use a custom ActionResult and the classes within WCF to generate an RSS feed. There are no similar classes to help build a valid Google Site Map for an ASP.NET MVC application. So here's how your can build your own.
There are a lot of classes associated with creating feeds within the System.ServiceModel.Syndication namespace, but we actually only need to borrow inspiration from 3 of them for Goog...
1 comment posted.
#1
dev8546
720 days, 1 hour, 48 minutes ago said:
Very good article