Skip to content

A friendly tool for creating dynamic sitemap.xml files in Umbraco

License

Notifications You must be signed in to change notification settings

callumbwhyte/friendly-sitemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Umbraco Friendly Sitemap

Umbraco Friendly Sitemap

Friendly Sitemap makes adding dynamic sitemap.xml files to your Umbraco website easy!

Friendly Sitemap creates a fully compliant XML sitemap for Google search, Google Images, or Google News, for your content with no code necessary.

Package NuGet Our Umbraco
Friendly Sitemap NuGet Our Umbraco
Image Sitemap NuGet
News Sitemap NuGet

Getting started

Friendly Sitemap and the News Sitemap are supported on Umbraco 8.1+.

The Image Sitemap requires Umbraco 8.6+.

Installation

Friendly Sitemap is available from Our Umbraco, NuGet, or as a manual download directly from GitHub.

Our Umbraco repository

You can find a downloadable package on the Our Umbraco site.

NuGet package repository

To install from NuGet, run the following command in your instance of Visual Studio.

PM> Install-Package Our.Umbraco.FriendlySitemap

Usage

Once installed the sitemap must be enabled via an app setting in the web.config file:

<add key="Umbraco.Sitemap.Enable" value="true" />

The sitemap will be visible on the URL /sitemap.xml, such as https://www.yoursite.com/sitemap.xml. If installed, the Image Sitemap will be visible on the URL /sitemap_images.xml while the News Sitemap will be visible on the URL /sitemap_news.xml.

All links displayed in a sitemap are specific to the current domain and culture.

If a physical sitemap.xml file exists in your website, the dynamically generated sitemap will be disabled.

The project wiki contains further details about the advanced configuration options available, including creating custom sitemaps.

Contribution guidelines

To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the library.

Who do I talk to?

This project is maintained by Callum Whyte and contributors. If you have any questions about the project please get in touch on Twitter, or by raising an issue on GitHub.

Credits

The Friendly Sitemap logo uses the Sitemap icon from the Noun Project by Adrien Coquet, licensed under CC BY 3.0 US.

The Image Sitemap logo uses the Images icon from the Noun Project by Javi Ayala, licensed under CC BY 3.0 US.

The News Sitemap logo uses the News icon from the Noun Project by Shashank Singh, licensed under CC BY 3.0 US.

A special #h5yr to our contributors

License

Copyright © 2021 Callum Whyte, and other contributors

Licensed under the MIT License.