Sitemap XML
The sitemap file type is XML.
The sitemap file type is XML.
A podcast overview related to Sitemap XML made with Google NotebookLM.
(How ScanGov measures tasklist priorities.)
As a search engine bot, I want the website to provide a properly formatted XML sitemap so that I can efficiently crawl and index all relevant pages, improving the site's visibility in search results.
(ScanGov messaging when a site fails a standard)
Sitemap is not in XML format.
The sitemap is an Extensible Markup Language (XML) file on the website’s root directory that include metadata for each URL, such as:
Example government website sitemaps:
Example sitemap code:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>