templates/sitemap/index.xml.twig line 1
<?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">{% for url in urls %}<url><loc>{{ url.loc }}</loc>{% if url.lastmod %}<lastmod>{{ url.lastmod|date('Y-m-d\TH:i:sP') }}</lastmod>{% endif %}{% if url.changefreq %}<changefreq>{{ url.changefreq }}</changefreq>{% endif %}{% if url.priority %}<priority>{{ url.priority }}</priority>{% endif %}{% for alternate in url.alternates %}<linkrel="alternate"hreflang="{{ alternate.hreflang }}"href="{{ alternate.href }}" />{% endfor %}</url>{% endfor %}</urlset>