is it ok if i have the sitemap.xml in the domain folder? also does this look fine? <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.domain.com</loc> <priority>1.0</priority> <changefreq>always</changefreq> </url> <url> <loc>http://www.domain.com/</loc> <priority>1.0</priority> <changefreq>always</changefreq> </url> <url> <loc>http://www.domain.com/somepage.html</loc> <priority>0.9</priority> <changefreq>weekly</changefreq> </url> <url>.... Code (markup):