Sito marketing, SEO, legal, live programmata e branding Match Live Tv.
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>
This commit is contained in:
10
backend/app/views/public/sitemap/show.xml.erb
Normal file
10
backend/app/views/public/sitemap/show.xml.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user