SiteMaps.NET
2.0.0
Uplifted to .NET standard.
See the version list below for details.
Install-Package SiteMaps.NET -Version 2.0.0
dotnet add package SiteMaps.NET --version 2.0.0
<PackageReference Include="SiteMaps.NET" Version="2.0.0" />
paket add SiteMaps.NET --version 2.0.0
#r "nuget: SiteMaps.NET, 2.0.0"
// Install SiteMaps.NET as a Cake Addin
#addin nuget:?package=SiteMaps.NET&version=2.0.0
// Install SiteMaps.NET as a Cake Tool
#tool nuget:?package=SiteMaps.NET&version=2.0.0
A simple middleware 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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
-
.NETCoreApp 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.