How to Optimize Core Web Vitals for Your Website
Learn practical, step-by-step techniques to improve LCP, INP, and CLS on your website. A developer-focused guide with real measurements and fixes.
Aug 08, 2026
Generate XML sitemaps for better search engine indexing. Add URLs individually or in bulk.
An XML sitemap is a file that lists all important pages on your website, helping search engines like Google discover and index your content more efficiently. It follows the Sitemaps Protocol standard.
This tool features:
| Property | Purpose | Example |
|---|---|---|
loc |
Full URL of the page (required) | https://site.com/page |
lastmod |
Date of last modification (YYYY-MM-DD) | 2024-12-01 |
changefreq |
How often the page changes | weekly |
priority |
Importance (0.0 to 1.0, default 0.5) | 0.8 |
Upload your sitemap.xml to the root directory of your website and submit it to Google Search Console. You can also reference it in your robots.txt file.
A single sitemap can contain up to 50,000 URLs and be up to 50MB (uncompressed). If you have more URLs, you need to create multiple sitemap files and a sitemap index file.
Yes. All processing happens entirely in your browser. No data is sent to any server.