<?xml version="1.0" encoding="UTF-8"?>
<urlset 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">
{!-- Home --}
<url> 
<loc>{site_url}</loc> 
<lastmod>{exp:stats}{last_entry_date format="{DATE_W3C}"}{/exp:stats}</lastmod> 
<changefreq>always</changefreq> 
<priority>1.0</priority> 
</url> 
{!-- Content Pages --}
{exp:channel:entries channel="company" disable="categories|custom_fields|member_data|pagination|trackbacks" rdf="off" dynamic="off" status="Open"} 
<url> 
<loc>{site_url}/{url_title}</loc> 
<lastmod>{gmt_edit_date format="{DATE_W3C}"}</lastmod> 
<changefreq>weekly</changefreq> 
<priority>0.5</priority> 
</url> 
{/exp:channel:entries}
</urlset> 