静的サイトマップXMLビルダーとは
静的サイトマップXMLビルダーは、URLリストを貼り付けて、静的ホスティングとGitHub Pages用の完全なsitemap.xmlを取得します。 出力は公開サイトに使う前に確認しやすい形で表示されます。
Quick answer
An XML sitemap helps search engines discover all pages on a static site, especially pages not linked from the main navigation. Submit the sitemap URL through Google Search Console after publishing.
Limitations
- Sitemaps do not guarantee indexing. Search engines may choose not to crawl or index listed pages.
- Sitemaps have a 50,000 URL limit per file and a 50 MB uncompressed file size limit. Use a sitemap index file for larger sites.
- GitHub Pages serves sitemap.xml without any special configuration as long as the file exists at the site root.
使い方
- 必要な値を入力します。
- 結果パネルの出力を確認します。
- ページに合う部分だけコピーします。
- 公開前にブラウザとホスティング環境で確認します。
主な用途
- 公開前の繰り返し作業を短くする。
- マークアップ、CSS、チェックリストを準備する。
- 静的サイトで見落としやすい小さなミスを減らす。