SEO
sitemap.xml Generator
URLリストからsitemap.xmlを作成 — lastmod/changefreq/priority付き、検証と重複削除も対応。
完全なリンクでない行に付加されます — 「/about」は「https://example.com/about」になります。
A sitemap.xml is a list of a site's URLs that helps search engines discover pages, especially ones with few internal links pointing at them. This tool builds a valid sitemap.xml from a list of addresses, adding lastmod, changefreq, and priority, and removing duplicates.
How to use it
- Paste a list of URLs (one per line) — optionally provide a base URL so relative paths can be added too.
- Duplicates are detected and removed automatically, and malformed URLs are flagged separately.
- Download the finished sitemap.xml, compliant with the sitemaps.org spec, and place it at the site root.
Common uses
- Building a sitemap for a small static site with no built-in generator.
- Assembling a sitemap from a list of URLs exported from a CMS or database.
- Checking a page list for duplicates or obviously broken addresses before publishing.
Things to keep in mind
Being listed in a sitemap doesn't guarantee indexing — it's a hint to search engines, not a command; the search engine itself makes the final call on indexing.
A single sitemap.xml file is capped at 50,000 URLs and 50MB — larger sites use a sitemap index file that points to several individual sitemaps.
よくある質問
サイトマップにサイトのすべてのページを含める必要がありますか?
いいえ — 正規のコンテンツページなど、検索エンジンに実際にクロール・インデックスしてほしいページに焦点を当ててください。重複、noindex、または価値の低いページはスキップしてください。膨れ上がったサイトマップは、役立つどころかクロールバジェットを薄めてしまいます。
priorityとchangefreqフィールドは実際に何をしますか?
これらはヒントであり、保証ではありません — Googleなどの検索エンジンは今日ではこれらをほぼ無視しているため、ページのクロール頻度やランキングに影響を与えるためにこれらの値を調整することに頼らないでください。
サイトマップを生成するために、URLリストはどこかに送信されますか?
いいえ。XMLファイルは入力したURLからブラウザ内で完全に構築されます — サーバーには何も送信されません。
sitemapでhttpとhttpsのURLが混在するとどうなりますか?
それらが同じコンテンツを指していても、検索エンジンは別々のアドレスとして扱ってしまうため、生成前にすべてのURLがサイトが実際に配信しているプロトコルとドメイン形式に統一されているか確認してください。
sitemap内のURLの順序は重要ですか?
いいえ — sitemaps.orgの仕様ではファイル内のエントリの順序に意味を持たせておらず、検索エンジンは順序に関係なくエントリを処理します。