Sitemap インデックス登録

暫定日本語訳:sitemap インデックス登録 is sitemap of sitemaps — どのように large サイト split past 50 000-URL limit, どのように many URLs あなた できる cover, と splitting strategy その actually pays off.

初回公開:2026年6月22日 · 最終更新:2026年8月4日 · Advanced
言語
このページには証拠シグナルが1件あります

暫定日本語訳:sitemap インデックス登録 is sitemap of sitemaps: single file その lists あなた other sitemap files instead of listing URLs. あなた need one once single sitemap する exceed 50 000 URLs または 50MB uncompressed, または いつ あなた want へ organize large multi-section/地域 サイト. インデックス登録 できる reference up へ 50 000 child sitemaps, 各 holding up へ 50 000 URLs — so one インデックス登録 covers 2,5 billion URLs, と 500-インデックス登録-per-サイト limit in 検索 Console puts theoretical ceiling at 1,25 trillion. あなた'll 決して run out of capacity. Children live on 同じ サイト at 同じ directory level または lower, あなた don't nest インデックス登録 inside インデックス登録, と あなた submit だけ インデックス登録. real payoff is splitting by section または コンテンツ type so あなた できる read submitted-vs-インデックス登録 per segment in 検索 Console.

暫定日本語案: TL;DR — sitemap インデックス登録 is sitemap of sitemaps — <sitemapindex> file 暫定日本語案: listing <sitemap> entries (<loc> + optional <lastmod>) instead of URLs. あなた 暫定日本語案: need one once single sitemap する exceed 50 000 URLs または 50MB uncompressed, 暫定日本語案: または へ organize large multi-section/地域 サイト. インデックス登録 できる reference up へ 暫定日本語案: 50 000 child sitemaps × 50 000 URLs 各 = 2,5 billion URLs per インデックス登録; とともに up 暫定日本語案: へ 500 インデックス登録 files per サイト in 検索 Console, theoretical ceiling is 暫定日本語案: 1,25 trillion — number no real サイト approaches. Children stay on 同じ 暫定日本語案: サイト at 同じ directory level または lower, あなた don’t nest インデックス登録 inside インデックス登録 暫定日本語案: (no tag 向けに it, no tooling support), と あなた submit だけ インデックス登録. payoff worth chasing: 暫定日本語案: split by section/コンテンツ type so あなた できる read submitted-vs-インデックス登録 per segment.

Evidence for this claim A sitemap index can list up to 50,000 sitemap files, and each sitemap is limited to 50,000 URLs or 50 MB uncompressed. Scope: Google-supported sitemap and sitemap-index limits. Confidence: high · Verified: Google Search Central: Manage sitemaps with a sitemap index file

何 sitemap インデックス登録 file actually is

暫定日本語案: sitemap インデックス登録 is sitemap whose entries are other sitemaps. どこ regular 暫定日本語案: sitemap wraps <url> blocks in <urlset>, インデックス登録 wraps <sitemap> blocks in 暫定日本語案: <sitemapindex>. 各 <sitemap> has <loc> pointing at one of あなた sitemap 暫定日本語案: files と, optionally, <lastmod>. その’s whole structure — it carries no 暫定日本語案: ページ URLs of its own. Evidence for this claim A sitemap index contains sitemap entries with a required loc value and an optional lastmod value. Scope: Sitemaps.org protocol structure for sitemap index files. Confidence: high · Verified: Sitemaps.org: Sitemap index XML tag definitions

暫定日本語案: It exists 向けに one 理由: sitemaps format has hard size limits, と big サイト 暫定日本語案: blow past them. So あなた split あなた URLs 全体で many sitemaps と 使用 インデックス登録 へ 暫定日本語案: present them へ 検索エンジン as single unit.

いつ あなた need one

