Sitemap.NET NuGet Package

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.




Got any Sitemap.NET Question?





Info

Version: 2.1.5
Author(s): Rob Engel - LiveOrDevTrying
Last Update: Saturday, November 13, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/liveorDevTrying/Sitemap.NET
NuGet Url: https://www.nuget.org/packages/Sitemap.NET


Install
Install-Package Sitemap.NET
dotnet add package Sitemap.NET
paket add Sitemap.NET
Sitemap.NET Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

1.8

avg-downloads-per-day

1

days-since-last-release

889