画像 Sitemap

暫定日本語訳:何 画像 sitemap is と なぜ it exists — 画像 namespace, 画像:画像 と 画像:loc tags, tags Google deprecated in 2022, accepted formats, と cross-domain 画像.

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

暫定日本語訳:画像 sitemap is extension へ normal XML sitemap その lists あなた 画像 using Google's 画像 namespace (http://www.google.com/schemas/sitemap-image/1.1) — なしで その namespace 画像 tags are ignored. あなた 追加 <image:image> blocks (各 とともに <image:loc>) inside <url> entry 向けに ページ; up へ 1 000 画像 per URL. It surfaces 画像 Google might miss (JavaScript-loaded または dynamically served) と あなた できる put tags in standalone file または fold them へ existing sitemap — both are fine. Google deprecated 画像:caption, 画像:geo_location, 画像:タイトル と 画像:license in August 2022; leaving them in has no インデックス登録 effect, so don't panic. Accepted 画像 formats are BMP, GIF, JPEG, PNG, WebP, SVG, と AVIF. Cross-domain 画像 hosting 機能 if both domains are verified in 検索 Console と robots.txt 許可 クロール. Bing does ない document 画像-sitemap support.

暫定日本語案: TL;DR — 画像 sitemap is extension へ normal XML sitemap: 追加 暫定日本語案: namespace http://www.google.com/schemas/sitemap-image/1.1<urlset>, then 暫定日本語案: nest <image:image><image:loc> inside 各 <url> (up へ 1 000 画像 per 暫定日本語案: URL). なしで namespace 画像 tags are ignored. Standalone file または tags 暫定日本語案: in existing sitemap — both are fine. It surfaces 画像 Google might miss 暫定日本語案: (JS-loaded, dynamically served). Google deprecated image:caption, 暫定日本語案: image:geo_location, image:title, と image:license in August 2022 — leave 暫定日本語案: them または 削除 them, no インデックス登録 effect either way. Accepted 画像 formats: BMP, 暫定日本語案: GIF, JPEG, PNG, WebP, SVG, AVIF. Cross-domain 画像 機能 if both domains are 暫定日本語案: verified in 検索 Console と robots.txt 許可 クロール. Bing doesn’t 暫定日本語案: document 画像-sitemap support. 暫定日本語案: Evidence for this claim Image sitemap extensions provide Google with information about images it might otherwise not discover. Scope: Current Google image sitemap behavior. Confidence: high · Verified: Google Search Central: Image sitemaps Evidence for this claim Each image sitemap entry requires image:loc; several legacy image fields were deprecated in 2022. Scope: Current image sitemap schema and deprecated fields. Confidence: high · Verified: Google Search Central: Image sitemap reference

何 it is, mechanically

暫定日本語案: 画像 sitemap is sitemap extension, ない distinct file type. あなた take 暫定日本語案: standard XML sitemap と 追加 Google’s 画像 namespace へ root <urlset> 暫定日本語案: element:

xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"

暫定日本語案: Then, inside <url> block 向けに 各 ページ, あなた 追加 one <image:image> element 暫定日本語案: per 画像, 各 containing <image:loc> とともに 画像 file’s URL. Google’s 暫定日本語案: docs describe <image:image> as element その “[encloses] all information about a single image,” と note その 各 <url> tag できる contain up へ 暫定日本語案: 1 000 <image:image> tags. So structure is: one <url> per ページ → 暫定日本語案: many <image:image> per <url> → one <image:loc> per 画像.

暫定日本語案: その namespace line is load-bearing. Leave it off と Google ignores 画像 暫定日本語案: tags entirely — それら’re just unknown XML へ it. この is single 大半の 一般的な 暫定日本語案: 理由 “image sitemap” does nothing.

Minimal 有効 structure

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://example.com/sample.html</loc>
    <image:image>
      <image:loc>https://example.com/image.jpg</image:loc>
    </image:image>
  </url>
</urlset>

暫定日本語案: Scripts lens 保持 expanded version 向けに multiple 画像 と implementation 暫定日本語案: checks; この is smallest useful shape へ compare against generated output.

なぜ bother — discovery of 画像 Google might miss

暫定日本語案: If あなた 画像 sit in plain <img src="…"> tags in served HTML, Google 暫定日本語案: generally finds them 通じて normal クロール と あなた don’t strictly need 画像 暫定日本語案: sitemap. ケース 向けに one is discovery of 画像 クロール できる’t easily see: 暫定日本語案: 画像 loaded または swapped in by JavaScript, 画像 served dynamically, または 画像 暫定日本語案: referenced in way その isn’t clean HTML src. Listing them explicitly gives 暫定日本語案: Google direct path へ 画像 it する otherwise overlook. Like すべての sitemap, 暫定日本語案: この is discovery aid — it doesn’t guarantee インデックス登録, と it isn’t ランキング 暫定日本語案: lever.

Standalone file vs. tags in existing sitemap

