Generating a Sitemap in ASP.NET MVC3

Adding a static sitemap to an ASP.NET MVC3 website is very easy. Unfortunately, static sitemaps aren’t nearly as useful as ones that update automatically when new content is added.  To do that, we need a dynamically generated sitemap. Automatically Generated Sitemaps There are a couple of different ways you can generate a sitemap automatically.  A […]

Adding a Sitemap in ASP.NET MVC3

Anyone who is trying to get their website indexed by search engines should be familiar with sitemaps and what they are used for, but not everyone knows how to go about generating a sitemap.  Wait, What is a Sitemap Again? A sitemap is simply an XML file that a website uses to tell search engines […]