SEO: update meta descriptions.

This commit is contained in:
0x1eef 2024-02-26 18:06:18 -03:00
parent 0c7be46e8d
commit b784c2bb33
2 changed files with 6 additions and 6 deletions

View file

@ -5,8 +5,8 @@
<%= inline_css('/css/postman.css') %> <%= inline_css('/css/postman.css') %>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="description" content="<%= t(context.locale, 'meta.stream.description') %>"> <meta name="description" content="<%= t(context.locale, 'meta.stream.description', {surah_name: context.surah.name}) %>">
<%= erb("partials/favicon.html.erb") %> <%= erb("partials/favicon.html.erb") %>m
<link <link
rel="canonical" rel="canonical"
hreflang="<%= context.locale %>" hreflang="<%= context.locale %>"

View file

@ -8,8 +8,8 @@
"of": "of", "of": "of",
"filter": "Filter", "filter": "Filter",
"meta": { "meta": {
"index": {"description": "Explore the chapters of The Noble Quran. Browse a list of chapters and choose a chapter you can read and listen to. Enhance your understanding of a sacred text."}, "index": {"description": "Explore the chapters of The Noble Quran. Browse a list of chapters and choose a chapter you can read and listen to."},
"stream": {"description": "Experience The Noble Quran. Read and listen to a single chapter with a verse streamed at regular intervals. Immerse yourself in a sacred text in a unique way."} "stream": {"description": "Experience The Noble Quran. Read and listen to %{surah_name}."}
}, },
"surahs": { "surahs": {
"names": [ "names": [
@ -140,10 +140,10 @@
"filter": "تصفية", "filter": "تصفية",
"meta": { "meta": {
"index": { "index": {
"description": "استكشف فصول القرآن الكريم. تصفح قائمة بالفصول واختر فصلاً يمكنك قراءته والاستماع إليه. قم بتعزيز فهمك لنص مقدس." "description": "استكشاف سور القرآن الكريم. تصفح قائمة السور واختر سورة يمكنك قراءتها والاستماع إليها."
}, },
"stream": { "stream": {
"description": "استمتع بالقرآن الكريم الشريف. اقرأ واستمع إلى فصل واحد مع تدفق آية على فترات منتظمة. انغمس في نص مقدس بطريقة فريدة." "description": "تجربة القرآن الكريم. اقرأ واستمع إلى %{surah_name}."
} }
}, },
"surahs": { "surahs": {