Hi there,
My default priority is 0.5 and update is monthly. However, I wish my main page to be 1.0 and weekly. I am employing the individual attributes in the Config. The problem is that the root, and the index.htm cannot both be 1.0... without making ALL the files 1.0 and weekly. See:
<url>
<loc>[external links are visible to admins only]</loc>
<priority>0.5</priority>
<lastmod>2006-08-17T14:29:35+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>[external links are visible to admins only]</loc>
<priority>1.0</priority>
<lastmod>2006-08-17T18:37:09+00:00</lastmod>
<changefreq>weekly</changefreq>
</url>
When I put '[external links are visible to admins only]' or '[external links are visible to admins only]' in the individual attributes to specify the root, it thinks I mean for ALL the files in the website. How can I fix this?