From 0cf21b4e7a05922b0fbe0613e5dd37594f94202f Mon Sep 17 00:00:00 2001 From: Cale Tilford Date: Wed, 7 Sep 2016 17:38:29 +0100 Subject: [PATCH] Add Twitter description meta tag to homepage --- app/views/application/_social_meta.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/application/_social_meta.html.erb b/app/views/application/_social_meta.html.erb index 3345bdf24..affdeff22 100644 --- a/app/views/application/_social_meta.html.erb +++ b/app/views/application/_social_meta.html.erb @@ -31,4 +31,5 @@ <%= twitter_card_tag 'description', @petition.background %> <% else %> <%= twitter_card_tag 'title', page_title %> +<%= twitter_card_tag 'description', 'Official online petitions in response to issues of the day, listing the number that got a Government response, and those that have been debated in the House of Parliament' %> <% end %>