Adjust priority in sitemap.xml.erb
This commit is contained in:
parent
3a2680e188
commit
49269badd9
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
|||
<% Ryo.each(name_by_id) do |_, transliterated_name| %>
|
||||
<url>
|
||||
<loc><%= base_url %>/<%= locale %>/<%= transliterated_name %>/</loc>
|
||||
<priority>0.8</priority>
|
||||
<priority>0.9</priority>
|
||||
<changefreq>weekly</changefreq>
|
||||
</url>
|
||||
<% end %>
|
||||
<url>
|
||||
<loc><%= base_url %>/<%= locale %>/random/</loc>
|
||||
<priority>0.7</priority>
|
||||
<priority>0.8</priority>
|
||||
<changefreq>weekly</changefreq>
|
||||
</url>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue