My sitemap looks something like this:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/page1.html</loc>
</url>
</urlset>
In the most examples in the internet urlset
tag has a xmlns
attribute with this value http://www.sitemaps.org/schemas/sitemap/0.9
. My question is, what that value comes from?
What exactly should it be?
- The path of where my website sitemap file is located?
- Literally
http://www.sitemaps.org/schemas/sitemap/0.9
?