al-quran.reflectslight.io/src/sitemap.xml.erb

19 lines
593 B
Text
Raw Normal View History

2023-03-11 17:11:10 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<% locales.each do |locale| %>
<url>
<loc>https://al-quran.reflectslight.io/<%= locale %>/</loc>
2024-01-03 19:55:21 +01:00
<priority>1.0</priority>
<changefreq>weekly</changefreq>
2023-03-11 17:11:10 +01:00
</url>
2024-03-17 01:31:06 +01:00
<% Ryo.each(name_by_id) do |_id, transliterated_name| %>
2023-03-11 17:11:10 +01:00
<url>
2024-03-17 01:31:06 +01:00
<loc>https://al-quran.reflectslight.io/<%= locale %>/<%= transliterated_name %>/</loc>
2024-01-03 19:55:21 +01:00
<priority>0.7</priority>
<changefreq>weekly</changefreq>
2023-03-11 17:11:10 +01:00
</url>
<% end %>
<% end %>
</urlset>