mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
6882f1e7a7
posting a link to getmonero on social medias results, except few exceptions, in showing a standard description for all pages. This adds dedicated meta descriptions for every page. It will improve getmonero's seo score and links on social medias will look nicer and will be more descriptive
23 lines
829 B
Markdown
23 lines
829 B
Markdown
---
|
|
layout: custom
|
|
title: titles.moneropedia
|
|
meta_descr: moneropedia.description
|
|
---
|
|
|
|
<div class="container description">
|
|
<p>{% t moneropedia.description %}</p>
|
|
</div>
|
|
|
|
{% t global.lang_tag %}
|
|
<section class="container full">
|
|
<div class="info-block">
|
|
<div>
|
|
<div class="row">
|
|
@moneropedia_index
|
|
</div>
|
|
<p>
|
|
{% t moneropedia.add_new_text1 %} <a href="https://github.com/monero-project/monero-site/issues" target="_blank" rel="noreferrer noopener">{% t moneropedia.add_new_link %}</a> {% t moneropedia.add_new_text2 %}. {% t moneropedia.instructions %} <a href="https://github.com/monero-project/monero-site/#how-to-make-a-moneropedia-entry" target="_blank" rel="noreferrer noopener">README</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|