Asp.Net search engine sitemap

If possible, someone can tell me how I can use a search engine sitemap with asp.net. There is content on my website that ends up often and new things come up, so I wanted it to be updated whenever a crawler search engine came to my site.

I came across http://weblogs.asp.net/bleroy/archive/2005/12/02/432188.aspx which tells me it was released by Microsoft a year ago, which could do exactly what I need. I cannot find it anywhere. Was it part of the ASP.Net 3.5 platform?

Are there any other improved frameworks or libraries around which I can use for the same purpose?

0


source to share


1 answer


You should develop a dynamic sitemap. Most open blogging platforms support this feature, which you can inspire from them. You can develop for yourself. No external library needed.



This ( http://www.stilx.com/sitemap.axd ) is an open source blog ( BlogEngine.NET ). Since it is open source you can find sitemap sources.

0


source







All Articles