<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
{% for siteMap in siteMaps %}
<url>
<loc>{{ siteMap.link|replace({'www.freelance-dispo.fr': 'www.workdispo.com'}) }}</loc>
<lastmod>{{ siteMap.updatedAt|date('Y-m-d') }}T10:48:20+00:00</lastmod>
<priority>{{ siteMap.priority }}</priority>
</url>
{% endfor %}
{% for offer in offers %}
{# {% if offer.siteMapIndex %} #}
<url>
<loc>https://www.workdispo.com/job/{{ offer.slug }}</loc>
<lastmod>{{ offer.createdAt|date('Y-m-d') }}T00:00:00+00:00</lastmod>
<priority>0.70</priority>
</url>
{# {% endif %}#}
{% endfor %}
</urlset>