SEOツール/サイトマップ生成器
サイトマップ生成器
検索エンジンインデックス用のXMLサイトマップを生成
URL 1
URL 2
生成されたサイトマップ
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<lastmod>2026-02-27</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://example.com/about</loc>
<lastmod>2026-02-27</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>ウェブサイトのルートディレクトリにsitemap.xmlとして保存
Sitemap Generator Guide
Learn how to create XML sitemaps for better search engine indexing
What is an XML Sitemap?
An XML sitemap is a file that lists all important pages on your website, helping search engines discover and crawl your content more efficiently. It includes metadata like last modification date, change frequency, and priority to guide crawler behavior.
How to Use This Tool
- Add URLs you want search engines to index
- Set the last modified date for each page
- Specify change frequency and priority (0.0 to 1.0)
- Download and upload sitemap.xml to your website root
SEO Best Practices
- Keep sitemaps under 50,000 URLs and 50MB uncompressed
- Submit your sitemap to Google Search Console and Bing Webmaster Tools
- Update your sitemap whenever you add or modify important pages
Search Engine Support
XML sitemaps are supported by all major search engines including Google, Bing, Yahoo, and Yandex. The sitemap protocol is an industry standard maintained by sitemaps.org.