XMLサイトマップ生成

より良いSEOと検索エンジンインデックスのためにsitemap.xmlファイルを作成。

設定

ページパス(例:/about, /contact)を1行に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-01-08</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://example.com/about</loc>
    <lastmod>2026-01-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>

統計

2
総URL数
418
バイト