Constellation.Feature.SitemapXml
9.0.7.18231
See the version list below for details.
dotnet add package Constellation.Feature.SitemapXml --version 9.0.7.18231
NuGet\Install-Package Constellation.Feature.SitemapXml -Version 9.0.7.18231
<PackageReference Include="Constellation.Feature.SitemapXml" Version="9.0.7.18231" />
paket add Constellation.Feature.SitemapXml --version 9.0.7.18231
#r "nuget: Constellation.Feature.SitemapXml, 9.0.7.18231"
// Install Constellation.Feature.SitemapXml as a Cake Addin #addin nuget:?package=Constellation.Feature.SitemapXml&version=9.0.7.18231 // Install Constellation.Feature.SitemapXml as a Cake Tool #tool nuget:?package=Constellation.Feature.SitemapXml&version=9.0.7.18231
Constellation is a collection of utilities for .NET CMS implementers.
The Feature.SitemapXml namespace contains Http Handlers which intercept the request before it hits Sitecore. The /robots.txt handler returns
a basic document stating that all agents have access to the sitemap.xml file. (there is an option to explicitly deny all agents as well).
For /sitemap.xml, the request is passed to a Sitemap Generator, which uses a Crawler to identify which Items to put in the resulting
XML document. The Generator also uses a Node class to parse the Items to identify what information belongs in each of the Items' records
in the XML output. Because this document can be expensive to generate, there is a built-in caching mechanism.
This library supports "global" defaults in the Sitecore *.config files, as well as Site-specific settings.
The system will function on a basic level "out of the box". Developers are encouraged to extend/replace the crawler and node classes for their
solution and/or individual Helix Projects within the solution to better suit their needs.
Configured for use with Sitecore 9.0.
Requires Sitecore 9.0 NuGet packages, available here: https://sitecore.myget.org/F/sc-packages/api/v3/index.json
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
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 |
---|---|---|
9.0.10.16993 | 1,117 | 4/27/2018 |
9.0.9.26228 | 1,062 | 4/26/2018 |
9.0.8.20960 | 1,051 | 2/12/2018 |
9.0.8.19739 | 1,016 | 2/12/2018 |
9.0.7.18472 | 950 | 2/8/2018 |
9.0.7.18231 | 1,059 | 2/8/2018 |
9.0.7.17292 | 1,016 | 2/8/2018 |
9.0.1.27364 | 1,003 | 2/7/2018 |
Improved query structure of default crawler.