{"id":5109,"date":"2026-06-18T13:34:56","date_gmt":"2026-06-18T13:34:56","guid":{"rendered":"https:\/\/rimanagency.com\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/"},"modified":"2026-06-18T13:34:56","modified_gmt":"2026-06-18T13:34:56","slug":"xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds","status":"publish","type":"page","link":"https:\/\/rimanagency.com\/fr\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/","title":{"rendered":"XML Sitemap Generator \u2014 Build Sitemap.xml From a URL List in Seconds"},"content":{"rendered":"<style>.rt-h{background:linear-gradient(135deg,#f1f5e8,#e8efdb);border-radius:14px;padding:32px;margin:0 0 24px;text-align:center}.rt-h h1{margin:0 0 10px;font-size:28px;color:#4a6320}.rt-g{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 24px}.rt-f,.rt-o{background:#fff;border:1px solid #e0e6d8;border-radius:10px;padding:22px}.rt-f h3,.rt-o h3{margin:0 0 14px;color:#4a6320;font-size:18px}.rt-f label{display:block;font-size:13px;color:#516048;font-weight:600;margin:10px 0 6px}.rt-f input,.rt-f select,.rt-f textarea{width:100%;padding:9px;border:1px solid #d4dac6;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:inherit}.rt-btn{background:#719430;color:#fff;border:none;padding:11px 20px;border-radius:6px;font-weight:700;cursor:pointer;width:100%;margin-top:14px;font-size:15px}.rt-btn:hover{background:#4a6320}.rt-cta{background:linear-gradient(135deg,#719430,#4a6320);color:#fff;border-radius:14px;padding:32px;text-align:center;margin:30px 0}.rt-cta h3{margin:0 0 6px;color:#fff}.rt-cta a{background:#fff;color:#4a6320;padding:12px 28px;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;margin-top:14px}@media(max-width:768px){.rt-g{grid-template-columns:1fr}}<\/style>\n<div class=\"rt-h\">\n<h1>XML Sitemap Generator<\/h1>\n<p>Paste a list of URLs (one per line) and instantly generate a valid sitemap.xml file ready to upload and submit to Google Search Console, Bing Webmaster Tools, and the IndexNow API.<\/p>\n<\/div>\n<div class=\"rt-g\">\n<div class=\"rt-f\">\n<h3>Inputs<\/h3>\n<p><label>URLs (one per line)<\/label><textarea id=\"sm-urls\" rows=\"8\" placeholder=\"https:\/\/example.com\/\nhttps:\/\/example.com\/about\/\nhttps:\/\/example.com\/blog\/\"><\/textarea><label>Default change frequency<\/label><select id=\"sm-freq\"><option value=\"monthly\" selected>monthly<\/option><option value=\"daily\">daily<\/option><option value=\"weekly\">weekly<\/option><option value=\"yearly\">yearly<\/option><option value=\"always\">always<\/option><option value=\"hourly\">hourly<\/option><option value=\"never\">never<\/option><\/select><label>Default priority<\/label><select id=\"sm-priority\"><option value=\"0.8\" selected>0.8 (recommended)<\/option><option value=\"1.0\">1.0 (max)<\/option><option value=\"0.5\">0.5 (medium)<\/option><option value=\"0.3\">0.3 (low)<\/option><\/select><label>Last modified date<\/label><select id=\"sm-lastmod\"><option value=\"today\" selected>Today<\/option><option value=\"none\">Omit lastmod<\/option><\/select><\/div>\n<div class=\"rt-o\">\n<h3>Generated sitemap.xml<\/h3>\n<p><textarea id=\"sm-out\" rows=\"8\" readonly style=\"width:100%;padding:10px;border:1px solid #d4dac6;border-radius:6px;font-size:13px;box-sizing:border-box;font-family:Consolas,monospace;background:#fafafa\">Generated sitemap.xml appears here<\/textarea><button class=\"rt-btn\" style=\"background:#516048;margin-top:10px\" onclick=\"copyxmlsitemap()\">Copy to Clipboard<\/button><\/div>\n<\/div>\n<p><script>function cSm(){var raw=document.getElementById(\"sm-urls\").value;var freq=document.getElementById(\"sm-freq\").value;var pri=document.getElementById(\"sm-priority\").value;var lm=document.getElementById(\"sm-lastmod\").value;var urls=raw.split(\"\\n\").map(function(u){return u.trim()}).filter(function(u){return u&&\/^https?:\\\/\\\/\/.test(u)});if(!urls.length){document.getElementById(\"sm-out\").value=\"<!-- Paste valid URLs (starting with http:\/\/ or https:\/\/) above -->\";return}var today=new Date().toISOString().split(\"T\")[0];var xml='<?xml version=\"1.0\" encoding=\"UTF-8\"?>\\n<urlset xmlns=\"http:\/\/www.sitemaps.org\/schemas\/sitemap\/0.9\">\\n';urls.forEach(function(u){var safe=u.replace(\/&\/g,\"&amp;\").replace(\/<\/g,\"&lt;\").replace(\/>\/g,\"&gt;\").replace(\/\"\/g,\"&quot;\").replace(\/'\/g,\"&apos;\");xml+=\"  <url>\\n    <loc>\"+safe+\"<\/loc>\\n\";if(lm===\"today\")xml+=\"    <lastmod>\"+today+\"<\/lastmod>\\n\";xml+=\"    <changefreq>\"+freq+\"<\/changefreq>\\n    <priority>\"+pri+\"<\/priority>\\n  <\/url>\\n\"});xml+=\"<\/urlset>\";document.getElementById(\"sm-out\").value=xml}[\"sm-urls\",\"sm-freq\",\"sm-priority\",\"sm-lastmod\"].forEach(function(id){document.getElementById(id).addEventListener(\"input\",cSm);document.getElementById(id).addEventListener(\"change\",cSm)});cSm();<\/script><script>function copyxmlsitemap(){var ta=document.getElementById(\"sm-out\");ta.select();navigator.clipboard.writeText(ta.value);event.target.textContent=\"\u2713 Copied!\";setTimeout(function(){event.target.textContent=\"Copy to Clipboard\"},1500)}<\/script><\/p>\n<h2>How to use the XML Sitemap Generator<\/h2>\n<p>Paste your URLs (one per line). Pick a default change frequency, priority, and whether to include today\\u2019s date as the last-modified value. The XML appears instantly in the output box. Copy it, save as sitemap.xml, upload to your server root, then submit the URL (https:\/\/yoursite.com\/sitemap.xml) in Google Search Console.<\/p>\n<h2>Why this tool matters<\/h2>\n<p>Sitemaps tell search engines exactly which URLs you want indexed and how important each one is. They are especially critical for large sites, single-page applications where crawler discovery struggles, recently launched pages that have not earned backlinks yet, and image-heavy pages. Most CMSes auto-generate sitemaps \u2014 but for headless setups, static sites, and quick one-off submissions, a paste-and-generate tool is faster than scripting.<\/p>\n<h2>Common use cases<\/h2>\n<ul>\n<li>Submitting a new blog or campaign launch to Google for fast indexing<\/li>\n<li>Generating a sitemap for a static HTML site (no plugin available)<\/li>\n<li>Building separate sitemap files for blog posts vs. product pages<\/li>\n<li>One-off submissions to IndexNow for Bing and Yandex<\/li>\n<li>Helping a developer who needs sitemap.xml output without writing code<\/li>\n<li>Auditing an existing sitemap by regenerating with current URLs and diff-checking<\/li>\n<\/ul>\n<h2>Sitemap size limits<\/h2>\n<p>A single sitemap.xml file can contain up to 50,000 URLs and 50MB uncompressed. Beyond that, split into multiple files and submit a sitemap index. For ranges above ~10,000 URLs we recommend separating by content type \u2014 products, blog posts, categories, tags \u2014 so you can monitor which segments index well.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<p><strong>Where do I upload the sitemap?<\/strong><br \/>To your server\\u2019s root directory, accessible at https:\/\/yoursite.com\/sitemap.xml. Add a reference in robots.txt: &#8220;Sitemap: https:\/\/yoursite.com\/sitemap.xml&#8221;.<\/p>\n<p><strong>What change frequency and priority should I use?<\/strong><br \/>These hints are largely ignored by Google now, but Bing and others still consider them. Use &#8220;weekly&#8221; for blog posts, &#8220;monthly&#8221; for product pages, and &#8220;yearly&#8221; for evergreen content. Priorities between 0.5-0.8 work fine \u2014 anything higher signals nothing because they\\u2019re relative within the sitemap.<\/p>\n<p><strong>How often should I update my sitemap?<\/strong><br \/>Whenever you publish new content. Most CMSes (WordPress, Shopify, Webflow) auto-regenerate on publish. For static or headless setups, regenerate as part of your build pipeline.<\/p>\n<p><strong>Should I include images and videos?<\/strong><br \/>For richer indexing yes, but our generator focuses on standard URL sitemaps. For image and video sitemaps use a dedicated plugin or generator that supports those extended schemas.<\/p>\n<div class=\"rt-cta\">\n<h3>Need a technical SEO audit including sitemap, robots.txt, and crawl efficiency?<\/h3>\n<p style=\"margin:0;opacity:.95\">Riman Agency runs end-to-end technical SEO programs.<\/p>\n<p><a href=\"\/contact\/\">Book a Tech SEO Audit<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>XML Sitemap Generator Paste a list of URLs (one per line) and instantly generate a valid sitemap.xml file ready to upload and submit to Google Search Console, Bing Webmaster Tools, and the IndexNow API. Inputs URLs (one per line)Default change frequencymonthlydailyweeklyyearlyalwayshourlyneverDefault priority0.8 (recommended)1.0 (max)0.5 (medium)0.3 (low)Last modified dateTodayOmit lastmod Generated sitemap.xml Generated sitemap.xml appears hereCopy [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5109","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>XML Sitemap Generator \u2014 Build Sitemap.xml From a URL List in Seconds - Riman Agency<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rimanagency.com\/fr\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"XML Sitemap Generator \u2014 Build Sitemap.xml From a URL List in Seconds - Riman Agency\" \/>\n<meta property=\"og:description\" content=\"XML Sitemap Generator Paste a list of URLs (one per line) and instantly generate a valid sitemap.xml file ready to upload and submit to Google Search Console, Bing Webmaster Tools, and the IndexNow API. Inputs URLs (one per line)Default change frequencymonthlydailyweeklyyearlyalwayshourlyneverDefault priority0.8 (recommended)1.0 (max)0.5 (medium)0.3 (low)Last modified dateTodayOmit lastmod Generated sitemap.xml Generated sitemap.xml appears hereCopy [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\\\/\",\"name\":\"XML Sitemap Generator \u2014 Build Sitemap.xml From a URL List in Seconds - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2026-06-18T13:34:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"XML Sitemap Generator \u2014 Build Sitemap.xml From a URL List in Seconds\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"XML Sitemap Generator \u2014 Build Sitemap.xml From a URL List in Seconds - Riman Agency","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rimanagency.com\/fr\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/","og_locale":"fr_CA","og_type":"article","og_title":"XML Sitemap Generator \u2014 Build Sitemap.xml From a URL List in Seconds - Riman Agency","og_description":"XML Sitemap Generator Paste a list of URLs (one per line) and instantly generate a valid sitemap.xml file ready to upload and submit to Google Search Console, Bing Webmaster Tools, and the IndexNow API. Inputs URLs (one per line)Default change frequencymonthlydailyweeklyyearlyalwayshourlyneverDefault priority0.8 (recommended)1.0 (max)0.5 (medium)0.3 (low)Last modified dateTodayOmit lastmod Generated sitemap.xml Generated sitemap.xml appears hereCopy [&hellip;]","og_url":"https:\/\/rimanagency.com\/fr\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/","og_site_name":"Riman Agency","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/","url":"https:\/\/rimanagency.com\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/","name":"XML Sitemap Generator \u2014 Build Sitemap.xml From a URL List in Seconds - Riman Agency","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2026-06-18T13:34:56+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/xml-sitemap-generator-build-sitemap-xml-from-a-url-list-in-seconds\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"XML Sitemap Generator \u2014 Build Sitemap.xml From a URL List in Seconds"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=5109"}],"version-history":[{"count":0,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5109\/revisions"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=5109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}