add sitemap

This commit is contained in:
2024-01-08 15:13:00 +01:00
parent 920fedd444
commit 98b95b1a18
4 changed files with 128 additions and 67 deletions

27
.vscode/sitemap-generator.json vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"src/sitemap.xml": {
"Protocol": "https",
"DomainName": "janishutz.com",
"Root": "./src",
"IncludeExt": [
".html",
".php"
],
"Exclude": [
"404.html",
"footer.html",
"menu.html",
"search/index.html"
],
"TagsToInclude": [
"priority"
],
"DefaultChangeFrequency": "monthly",
"TabCharacters": "\t",
"bIncludeWWW": true,
"bRemoveFileExtentions": false,
"bUseTrailingSlash": false,
"bAutomaticallyUpdateSitemap": true,
"bMinimized": false
}
}