Create a valid XML sitemap from a list of URLs. Set change frequency, priority, and last modified dates. Download the sitemap file or copy the XML directly.
Generate meta, OG, and Twitter Card tags with live previews.
Build robots.txt files with visual rule editor and presets.
Analyze keyword density and frequency in your content.
Format, beautify, minify, and validate JSON with syntax highlighting.
Convert text to camelCase, snake_case, kebab-case, and 7 more.
An XML sitemap is a file that lists all important URLs on your website. It helps search engines discover and crawl your pages more efficiently, improving your indexation.
Place your sitemap.xml in the root directory of your website (e.g., https://example.com/sitemap.xml). Then reference it in your robots.txt file with a Sitemap directive.
Priority is a hint to search engines about the relative importance of pages on your site. Values range from 0.0 to 1.0, with 0.5 as the default. This is a suggestion only — search engines may ignore it.
Update your sitemap whenever you add, remove, or significantly change pages. The changefreq tag tells search engines how often a page is likely to change.
A single sitemap file can contain up to 50,000 URLs and must not exceed 50MB uncompressed. For larger sites, use a sitemap index file that references multiple sitemaps.