mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Sitemap performance for lot of posts.
sitemap.post.xml become sitemap index. Contains sitemap.post.1.xml etc. (per sitemap 500 URLs). To disable specific sitemap use -1 as value.
This commit is contained in:
parent
9de1b3f09a
commit
4a78e486f2
2 changed files with 60 additions and 35 deletions
|
|
@ -119,13 +119,13 @@ rss.char = "200"
|
|||
views.counter = "false"
|
||||
|
||||
; Sitemap priorities between "0.0" and "1.0".
|
||||
; Set "false" to disable a sitemap for the given type. (See /sitemap.xml)
|
||||
; Set "-1" (minus one) to disable a sitemap for the given type. (See /sitemap.xml)
|
||||
sitemap.priority.base = "1.0"
|
||||
sitemap.priority.post = "0.5"
|
||||
sitemap.priority.static = "0.5"
|
||||
sitemap.priority.category = "0.5"
|
||||
sitemap.priority.tag = "0.5"
|
||||
sitemap.priority.archiveDay = "0.5"
|
||||
sitemap.priority.archiveDay = "-1"
|
||||
sitemap.priority.archiveMonth = "0.5"
|
||||
sitemap.priority.archiveYear = "0.5"
|
||||
sitemap.priority.author = "0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue