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>
|
2023-03-12 20:58:58 +01:00
|
|
|
<% Ryo.each(slugs) do |_id, slug| %>
|
2023-03-11 17:11:10 +01:00
|
|
|
<url>
|
2023-03-12 20:58:58 +01:00
|
|
|
<loc>https://al-quran.reflectslight.io/<%= locale %>/<%= slug %>/</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>
|