12 packages tagged with “sitemap.xml”
This library allows you quickly and easily generate sitemap files.
Search Engine management tools. This library helps developers to create routing for robots.txt and sitemap.xml. Also provides facility for creating sitemap.xml file and load existing sitemap.xml file.
A sitemap (sitemap.xml) parsing and querying library in C#
A minimalist library for creating sitemap files inside ASP.NET Core applications and physical .XML files.
Please refer to X.Web.Sitemap – the new place for thid library!
A simple middleware built on reflection designed to support your Search Engine Optimized (SEO) app by dynamically creating a Sitemap.xml and Robots.txt. This package is designed to be very simple for simple use cases but allows for custom disallowed routes, user agents, and custom node endpoints by supplying optional parameters to the middleware extension methods. Sitemaps.xml asks if you would like to parse the controllers - you can add the [NoSiteMap] attribute to any class or method you would not like included in the Sitemap.xml and the [Priority] attribute to set custom priorities per route. You can provide detail routing information for a dynamic sitemap.xml of items, e.g. a link for each product in the products database. The Robots middleware will allow you to add any number of RobotRules for defining your User-Agent and Disallowed routes. This middleware parses the existing controller structure and automatically includes all get endpoints in the dynamic Sitemap.xml while ignoring any Posts, Puts, or Deletes.
Automatic generation of sitemap.xml and robots.txt based on ASP.NET routes. Extensible engine allows custom URL providers to get URLs from any source. Includes exclude from sitemap feature and video sitemap support.
Parsers for Sitemaps protocol (aka Sitemap / Sitemap Index). Visit Project Site for documentation.
Package Description
Search Engine managemnet tools. forked AspNetCore.SEOHelper
sitemap.xml dynmically generated using the AppSettings and can be configured per environment.