Sitemap + keyword motore ricerca

This commit is contained in:
Leocraft1
2025-03-27 15:02:14 +00:00
parent ce0640c19a
commit eaccfa0601
6 changed files with 438 additions and 0 deletions

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

@@ -0,0 +1,23 @@
{
"sitemap.xml": {
"Protocol": "https",
"DomainName": "ertpl.pages.dev",
"Root": "./",
"IncludeExt": [
".html",
".php"
],
"Exclude": [],
"TagsToInclude": [
"priority",
"lastmod"
],
"DefaultChangeFrequency": "monthly",
"TabCharacters": "\t",
"bIncludeWWW": true,
"bRemoveFileExtentions": false,
"bUseTrailingSlash": false,
"bAutomaticallyUpdateSitemap": true,
"bMinimized": false
}
}