暫定日本語案: Two triggers:

  1. 暫定日本語案: あなた hit size limits. single sitemap maxes out at 50 000 URLs または 50MB 暫定日本語案: uncompressed, whichever comes 最初. Google’s guidance is direct: “If you have a sitemap that exceeds the size limits, you’ll need to split up your large sitemap into multiple sitemaps.” Evidence for this claim A sitemap index can list up to 50,000 sitemap files, and each sitemap is limited to 50,000 URLs or 50 MB uncompressed. Scope: Google-supported sitemap and sitemap-index limits. Confidence: high · Verified: Google Search Central: Manage sitemaps with a sitemap index file Once あなた’ve split, インデックス登録 ties pieces together.
  2. 暫定日本語案: あなた want へ organize large サイト — even 下で limit. Multi-section サイト 暫定日本語案: (blog vs. 商品 vs. category ページ) と multi-地域/multi-言語 サイト are 暫定日本語案: far easier へ manage と 監視 as separate sitemaps 下で one インデックス登録. その 暫定日本語案: organizational 使用 is, in my view, better 理由 へ reach 向けに インデックス登録, と I 暫定日本語案: come back へ it in Frameworks tab.

Anatomy

暫定日本語案: インデックス登録 is small と dull by design — <sitemapindex>, then <sitemap> block 暫定日本語案: per child, 各 とともに <loc> と optional <lastmod>:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.example.com/sitemap1.xml.gz</loc>
    <lastmod>2024-08-15</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://www.example.com/sitemap2.xml.gz</loc>
    <lastmod>2024-08-15</lastmod>
  </sitemap>
</sitemapindex>

暫定日本語案: Notes その matter:

  • 暫定日本語案: namespace is 同じ sitemaps.org/schemas/sitemap/0.9 あなた 使用 on regular 暫定日本語案: sitemap; file is UTF-8 と <loc> values are fully-qualified absolute URLs.
  • 暫定日本語案: Children できる be gzipped.xml.gz is fine, と 50MB cap is 測定 on 暫定日本語案: uncompressed size.
  • 暫定日本語案: optional <lastmod> here describes いつ その child sitemap 最後 changed, 暫定日本語案: ない いつ individual ページ changed.

どのように many できる あなた submit — と どのように many ページ is その

暫定日本語案: この is どこ 人々 lowball ceiling. Stack limits up:

  • 暫定日本語案: Google 検索 Console accepts up へ 500 sitemap インデックス登録 files per サイト: 暫定日本語案: “You can submit up to 500 sitemap index files for each site in your Search Console account.”
  • 暫定日本語案: 各 インデックス登録 できる list up へ 50 000 child sitemaps.
  • 暫定日本語案: 各 child sitemap できる hold up へ 50 000 URLs.
Evidence for this claim A sitemap index can list up to 50,000 sitemap files, and each sitemap is limited to 50,000 URLs or 50 MB uncompressed. Scope: Google-supported sitemap and sitemap-index limits. Confidence: high · Verified: Google Search Central: Manage sitemaps with a sitemap index file

暫定日本語案: Do multiplication と theoretical ceiling is 500 × 50 000 × 50 000 = 暫定日本語案: 1,25 trillion URLs (1 250 000 000 000). Treat その as ceiling no real サイト 暫定日本語案: approaches, ない target — takeaway is simply その あなた する 決して run out of 暫定日本語案: sitemap capacity. と あなた rarely need へ get fancy とともに multiple インデックス登録 files at 暫定日本語案: all: single sitemap インデックス登録, なしで submitting any others, already covers 暫定日本語案: 50 000 × 50 000 = 2,5 billion URLs. If あなた’ve got 2,5 billion indexable URLs, 暫定日本語案: あなた sitemap setup is ない あなた 問題.

ロケーション rules

暫定日本語案: child sitemaps インデックス登録 references have へ live on 同じ サイト as インデックス登録, 暫定日本語案: と at 同じ directory level または lower than インデックス登録 file. インデックス登録 at 暫定日本語案: https://www.example.com/sitemap-index.xml できる point at 暫定日本語案: https://www.example.com/sitemaps/products.xml, ただし ない at sitemap on 異なる 暫定日本語案: host または sitting above its own path. Break この と 検索 Console flags children 暫定日本語案: as “URL not allowed.” (Cross-domain references are だけ 有効 いつ both domains are 暫定日本語案: verified in 検索 Console — ただし 向けに ordinary single-サイト インデックス登録 あなた don’t go 暫定日本語案: there.)

