2011-05-20 17:49:48 -07:00
|
|
|
!!! XML
|
2023-10-25 15:16:46 -07:00
|
|
|
%urlset{:xmlns => "https://www.sitemaps.org/schemas/sitemap/0.9"}
|
2011-05-20 17:49:48 -07:00
|
|
|
- for item in @items
|
|
|
|
%url
|
2023-10-25 15:16:46 -07:00
|
|
|
%loc https://#{request.host_with_port}#{url_for(item)}
|
2011-05-20 17:49:48 -07:00
|
|
|
%changefreq monthly
|
|
|
|
%priority 0.5
|
|
|
|
|
|
|
|
-# Homepage
|
|
|
|
%url
|
|
|
|
%loc= root_url
|
|
|
|
%changefreq monthly
|
|
|
|
%priority 1.0
|
|
|
|
|