diff --git a/backend/app/views/layouts/marketing.html.erb b/backend/app/views/layouts/marketing.html.erb index f66d46c..f0963ec 100644 --- a/backend/app/views/layouts/marketing.html.erb +++ b/backend/app/views/layouts/marketing.html.erb @@ -4,9 +4,11 @@ <%= content_for?(:title) ? yield(:title) : "Match Live TV" %> + <%= render "shared/meta_tags" %> + <%= yield :head %> - + <%= render "shared/marketing_nav" %> diff --git a/backend/app/views/public/pages/home.html.erb b/backend/app/views/public/pages/home.html.erb index aad71cd..18f6bab 100644 --- a/backend/app/views/public/pages/home.html.erb +++ b/backend/app/views/public/pages/home.html.erb @@ -1,10 +1,24 @@ <% content_for :title, "Match Live TV — Diretta live partite giovanili da telefono" %> <% content_for :meta_description, "Non puoi andare in palestra? Guarda la diretta live della partita di tuo figlio dal telefono o dal computer, senza installare app. Pallavolo, calcio e sport giovanili: link da condividere con nonni e parenti, archivio se te la perdi." %> <% content_for :canonical_url, seo_absolute_url(root_path) %> +<% content_for :head do %> + +<% end %>
+

Match Live TV

LIVE

Ogni partita, ogni evento, per chi non può esserci.

diff --git a/backend/app/views/shared/_marketing_nav.html.erb b/backend/app/views/shared/_marketing_nav.html.erb index b327a01..3ef6bc1 100644 --- a/backend/app/views/shared/_marketing_nav.html.erb +++ b/backend/app/views/shared/_marketing_nav.html.erb @@ -2,9 +2,9 @@

- <%= link_to root_path, class: "mast-brand", aria: { label: "Match Live Tv" } do %> - - Match Live TV + <%= link_to root_path, class: "mast-brand", aria: { label: "Match Live TV" }, title: "Match Live TV" do %> + + <% end %>