Turn a list of canonical https URLs into a standards-style XML sitemap (urlset) with optional lastmod, changefreq, and priority. Generation and escaping run
entirely in your browser — no crawl of your site and no upload of your list to DroidXP, aligned with
APK Analyzer and
APK String Extractor. Reference the file from
Robots.txt Generator via Sitemap:.
Invalid lines (non-URLs) are skipped and counted. Lists longer than 5,000 URLs are truncated for browser safety — split huge sites into multiple sitemaps and a sitemap index. Related: Meta Tag Generator, Open Graph Tag Generator.
A sitemap helps search engines discover URLs — especially new or deep pages — alongside normal crawling. It does not guarantee indexing, but it is a standard signal. This tool only formats XML from your paste; it does not spider your site, similar to how APK Analyzer never uploads APKs for server-side analysis.
Output follows the sitemaps.org urlset schema. The spec allows up to 50,000 URLs and 50MB uncompressed per file; this UI caps pasted rows to keep the tab responsive — use a sitemap
index when you need many child files.
changefreq and priority are hints; crawlers may ignore them. lastmod should reflect real change dates when possible — using a single date for every URL is a coarse shortcut for small static lists.
Your URL list may be stored in localStorage for convenience. It is not transmitted to DroidXP when you type — comparable to keeping extracted strings local in
APK String Extractor.
https:// URL per line; remove duplicates yourself.lastmod, pick changefreq, and set priority or leave it blank.sitemap.xml, reference it in robots.txt, and submit in Search Console.No. You paste URLs locally and the XML is generated in your browser — nothing is uploaded, same model as APK Analyzer and APK String Extractor.
The protocol allows up to 50,000 URLs and 50MB uncompressed per file. This tool caps paste size for browser comfort — split very large sites into multiple sitemaps and a sitemap index.
Use canonical absolute URLs (usually https). Avoid duplicates and redirects chains in the list — list the final URL you want indexed.
Use W3C Datetime / ISO 8601 (YYYY-MM-DD is widely accepted). This tool can apply one date to all URLs when enabled.
They are optional hints; search engines may ignore them. Omit priority if unsure — defaults here are conservative.
Host at a stable URL (often /sitemap.xml) and reference it in robots.txt with a Sitemap: line and/or submit in Search Console.
This generator outputs the core urlset format only. Specialized sitemaps need extra XML namespaces — extend manually or use your CMS.
Duplicates in a sitemap are messy; dedupe your list before publishing. The tool does not auto-deduplicate every edge case — review the output.
Yes — text stays in your tab (localStorage optional); only static assets load from DroidXP.
Production sites usually generate sitemaps on the server or via CMS plugins. This page is best for small static lists, migrations, or quick prototypes.