Hi Andrew

I'm not totally sure about that <html><head> you've used top and bottom of
your *sitemap.xml* file?

It looks suspiciously like regular HTML to me, albeit with an XML extension
...

I'm a bit of a newbie here, but I've had good success with *this* structure:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="
http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd";>
   <url>
    <loc> ...... URI .....</loc>
       <changefreq>monthly</changefreq>
    <priority>0.5</priority>
   </url>
|
etc. ...
|
   <url>
    <loc> ...... URI .....</loc>
       <changefreq>monthly</changefreq>
    <priority>0.5</priority>
   </url>
</urlset>

I'm sure too that there's a wealth of info over at w3c.org ...

Cheers


Swami Neelamber






www.blueskyzen.com/design


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to