Logo e favicon nel header, partite programmate su web e mobile, reset password, pagine FAQ/sitemap, privacy/termini GDPR e icona Android «Match Live Tv». Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
<% @entries.each do |entry| %>
|
|
<url>
|
|
<loc><%= entry[:loc] %></loc>
|
|
<changefreq><%= entry[:changefreq] %></changefreq>
|
|
<priority><%= entry[:priority] %></priority>
|
|
</url>
|
|
<% end %>
|
|
</urlset>
|