Eerste ondersteuning IndexNow
This commit is contained in:
parent
b24026eec1
commit
62d29a653c
3 changed files with 21 additions and 2 deletions
14
themes/nluug/layouts/list.indexnow.json
Normal file
14
themes/nluug/layouts/list.indexnow.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{{- $url := urls.Parse (absURL "") -}}
|
||||
{{- $domainname := split $url.Host "." -}}
|
||||
{{- index $domainname 1 -}}
|
||||
{
|
||||
"host": "{{ $domainname }}",
|
||||
"key": "eef97f0eab614e95ba7b54615dc59f9d",
|
||||
"keyLocation": "{{ absURL "/eef97f0eab614e95ba7b54615dc59f9d.txt" }}",
|
||||
{{ $index_time := (time now).AddDate 0 0 -1 }}
|
||||
"urlList": [
|
||||
{{- range .Site.RegularPages -}}
|
||||
{{ if ge (time .Date) $index_time }}"{{ .Permalink }}",{{ end }}
|
||||
{{- end -}}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue