Skip to content

east-sussex-county-council/Escc.Umbraco.SiteMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escc.Umbraco.SiteMap

Publish a search engine sitemap of all media items in the Umbraco media library.

The sitemap can be accessed at https://hostname/sitemap/mediafiles/.

The media URLs are relative, and are appended to the value of a cdnDomain app setting in web.config, so to achieve a URL of https://www.example.org/media/1234/example.jpg you need the following in web.config:

<configuration>
	<appSettings>
		<add key="cdnDomain" value="https://www.example.org" />
	</appSettings>
</configuration>

About

Publish a search engine sitemap of all media items in the Umbraco media library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published