diff --git a/locale/fr.json b/locale/fr.json
index 306d697ab92a76632472b96a70a3095d26221a35..ccef80ff0e7a4c6e92327ea665ddfff8b93fa7dd 100644
--- a/locale/fr.json
+++ b/locale/fr.json
@@ -39,7 +39,8 @@
     "Creation date:": "Date de création :",
     "Caption": "Légende",
     "Markdown": "Markdown",
-    "ASTERISK": "*"
+    "ASTERISK": "*",
+    "Framadate is an online service for planning an appointment or make a decision quickly and easily.": "Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement."
   },
   "Date": {
     "dd/mm/yyyy": "jj/mm/aaaa",
diff --git a/tpl/page.tpl b/tpl/page.tpl
index 2879d2e100eb691efc011c676d087632c0ac6491..acf9a3bb66a3781ca4f6246289b5c8fc95d2688b 100644
--- a/tpl/page.tpl
+++ b/tpl/page.tpl
@@ -8,6 +8,7 @@
     {else}
         <title>{$APPLICATION_NAME|html}</title>
     {/if}
+    <meta name="description" content="{__('Generic', 'Framadate is an online service for planning an appointment or make a decision quickly and easily.')}" />
 
     {if isset($favicon)}
         <link rel="icon" href="{$favicon|resource}">