diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index 7505257..305b825 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -10,8 +10,12 @@
!!!
- @social_url = @social_url || request.url.to_s
--if @description and @description == ""
- - @description = qit "SEO texte description par défaut 2",""
+
+-if @title.to_s == ""
+ - @title = "Festival Musifrat French Alps : 2 Jours de concerts Rock Pop Blues"
+
+-if @description.to_s == ""
+ - @description = "2nde Edition du Festival, l'unique rencontre en France entre la Musique et le Rugby. 9 artistes les 25 et 26 Juin 2021 pour se déconfiner les oreilles en plein air et en sécurité."
%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
diff --git a/app/views/public/shared/_ga.html.erb b/app/views/public/shared/_ga.html.erb
index 37038c2..fe2ae14 100644
--- a/app/views/public/shared/_ga.html.erb
+++ b/app/views/public/shared/_ga.html.erb
@@ -1,14 +1,13 @@
-
+
-