diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index bd3425f..4f66f63 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -3,7 +3,14 @@
%head
%meta{:"http-equiv" => "content-type" ,:content =>"text/html;charset=UTF-8" }
%title="Pharmacie Boissier - Rives sur Fures (38140) - "@title.to_s
-
+ -if @description
+ %meta{:name => "description", :content => @description}
+ -else
+ %meta{:name => "description", :content => "La pharmacie Boissier située à Rives sur Fures (38140) vous accueil et vous conseil."}
+ -if @keywords
+ %meta{:name => "keywords", :content => @keywords}
+ -else
+ %meta{:name => "keywords", :content => "pharmacie, Boissier, Rives, Renage, Réaumont, Saint Blaise, Charnècles, homéopathie, aromathérapie"}