暫定日本語案: There’s no right answer here — Google accepts both. あなた できる 保つ everything in one 暫定日本語案: sitemap と just 追加 画像 tags へ relevant <url> entries, または generate 暫定日本語案: dedicated 画像-だけ sitemap (多くの場合 何 plugin does) と submit it alongside 暫定日本語案: あなた regular one. Pick whichever あなた toolchain produces cleanly. If あなた’re on JS 暫定日本語案: framework, 検索 framework name plus “sitemap image” 前に hand-rolling 暫定日本語案: anything — there’s usually module その already does it.

deprecated tags — と なぜ あなた needn’t panic

暫定日本語案: この is どこ 大半の third-party guides are out of date. In August 2022 Google 暫定日本語案: 削除 four 画像 tags から its ドキュメント: <image:caption>, 暫定日本語案: <image:geo_location>, <image:title>, と <image:license>. Google’s docs say 暫定日本語案: plainly その it “removed the following tags and attributes from our documentation,” listing exactly それらの four.

暫定日本語案: Crucially, removing them から docs did ない mean あなた had へ rush out と 暫定日本語案: strip them から あなた files. Gary Illyes was explicit その, 向けに plugin developers 暫定日本語案: と anyone managing their own sitemaps, “there’s no immediate action required; you can leave these tags and attributes in place without drawbacks.” There’s no 暫定日本語案: penalty と no インデックス登録 effect either way. So if あなた generator still emits them, 暫定日本語案: leave it; if あなた’d rather have clean file, 削除 them. Both are fine — just 暫定日本語案: don’t treat their presence as 問題 へ fix urgently.

暫定日本語案: two tags その still matter are structural ones: <image:image> と 暫定日本語案: <image:loc>. その’s 現在の, supported surface area.

Accepted 画像 file formats

暫定日本語案: reasonable question 前に あなた bother listing 画像: する Google even インデックス登録 暫定日本語案: it? Google 検索 supports 画像 in BMP, GIF, JPEG, PNG, WebP, SVG, と AVIF — 暫定日本語案: its docs say it “supports images referenced in the src attribute of img in the following file formats: BMP, GIF, JPEG, PNG, WebP, SVG, and AVIF.” あなた 暫定日本語案: <image:loc> URL すべき point at crawlable file in one of それらの formats. Point 暫定日本語案: it at something Google できる’t read と listing it in sitemap won’t 役立つ.

Cross-domain 画像

暫定日本語案: あなた 画像 don’t have へ live on 同じ domain as ページ その displays them — 暫定日本語案: CDN または dedicated 画像 host is fine. ただし there are two conditions 向けに Google へ 暫定日本語案: 使用 cross-domain 画像 references in sitemap:

  1. 暫定日本語案: Both domains 必要がある be verified in 検索 Console ( ページ’s domain と 暫定日本語案: 画像 host’s domain), と
  2. 暫定日本語案: 画像 host’s robots.txt 必要がある 許可 Googlebot へ クロール 画像 暫定日本語案: files.

暫定日本語案: Miss either one と cross-domain 画像 won’t be picked up. If あなた serve 画像 暫定日本語案: から 画像 subdomain または third-party CDN, verify その プロパティ と 確認 its 暫定日本語案: robots.txt 前に あなた assume sitemap is doing its job.

Best practices

暫定日本語案: sitemap is plumbing; 画像-SEO fundamentals still apply. Follow Google’s 暫定日本語案: Google 画像 publishing guidelines: descriptive, accurate alt text; meaningful 暫定日本語案: filenames; high-quality, fast-loading 画像 その are genuinely relevant へ 暫定日本語案: ページ それら sit on; と stable, crawlable URL 向けに 各 画像 file. List だけ 暫定日本語案: 画像 あなた actually want surfaced, と 保つ <image:loc> URLs in supported 暫定日本語案: format. sitemap improves discovery; これらの practices are 何 decide whether 暫定日本語案: discovered 画像 do anything 向けに あなた.

note on Bing

暫定日本語案: この is Google extension. Bing does ない document support 向けに 画像 sitemaps — 暫定日本語案: its sitemap guidance defers へ base sitemaps.org protocol rather than adding 暫定日本語案: 画像 namespace of its own. So don’t assume <image:image> tags do anything 暫定日本語案: 向けに Bing; treat 画像 sitemap as Google-specific ツール.

どこ この sits

暫定日本語案: 画像 sitemap is one member of small family of sitemap extensions. base 暫定日本語案: XML sitemap lists あなた ページ URLs; video sitemap does 同じ job as この 暫定日本語案: one ただし 向けに video, とともに its own namespace と tags; sitemap インデックス登録 is 暫定日本語案: sitemap-of-sitemaps あなた 使用 once あなた outgrow single file; と broader 暫定日本語案: sitemaps overview ties them together. All of them are について 同じ goal その 暫定日本語案: sits at top of この cluster — discovery.

Add an expert note

Pin an expert quote

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