improve seo

This commit is contained in:
dolphinau 2025-09-07 10:56:43 +02:00
parent 9164e1acd8
commit 5b23d22667
No known key found for this signature in database
3 changed files with 33 additions and 5 deletions

View file

@ -4,11 +4,11 @@ title: "Contact"
## Coordonnées ## Coordonnées
Amis de la Chapelle Victoria Amis de la Chapelle Victoria \
1 traverse Victoria 06130 Grasse 1 traverse Victoria 06130 Grasse
Tél. : Tél. : \
04 93 09 14 06 (Chantal) 04 93 09 14 06 (Chantal) \
04 93 40 10 57 (Liliane) 04 93 40 10 57 (Liliane)
Courriel : chapelle.victoria@protonmail.com Courriel : chapelle.victoria@protonmail.com

View file

@ -31,7 +31,9 @@ url = "/contact/"
weight = 10 weight = 10
[params] [params]
subtitle = 'Actualité concerts, expositions, billeterie' description = "Site officiel des amis de la chapelle Victoria de Grasse"
author = "Les amis de la chapelle Victoria de Grasse"
subtitle = 'Actualité concerts, expositions, billeterie'
[markup] [markup]
[markup.goldmark] [markup.goldmark]
@ -40,3 +42,8 @@ subtitle = 'Actualité concerts, expositions, billeterie'
[markup.goldmark.parser.attribute] [markup.goldmark.parser.attribute]
block = true block = true
title = true title = true
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5

View file

@ -1,5 +1,26 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width" /> <meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="description"
content="{{ with .Description }}
{{ . }}
{{ else }}
{{ with .Summary }}
{{ . }}
{{ else }}
{{ .Site.Params.description }}
{{ end }}
{{ end }}"
/>
<meta name="author" content="{{ .Site.Params.author }}" />
{{ with .Keywords }}
<meta name="keywords" content="{{ delimit . ", " }}" />
{{ end }}
<link rel="icon" type="image/png" href="/favicon.png" /> <link rel="icon" type="image/png" href="/favicon.png" />
<title> <title>
{{ if .IsHome }} {{ if .IsHome }}