From 7a1ea4f4c19edf4fcd2e623ac0b316efa32461da Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 9 Jul 2020 15:04:46 +0200 Subject: [PATCH] SEO --- app/views/public/circuits/index.html.haml | 3 +++ app/views/public/organisateurs/index.html.haml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/views/public/circuits/index.html.haml b/app/views/public/circuits/index.html.haml index b38faea..6e2b2ee 100644 --- a/app/views/public/circuits/index.html.haml +++ b/app/views/public/circuits/index.html.haml @@ -1,3 +1,6 @@ +-@title = "Ma Moto sur Circuit - Circuits et pistes moto" +-@description = "Découvrez les circuits moto en France et en Europe. Près de 100 pistes référencées !" + .recherche_filtre -params[:search] = params[:search] || [] -params[:search][:m_event_type_title] = params[:search][:m_event_type_title] || [] diff --git a/app/views/public/organisateurs/index.html.haml b/app/views/public/organisateurs/index.html.haml index 09df3af..956b1db 100644 --- a/app/views/public/organisateurs/index.html.haml +++ b/app/views/public/organisateurs/index.html.haml @@ -1,3 +1,6 @@ +-@title = "Ma Moto sur Circuit - Organisateurs de journées de roulage" +-@description = "Trouvez l’organisateur de votre roulage moto sur circuit" + .recherche_filtre -params[:search] = params[:search] || [] -params[:search][:m_event_type_title] = params[:search][:m_event_type_title] || []