No Login Data Private Local Save

XML Sitemap Generator - Online Free Website Sitemap Builder

16
0
0
0

XML Sitemap Generator

Generate standard XML sitemaps for your website — free, fast, no registration required.

Enter your website's base URL (e.g., https://example.com)
/
Type a page path and click Add, or use presets below
URL List 0
# Page Path / URL Priority Change Freq Last Modified Action

No URLs added yet

Add paths manually, use presets, or load an example to get started.

Generated XML Sitemap
<!-- Your XML sitemap will appear here --> Add URLs above to generate the sitemap...
Frequently Asked Questions

An XML Sitemap is a file that lists all important pages of your website in a structured format that search engines can easily read. It helps search engines like Google and Bing discover, crawl, and index your content more efficiently. A sitemap is especially important for large websites, new sites with few backlinks, sites with deep page structures, or pages that aren't easily discoverable through internal links alone. Including metadata like last modification dates, change frequency, and priority further assists search engines in understanding your site structure.

The <priority> tag indicates the relative importance of a URL within your website, on a scale from 0.0 (lowest) to 1.0 (highest). The default value is 0.5. For example, your homepage might be set to 1.0, main category pages to 0.8, individual product or article pages to 0.6, and less critical pages like privacy policies to 0.3. Note that this is a relative signal — it doesn't affect rankings compared to other websites, only tells search engines how you prioritize pages within your own site. Google has stated that priority is one of the less influential signals, but it's still worth setting correctly.

The <changefreq> tag provides a hint about how frequently a page's content is likely to change. Here are some practical guidelines:
  • always — Content changes every time the page is accessed (rarely used)
  • hourly — News headlines, live data feeds, real-time updates
  • daily — Blog homepages, news sections, daily deals
  • weekly — Active blogs, product listings, event calendars (recommended default for most pages)
  • monthly — Standard company pages, service descriptions, documentation
  • yearly — About pages, contact pages, legal pages
  • never — Archived or historical content that won't change

According to the sitemaps.org protocol (followed by Google, Bing, Yahoo, and others), a single XML sitemap file can contain a maximum of 50,000 URLs and must not exceed 50 MB in size when uncompressed. If your website has more than 50,000 URLs, you should create multiple sitemap files and use a Sitemap Index file to reference them all. You can also compress your sitemaps using gzip (resulting in .xml.gz files) to save bandwidth. Most small to medium websites will never reach these limits.

Place your sitemap.xml file in the root directory of your website (e.g., https://example.com/sitemap.xml). This is the standard location where search engines look first. You should also reference your sitemap in your robots.txt file by adding a line like: Sitemap: https://example.com/sitemap.xml. After uploading, submit the sitemap URL through Google Search Console and Bing Webmaster Tools for faster discovery and indexing.

No — you should only include canonical, indexable pages that you want search engines to discover. Exclude pages with noindex meta tags, duplicate content, admin pages, login pages, thank-you pages, and any low-quality or thin-content pages. Including only your best, most valuable URLs sends a stronger quality signal to search engines. Also ensure all URLs in your sitemap return a 200 OK status code — never include redirects (301/302), 404 errors, or blocked pages.

Yes, completely free! This XML Sitemap Generator runs entirely in your browser — there are no limits on the number of URLs you can add, no registration required, no hidden fees, and your data never leaves your device. You can generate, preview, copy, and download your sitemap as many times as you need. For websites with thousands of URLs, we recommend using a desktop crawling tool or server-side solution, but for most websites, this tool is perfectly sufficient.

An XML Sitemap is designed for search engines — it's a machine-readable file that helps crawlers discover and index your pages efficiently. An HTML Sitemap is a visible page on your website designed for human visitors, listing important links in a user-friendly format. While HTML sitemaps can help users navigate large sites, they are not a substitute for XML sitemaps. For the best SEO results, consider having both: an XML sitemap for search engines and an HTML sitemap for users.