IIS Search Engine Optimization Toolkit

The IIS Search Engine Optimization (SEO) Toolkit helps web developers, hosting providers, and web server administrators to improve their website's relevance in search results by recommending how to make the site content more search engine-friendly. The IIS SEO Toolkit includes the Site Analysis module, the Robots Exclusion module, and the Sitemaps and Site Indexes module, which let you perform detailed analysis and offer recommendations and editing tools for managing your Robots and Sitemaps files.

In This Section

The IIS Search Engine Optimization (SEO) Toolkit contains the following extensibility points.

Namespace Description
Microsoft.Web.Management.SEO.Crawler Allows you to provide your own code to hook to the process of crawling a website in the Site Analysis process. By using this extensibility point, you can extend the built-in set of violation rules with your own. You can also gather additional information such as links or resource metadata, whether extracted from the content or from an external system.
Microsoft.Web.Management.SEO.SiteAnalyzer Allows you to provide custom tasks to be exposed in the Site Analysis tool.
Microsoft.Web.Management.SEO.Sitemaps Allows you to provide custom tasks to be exposed in the Sitemaps and Sitemap Indexes tool.

See Also

Other Resources

IIS Search Engine Optimization Toolkit