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 forum administrators 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 forum administrators 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 forum administrators only ]' or '[ External links are visible to forum administrators 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?