…
XML Sitemap Generator is a Free SEO Tool used to generate XML Sitemap file instantly for your website. After creating the sitemap, download and submit to Google Search Console (Google Webmaster tools).
A sitemap is often used to inform search engines about posts and pages available to crawl on a website. It is a list of XML-formatted page URLs.
XML sitemap file store URLs and additional metadata to inform search engines about the site and pages. It provides information about the pages, videos, and other files on your site, and the relationships between them. It is a way of organizing a website, identifying the URLs and the data under each section.
Sitemaps may also be used to include contextual details such as how much a page is changed, when these pages were last modified, and which pages are more relevant by prioritizing them.
All of the major search engines support the formalized XML data protocol as defined on Sitemaps.org. A sample of the XML code used in a Sitemap looks 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/</loc> <lastmod>2012-04-30</lastmod> <changefreq>monthly</changefreq> <priority>1.0</priority> </url> <url> <loc>http://www.example.com/about-us.html</loc> <changefreq>yearly</changefreq> <priority>0.4</priority> </url> </urlset>
Simplicity is the soul of efficiency.
Austin Freeman
…
…