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 ---