diff --git a/_layouts/base.html b/_layouts/base.html
index 39d50b76..95fcf92f 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -5,6 +5,7 @@
{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}
+{% capture metadescription %}{% translate metadescription %}{% endcapture %}{% if metadescription != '' %}{% endif %}
{% lesscss main.less %}
{% if page.lang == 'ar' or page.lang == 'fa' %}{% lesscss rtl.less %}{% endif %}
diff --git a/_translations/en.yml b/_translations/en.yml
index aa49460c..019785f5 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -422,6 +422,7 @@ en:
readmoretxt: "This is only a very short and concise summary of the system. If you want to get into the details, you can read the original paper that describes the system's design, read the developer documentation, and explore the Bitcoin wiki."
index:
title: "Bitcoin - Open source P2P money"
+ metadescription: "Bitcoin is an innovative payment network and a new kind of money. Find all you need to know and get started with Bitcoin on bitcoin.org."
listintro: "Bitcoin is an innovative payment network and a new kind of money."
list1: "Instant peer-to-peer
transactions"
list2: "Worldwide
payments"