With this tool you can create an XML site map for your website in just a few moments. For this you have to enter the URL of your website in the search box below and click on the Generate Sitemap button. Now suppose your XML sitemap is ready.
XML sitemap is the roadmap of any website that navigates the path of different pages present in the website. An XML sitemap is a file with the .xml extension that lists the essential pages of a website. Having an XML sitemap file in a website ensures that crawlers from different search engines can easily find and crawl the pages in it. The structure of the website can be determined from an XML file.
XML is a markup language used to index website pages according to the correct standards. The format of XML file mainly includes XML protocol, version, page directory, last modified and priority order. According to Google's guidelines, an XML file can contain a minimum of 1 web page or a maximum of 50,000 web pages. Apart from this, the size of this file should not exceed maximum 50 MB.
Let us understand the structure of an XML file with an example. You can create your own XML sitemap without any tools by looking at this example. However, we have created an example XML sitemap for a single webpage website.
✩ Example of XML Site Map ✩<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://orexn.com</loc> <lastmod>2025-02-23T05:02:33+00:00</lastmod> <priority>1.00</priority> </url> </urlset>
Thus, all the URLs of the website are systematically written into an XML file. XML file is always placed in the root folder of the website. Apart from XML sitemap, HTML sitemap is prepared for the user. HTML sitemaps are created to help users navigate to different pages on a website.