improve seo
This commit is contained in:
parent
9164e1acd8
commit
5b23d22667
3 changed files with 33 additions and 5 deletions
|
|
@ -4,11 +4,11 @@ title: "Contact"
|
|||
|
||||
## Coordonnées
|
||||
|
||||
Amis de la Chapelle Victoria
|
||||
Amis de la Chapelle Victoria \
|
||||
1 traverse Victoria – 06130 Grasse
|
||||
|
||||
Tél. :
|
||||
04 93 09 14 06 (Chantal)
|
||||
Tél. : \
|
||||
04 93 09 14 06 (Chantal) \
|
||||
04 93 40 10 57 (Liliane)
|
||||
|
||||
Courriel : chapelle.victoria@protonmail.com
|
||||
|
|
|
|||
|
|
@ -31,7 +31,9 @@ url = "/contact/"
|
|||
weight = 10
|
||||
|
||||
[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.goldmark]
|
||||
|
|
@ -40,3 +42,8 @@ subtitle = 'Actualité concerts, expositions, billeterie'
|
|||
[markup.goldmark.parser.attribute]
|
||||
block = true
|
||||
title = true
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
filename = "sitemap.xml"
|
||||
priority = 0.5
|
||||
|
|
|
|||
|
|
@ -1,5 +1,26 @@
|
|||
<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" />
|
||||
<title>
|
||||
{{ if .IsHome }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue