diff --git a/_i18n/en.yml b/_i18n/en.yml index 9fdd31eb..f4cf2fb4 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -45,6 +45,21 @@ titles: blogbytag: Blog library: Library +meta_descr: + whatismonero: A thorough explanation of what is Monero and how to get started + accepting: A guide on how to accept a payment in Monero using the GUI wallet + contributing: There are many ways to contribute to Monero and for every skillset + mining: Information, software and resources about mining Monero + blog: News, release notices and communications from the Monero Project and its community + workgroups: Find out where the hundreds of volunteers working on Monero meet and coordinate + sponsorships: The current and past sponsors of the Monero project. + about: History, values and basic structure of the Monero project and technology + roadmap: A browsable overview of what Monero achieved since its creation, what is currently being developed and plans for the future + mrl: Monero's research corner, with research papers, whitepaper and other research-related information + userguides: A collection of guides and manuals to guide you through using Monero and fixing common issues + tools: Links to third-party tools, like block explorers, payment gateways and generators to interact with the Monero ecosystem + presskit: Logos, marketing material, contacts and press documentation about Monero + navigation: getstarted: Get Started whatis: What is Monero? @@ -929,7 +944,7 @@ library: moneropedia: description: > - The terminology around Monero can be very complex and technical. The Moneropedia is a tool created by the Monero community to provide an explanation of these terms in a simple way. Listed below you'll find all the Moneropedia entries in alphabetic order. If you wish to edit an existing voice or to add a new one, click the button at the bottom of the page. + The terminology around Monero can be very complex and technical. The Moneropedia is a tool created by the Monero community to provide an explanation of these terms in a simple way. Listed below you'll find all the Moneropedia entries in alphabetic order. instructions: Instructions for adding a Moneropedia entry are in the add_new_text1: If there is an entry you'd like to modify or be added, please add_new_link: open an issue on this website's GitHub repository diff --git a/_includes/head.html b/_includes/head.html index 2553cb26..c2323101 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,6 +12,7 @@ @@ -26,6 +27,7 @@ diff --git a/blog/index.html b/blog/index.html index bb6a9495..3ce6aff5 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,6 +1,7 @@ --- layout: custom title: titles.blogbytag +meta_descr: meta_descr.blog ---
diff --git a/community/hangouts/index.md b/community/hangouts/index.md index 3b96d7b2..7ba565f6 100644 --- a/community/hangouts/index.md +++ b/community/hangouts/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.hangouts permalink: /community/hangouts/index.html +meta_descr: hangouts.intro --- {% t global.lang_tag %} diff --git a/community/merchants/index.md b/community/merchants/index.md index c5a591c5..c334d6ef 100644 --- a/community/merchants/index.md +++ b/community/merchants/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.merchants permalink: /community/merchants/index.html +meta_descr: merchants.descr --- {% t global.lang_tag %}
diff --git a/community/sponsorships/index.md b/community/sponsorships/index.md index c5061128..78210ac7 100644 --- a/community/sponsorships/index.md +++ b/community/sponsorships/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.sponsorships permalink: /community/sponsorships/index.html +meta_descr: meta_descr.sponsorships --- {% t global.lang_tag %} diff --git a/community/workgroups/index.md b/community/workgroups/index.md index 9b96915a..d376ab14 100644 --- a/community/workgroups/index.md +++ b/community/workgroups/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.workgroups permalink: /community/workgroups/index.html +meta_descr: meta_descr.workgroups --- {% t global.lang_tag %} diff --git a/downloads/index.md b/downloads/index.md index 916e9595..9594b960 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.downloads permalink: /downloads/index.html +meta_descr: downloads.intro --- {% t global.lang_tag %} diff --git a/get-started/accepting/index.md b/get-started/accepting/index.md index 30f8e9a7..3dc0e819 100644 --- a/get-started/accepting/index.md +++ b/get-started/accepting/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.accepting permalink: /get-started/accepting/index.html +meta_descr: meta_descr.accepting --- {% t global.lang_tag %}
diff --git a/get-started/contributing/index.md b/get-started/contributing/index.md index a8892db4..a3cf8951 100644 --- a/get-started/contributing/index.md +++ b/get-started/contributing/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.contributing permalink: /get-started/contributing/index.html +meta_descr: meta_descr.contributing --- {% t global.lang_tag %}
diff --git a/get-started/faq/index.md b/get-started/faq/index.md index fe60cf9d..36b3993b 100644 --- a/get-started/faq/index.md +++ b/get-started/faq/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.faq permalink: /get-started/faq/index.html +meta_descr: faq.intro --- {% t global.lang_tag %}
diff --git a/get-started/mining/index.md b/get-started/mining/index.md index da890d81..f7389e89 100644 --- a/get-started/mining/index.md +++ b/get-started/mining/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.mining permalink: /get-started/mining/index.html +meta_descr: meta_descr.mining --- {% t global.lang_tag %}
diff --git a/get-started/what-is-monero/index.md b/get-started/what-is-monero/index.md index cb3b1520..a0ab35e2 100644 --- a/get-started/what-is-monero/index.md +++ b/get-started/what-is-monero/index.md @@ -2,6 +2,7 @@ layout: default title: titles.whatismonero permalink: /get-started/what-is-monero/index.html +meta_descr: meta_descr.whatismonero --- {% t global.lang_tag %}
diff --git a/library/index.md b/library/index.md index b420f7ce..54c81482 100644 --- a/library/index.md +++ b/library/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.library permalink: /library/index.html +meta_descr: library.description --- {% t global.lang_tag %}
diff --git a/press-kit/index.md b/press-kit/index.md index 6c8b5695..215789d5 100644 --- a/press-kit/index.md +++ b/press-kit/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.presskit permalink: /press-kit/index.html +meta_descr: meta_descr.presskit ---
diff --git a/resources/about/index.md b/resources/about/index.md index 19ff80df..7afdf26d 100644 --- a/resources/about/index.md +++ b/resources/about/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.about permalink: /resources/about/index.html +meta_descr: meta_descr.about --- {% t global.lang_tag %} diff --git a/resources/developer-guides/index.md b/resources/developer-guides/index.md index e53b2047..f4657624 100644 --- a/resources/developer-guides/index.md +++ b/resources/developer-guides/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.developerguides permalink: /resources/developer-guides/index.html +meta_descr: developer-guides.head --- {% t global.lang_tag %} diff --git a/resources/moneropedia/index.md b/resources/moneropedia/index.md index e251a68b..7f103e21 100644 --- a/resources/moneropedia/index.md +++ b/resources/moneropedia/index.md @@ -1,6 +1,7 @@ --- layout: custom title: titles.moneropedia +meta_descr: moneropedia.description ---
diff --git a/resources/research-lab/index.md b/resources/research-lab/index.md index c50d40f8..6c03c6bb 100644 --- a/resources/research-lab/index.md +++ b/resources/research-lab/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.researchlab permalink: /resources/research-lab/index.html +meta_descr: meta_descr.mrl --- {% t global.lang_tag %}
diff --git a/resources/roadmap/index.md b/resources/roadmap/index.md index d78a51ec..7b505977 100644 --- a/resources/roadmap/index.md +++ b/resources/roadmap/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.roadmap permalink: /resources/roadmap/index.html +meta_descr: meta_descr.roadmap --- {% t global.lang_tag %}
diff --git a/resources/tools/index.md b/resources/tools/index.md index 5245326f..43dac8bc 100644 --- a/resources/tools/index.md +++ b/resources/tools/index.md @@ -2,6 +2,7 @@ layout: custom title: titles.tools permalink: /resources/tools/index.html +meta_descr: meta_descr.tools ---
diff --git a/resources/user-guides/index.md b/resources/user-guides/index.md index b15a0421..90a20b93 100644 --- a/resources/user-guides/index.md +++ b/resources/user-guides/index.md @@ -1,6 +1,7 @@ --- layout: custom title: titles.userguides +meta_descr: meta_descr.userguides --- {% t global.lang_tag %}