Change priority (Between 0.8 <-> 1.0)

This commit is contained in:
0x1eef 2024-04-29 23:56:04 -03:00
parent 9b20c90e4c
commit 895135c4b7

View file

@ -7,10 +7,10 @@
<priority>1.0</priority> <priority>1.0</priority>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
</url> </url>
<% Ryo.each(name_by_id) do |_id, transliterated_name| %> <% Ryo.each(name_by_id) do |_, transliterated_name| %>
<url> <url>
<loc>https://al-quran.reflectslight.io/<%= locale %>/<%= transliterated_name %>/</loc> <loc>https://al-quran.reflectslight.io/<%= locale %>/<%= transliterated_name %>/</loc>
<priority>0.7</priority> <priority>0.8</priority>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
</url> </url>
<% end %> <% end %>