How to configure xitemap.xml?
« on: October 30, 2011, 04:37:12 PM »
Google shows also first sitemap.xml articles that are less important and old. Is it possible to change by adjusting? Can I add manually pages from above directory of the sitemap.xml location?
Re: How to configure xitemap.xml?
« Reply #1 on: December 18, 2011, 03:37:16 PM »
If I understood correctly. You can open sitemap.xml in notepad/textedit or your favorite editor and add/remove/adjust things as you like...

the following is the format for new items, adjust things accordingly....
Code: [Select]
<url>
  <loc>[URL - w/ http://.....]</loc>
  <lastmod>2011-12-18T15:31:09+00:00</lastmod>
  <changefreq>[FREQUENCY - weekly, daily, yearly,never]</changefreq>
  <priority>[VALUE 0.0 - 1.0]</priority>
</url>

Make sure that your <url> sets are inside the <urlset> tags.