CSV to Sitemap Converter
Convert CSV files containing URLs and additional data into well-structured and search engine-friendly Sitemap.xml files.
Step 1
Generate Sitemap.xml from CSV
Paste or upload a CSV with a URL column. Optional second and third columns can be lastmod and priority.
Step 2
Convert Sitemap.xml to CSV
Paste or upload an existing Sitemap.xml file and export the URLs, lastmod values, and priorities.
Your data stays private
Conversions run in your browser. Your files are not uploaded or stored.
What is a sitemap?
A sitemap is an XML file that helps search engines discover and crawl the pages on your website.
It can include URLs, last modified dates, priorities, and other metadata that help search engines understand your site structure.
In simple terms:
Sitemaps help search engines find and crawl your important pages faster.
CSV to Sitemap.xml
- Prepare a CSV file containing page URLs.
- Optionally include columns like last modified date or priority.
- Upload or paste the CSV into the tool.
- Generate the Sitemap.xml file instantly.
- Download the sitemap and upload it to your website.
Sitemap.xml to CSV
- Upload or paste an existing Sitemap.xml file.
- Convert the sitemap into CSV format.
- Export URLs and metadata for audits or analysis.
- Use the CSV for migrations, QA, or bulk updates.
Example sitemap entry
A standard sitemap URL entry looks like this:
<url>
<loc>https://example.com/page/</loc>
<lastmod>2026-05-27</lastmod>
<priority>0.8</priority>
</url> Upload your sitemap to your domain and optionally submit it in Google Search Console.