Casko.XmlSitemapsForUmbraco 2.0.3

dotnet add package Casko.XmlSitemapsForUmbraco --version 2.0.3
                    
NuGet\Install-Package Casko.XmlSitemapsForUmbraco -Version 2.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Casko.XmlSitemapsForUmbraco" Version="2.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Casko.XmlSitemapsForUmbraco" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Casko.XmlSitemapsForUmbraco" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Casko.XmlSitemapsForUmbraco --version 2.0.3
                    
#r "nuget: Casko.XmlSitemapsForUmbraco, 2.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Casko.XmlSitemapsForUmbraco@2.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Casko.XmlSitemapsForUmbraco&version=2.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Casko.XmlSitemapsForUmbraco&version=2.0.3
                    
Install as a Cake Tool

XML Sitemaps for Umbraco

Downloads NuGet GitHub license

XML Sitemaps for Umbraco helps Umbraco projects publish XML sitemaps in a structured, configurable way. It is designed for teams that want reliable sitemap delivery for search engines without having to build and maintain the full solution themselves.

What It Does

  • Creates XML sitemaps from Umbraco content.
  • Supports sitemap indexes for larger or multilingual sites.
  • Publishes friendly URLs such as /xmlsitemap.xml.
  • Stores generated sitemap files in Umbraco media.
  • Refreshes stored sitemap files automatically in the background.
  • Supports custom sitemap providers for content that does not live in the Umbraco tree.

Why Teams Use It

  • Improves SEO readiness by making sitemap delivery consistent.
  • Reduces custom development for standard sitemap needs.
  • Supports multilingual and multi-site setups through configuration.
  • Leaves room for project-specific extensions when content comes from external systems.

Typical Use Cases

  • Corporate websites that need a standard XML sitemap setup.
  • Multilingual Umbraco solutions with separate sitemap outputs per culture.
  • Solutions with multiple sitemap files collected into one sitemap index.
  • Projects that need to include products, listings, or other external data in a sitemap.

Installation

dotnet add package Casko.XmlSitemapsForUmbraco

Implementation Summary

The package is configured in appsettings.json and can expose sitemap files directly on the site using rewrite URLs. Teams can define:

  • Which cultures to include or exclude.
  • Which parts of the content tree should appear in each sitemap.
  • Whether pages marked with values such as noindex should be excluded.
  • Which sitemap files should be grouped into a sitemap index.
  • Additional custom XML sitemap providers can easily be implemented for project-specific needs.

Good Fit If

  • You want a reusable sitemap solution for Umbraco.
  • You need more control than a simple one-file sitemap.
  • You want sitemap behavior to be configuration-led rather than hardcoded.

Full Documentation

For setup examples and technical configuration details, see the main README:

README.md

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.3 34 7/2/2026
2.0.3-pre 37 7/2/2026
2.0.2 36 7/1/2026
2.0.2-pre 42 7/1/2026
2.0.1 41 7/1/2026
2.0.1-pre 40 7/1/2026
2.0.0 41 6/30/2026
2.0.0-pre 42 6/30/2026
1.0.5-pre 47 6/30/2026
1.0.4-pre 60 6/17/2026
1.0.3-pre 58 5/20/2026
1.0.2-pre 62 5/19/2026
1.0.1-pre 61 5/18/2026