Don’t nest インデックス登録 inside インデックス登録

暫定日本語案: sitemap インデックス登録 lists sitemaps, ない other indexes. Neither sitemaps.org’s live 暫定日本語案: protocol ページ nor Google’s sitemap-インデックス登録 ドキュメント states この in so many 暫定日本語案: words 現在 — I 確認 both directly rather than trust older paraphrase. 何 暫定日本語案: protocol does say is narrower: <loc> tag inside <sitemapindex> is 暫定日本語案: defined as identifying “a Sitemap, an Atom file, RSS file or a simple text file” — インデックス登録 file isn’t on その list, と format has no tag 向けに nesting 暫定日本語案: one インデックス登録 下で another. すべての sitemap generator, plugin, と 検索エンジン I’m 暫定日本語案: aware of treats インデックス登録-of-indexes as unsupported on その basis; it’s strong 暫定日本語案: practitioner convention grounded in format’s structure rather than single 暫定日本語案: quotable sentence から either doc. Treat it as hard rule: one level of インデックス登録 暫定日本語案: だけ. If あなた find yourself wanting インデックス登録-of-indexes, あなた almost certainly have 暫定日本語案: room へ reorganize 以内に 2,5-billion-URL ceiling single インデックス登録 already gives 暫定日本語案: あなた.

Submit だけ インデックス登録

暫定日本語案: あなた submit インデックス登録 file, と その single submission pulls in すべての child 暫定日本語案: sitemap it references — あなた don’t need へ submit children one by one. John 暫定日本語案: Mueller put it plainly: “You can submit the individual ones, but you don’t really need to.” Submitting both インデックス登録 と its children isn’t harmful, just 暫定日本語案: redundant. One clean submission of インデックス登録 is move.

暫定日本語案: その said, submitting sitemap — インデックス登録 または ない — is discovery aid, ない インデックス登録 暫定日本語案: guarantee. インデックス登録 役立つ engines find あなた sitemaps; it doesn’t promise URLs 暫定日本語案: inside them get クロール または インデックス登録.

Splitting strategy — 向けに レポート, ない クロール efficiency

暫定日本語案: Here’s part その’s underplayed everywhere else. どのように あなた split あなた sitemaps 暫定日本語案: 全体で インデックス登録 does ない change どのように Google crawls または indexes あなた ページ. 暫定日本語案: 理由 へ split thoughtfully is 監視. Mueller’s framing is one I lean 暫定日本語案: on: “I generally recommend splitting a sitemap file into logical parts of your site so that you can monitor those parts individually (eg, category pages vs detail pages…). … It doesn’t change how Google crawls & indexes them, it’s really just so that you can track them better on your side.”

暫定日本語案: practical payoff: 検索 Console Sitemaps レポート 表示 submitted-vs-インデックス登録 暫定日本語案: counts per sitemap. Split あなた インデックス登録 by section または コンテンツ type — blog, 暫定日本語案: 商品, categories, docs, per 地域 — と あなた できる see which segment is 暫定日本語案: 下で-インデックス登録 instead of staring at one サイト-wide number. その’s diagnostic I 使用 暫定日本語案: constantly. (It’s 同じ 理由 I’ll 保つ sitemap of 古い URLs around during 暫定日本語案: migration: so I できる watch その specific 設定 drop out of インデックス登録 in GSC.)

暫定日本語案: So split by 何 あなた want へ 測定, ない by some imagined クロール benefit. 暫定日本語案: クロール benefit isn’t there; レポート benefit is real.

どのように it relates へ rest of sitemap family

暫定日本語案: sitemap インデックス登録 sits on top of あなた regular XML sitemaps, と broader 暫定日本語案: sitemaps overview is place へ start if あなた’re 新しい へ whole topic. あなた 暫定日本語案: 画像video sitemaps are just more child files インデックス登録 できる reference, 暫定日本語案: と whole apparatus is part of どのように 検索エンジン handle discovery. None of 暫定日本語案: それらの need linking out から here — それら’re siblings in 同じ cluster.

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.