commit bbe2c7c429461b1ba872d8de532be8fc726862c0
parent 1959fd60ae4552df7d6a263898a3dc6ea5ebe5bd
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 11 Mar 2021 22:46:54 +0100
Add some metadata
Popular wisdom says that <meta name="keywords"> is useless; I figure
it can't hurt.
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/en/template.html b/en/template.html
@@ -4,6 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>{TITLE} - Bellefeuille Quartet</title>
+ <meta name="description" content="Welcome to the website of the Bellefeuille quartet, a young French string quartet, dynamic and sensitive, whose vocation lies in exploring and sharing the richness and diversity of the genre’s repertoire. In 2019, the Bellefeuille quartet has joined the network of Le Dimore del Quartetto. The quartet consists of Sophie Guille des Buttes, David Forest, Hervé Blandinières and Enguerrand Bontoux.">
+ <meta name="keywords" content="Bellefeuille quartet, French string quartet, chamber music">
<link rel="icon" href="../images/favicon.svg">
<link rel="stylesheet" href="../stylesheets/commun.css">
{STYLESHEETS}
diff --git a/template.html b/template.html
@@ -4,6 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>{TITLE} - Quatuor Bellefeuille</title>
+ <meta name="description" content="Bienvenue sur le site internet du quatuor Bellefeuille, jeune quatuor à cordes français dynamique et sensible dont la vocation est d’explorer et partager la richesse et la diversité du répertoire du genre. Depuis 2019, le quatuor Bellefeuille est membre du Dimore del Quartetto. Le quatuor est constitué de Sophie Guille des Buttes, David Forest, Hervé Blandinières et Enguerrand Bontoux.">
+ <meta name="keywords" content="quatuor à cordes français, musique de chambre, quatuor Bellefeuille">
<link rel="icon" href="images/favicon.svg">
<link rel="stylesheet" href="stylesheets/commun.css">
{STYLESHEETS}