I am developing a public website on ASP.Net MVC and I am looking for open source libraries for SEO that give me following functionality.
- Vanity URLs that have URL format like "mysite.com/<category>/<title>"
- Sets Title of the page to something like "<site name>/<title>"
- Sets Meta Tags in the HTML header
- Puts H1 tag around page title in the HTML body.