暫定日本語訳:Speculation Rules API
暫定日本語訳:何 Speculation Rules API (prefetch と prerender) actually is, whether it affects SEO, クロール, または rankings, と どのように へ implement it なしで inflating あなた analytics.
言語
暫定日本語訳:Speculation Rules API is Chromium ブラウザー feature (Chrome/Edge 109+) その lets サイト tell ブラウザー へ prefetch (download HTML document) または prerender (fully load と render in invisible tab) 同じ-サイト ページ 前に 訪問者 クリック — so next navigation feels near-instant. Prefetch pays down TTFB; prerender additionally pays down FCP と LCP. It is ない クロール, インデックス登録, または ランキング mechanism — Googlebot doesn't need resource hints like この と Google publishes no 検索 ドキュメント on it. Google 検索 itself 使用 API へ prefetch its top results, と Ray-Ban reported large conversion と LCP gains から prerendering, so real value is Core Web Vitals と UX 向けに actual 訪問者. big risk へ manage is analytics: speculated ページ その fires pageview 前に ユーザー sees it する inflate GA4 unless トラッキング checks document.prerendering. WordPress 6,8 ships conservative, prefetch-だけ version on by デフォルト 向けに logged-out ユーザー.
暫定日本語案: TL;DR — Speculation Rules API lets あなた サイト tell Chrome または Edge へ load 暫定日本語案: next ページ 訪問者 is likely へ クリック — quietly, in background — 暫定日本語案: 前に それら クリック it. いつ それら do クリック, ページ できる 表示される almost instantly. 暫定日本語案: It’s speed feature 向けに real 人々 using Chromium ブラウザー. It does ない 暫定日本語案: 役立つ Google クロール または 順位 あなた サイト, ただし it できる 作る ページ feel faster, which is 暫定日本語案: good 向けに ユーザー (と, indirectly, 向けに Core Web Vitals).
概要
暫定日本語案: Normally, いつ あなた クリック link, ブラウザー starts fetching その ページ から 暫定日本語案: scratch — と あなた wait. Speculation Rules API lets サイト get head start: 暫定日本語案: it tells ブラウザー “the visitor will probably go here next, so start getting it ready now.” いつ クリック finally happens, ブラウザー swaps in ページ it 暫定日本語案: already prepared instead of starting 超えて.
暫定日本語案: There are two versions of “getting it ready,” と difference matters:
- 暫定日本語案: Prefetch — ブラウザー quietly downloads next ページ’s HTML in 暫定日本語案: background. Lighter weight, lower risk.
- 暫定日本語案: Prerender — ブラウザー fully loads と renders next ページ in 暫定日本語案: invisible tab, running its JavaScript と everything. Heavier, ただし ページ できる 暫定日本語案: 表示される truly instantly. Riskier, so あなた 使用 it sparingly.
暫定日本語案: あなた 設定 この up とともに small block of JSON on あなた ページ. あなた できる list exact URLs, 暫定日本語案: または tell ブラウザー “prepare any link the visitor hovers over.”
Does it 役立つ SEO
暫定日本語案: Short version: ない way 人々 hope. It won’t get あなた クロール または インデックス登録 暫定日本語案: faster. Googlebot doesn’t need この — it’s feature 向けに human 訪問者 in Chrome 暫定日本語案: と Edge, ない 向けに 検索 bots.
暫定日本語案: 何 it できる do is 作る あなた ページ feel faster once someone is already on あなた 暫定日本語案: サイト, クリック around. Faster real-world experiences フィード へ 暫定日本語案: Core Web Vitals, which is 暫定日本語案: (modest) ランキング signal — と, more importantly, faster ページ tend へ convert 暫定日本語案: better. Ray-Ban, 向けに 例, reported big jump in conversions 後に prerendering 暫定日本語案: 商品 ページ.
one thing へ watch out 向けに
暫定日本語案: あなた analytics できる lie へ あなた. If ブラウザー prerenders ページ 前に 暫定日本語案: 訪問者 ever sees it, と その ページ fires “pageview” moment it loads, あなた 暫定日本語案: analytics する count visit その 決して happened. Google Analytics 4’s own script 暫定日本語案: handles この correctly on its own — ただし many other tags と pixels don’t, と 暫定日本語案: それら’ll log phantom pageviews unless developer patches them.
暫定日本語案: If あなた’re on WordPress 6,8 または later, あなた already have safe, conservative version 暫定日本語案: of この turned on by デフォルト (prefetch だけ, 向けに logged-out 訪問者). あなた didn’t 暫定日本語案: have へ do anything — it came とともに update.
暫定日本語案: Want full picture — prefetch vs. prerender in detail, eagerness levels, 暫定日本語案: “never prerender this” list, と どのように へ fix analytics 問題? Switch へ 暫定日本語案: Advanced tab.
暫定日本語案: TL;DR — Speculation Rules API (Chromium, Chrome/Edge 109+) lets サイト 暫定日本語案: declare — in JSON, inline または via
Speculation-Rulesheader — which 同じ-サイト 暫定日本語案: URLs ブラウザー すべき prefetch (download document; pays down TTFB) または 暫定日本語案: prerender (fully fetch, render, と run JS in invisible tab; pays down 暫定日本語案: TTFB + FCP + LCP). Eagerness (immediate/eager/moderate/conservative) 暫定日本語案: controls いつ rule fires, separate から which URLs it targets. It is ない 暫定日本語案: クロール/インデックス登録/ランキング mechanism — Googlebot doesn’t rely on resource hints 暫定日本語案: like この (per Illyes’ Feb 2026 comments on hints generally) と Google publishes 暫定日本語案: no 検索 docs on it. ただし Google 検索 itself 使用 it へ prefetch its top 暫定日本語案: results, と Ray-Ban reported large conversion + LCP wins, so payoff is real 暫定日本語案: 向けに actual 訪問者 via Core Web Vitals と UX. Biggest gotchas: analytics 暫定日本語案: double-counting (fix とともにdocument.prerendering/prerenderingchange), 暫定日本語案: state-changingGETURLs (logout, 追加-へ-cart) あなた 必要がある 決して speculate, と 暫定日本語案: Chromium-だけ support. Start とともに prefetch broadly; 追加 prerender へ one または two 暫定日本語案: high-confidence ページ at 大半の.
何 Speculation Rules API actually is
暫定日本語案: Speculation Rules API
暫定日本語案: is ブラウザー API — Chromium だけ — その lets サイト tell ブラウザー which
暫定日本語案: 同じ-サイト ページ へ prepare 前に 訪問者 クリック. Per MDN, API is designed
暫定日本語案: へ improve パフォーマンス 向けに future navigations, と because it targets document URLs
暫定日本語案: rather than individual resource files, it 作る sense 向けに multi-ページ サイト rather
暫定日本語案: than single-ページ apps. It supersedes 古い, deprecated, Chrome-だけ
暫定日本語案: <link rel="prerender"> と goes beyond widely-利用可能 <link rel="prefetch">
暫定日本語案: とともに more expressive JSON syntax.
暫定日本語案: Rules are declared as JSON, either inline in <script type="speculationrules">
暫定日本語案: block または via
暫定日本語案: Speculation-Rules
暫定日本語案: HTTP レスポンス header. それら できる list explicit URLs または auto-match links on ページ
暫定日本語案: via where/href_matches conditions (called document rules).
暫定日本語案: There are two speculative actions, と getting distinction right is whole 暫定日本語案: game:
- 暫定日本語案: Prefetch downloads レスポンス body of referenced ページ — ただし ない its 暫定日本語案: subresources. It pays down next ページ’s TTFB.
- 暫定日本語案: Prerender fetches, renders, と loads ページ へ invisible in-memory 暫定日本語案: tab: all subresources, all JavaScript, even データ fetches kicked off by JS. Per 暫定日本語案: MDN, future navigations へ prerendered ページ are near-instant. It pays down TTFB 暫定日本語案: と FCP と LCP — ただし it’s far more expensive と riskier.
暫定日本語案: Harry Roberts’ shorthand in his 暫定日本語案: layered-approach write-up 暫定日本語案: captures it well: prefetch is 向けに paying down TTFB, prerender is 向けに LCP.
暫定日本語案: One 下で-covered technical nuance: speculated resources land in ブラウザー’s
暫定日本語案: memory cache, which is quicker へ retrieve than HTTP cache older
暫定日本語案: <link rel="prefetch"> hint 使用. と prefetched または prerendered document また
暫定日本語案: populates HTTP cache, so even speculation 訪問者 決して 使用 isn’t pure
暫定日本語案: waste — later navigation できる still benefit.
Eagerness: いつ へ speculate, separate から which URLs
暫定日本語案: genuinely clever design choice here is その eagerness is separate lever から 暫定日本語案: targeting. Barry Pollard’s 暫定日本語案: Chrome blog post on API’s improvements 暫定日本語案: frames it as separating いつ へ speculate から which URLs へ speculate on. 暫定日本語案: There are four levels:
- 暫定日本語案:
immediate— speculate as soon as rules are seen (on ページ load). - 暫定日本語案:
eager— start on slightest signal. - 暫定日本語案:
moderate— roughly 200ms hover (または pointerdown on touch). - 暫定日本語案:
conservative— pointer- または touch-down, i.e. 訪問者 has all ただし クリック.
暫定日本語案: Treat これらの four trigger definitions as Chrome’s 現在の heuristics, ない fixed
暫定日本語案: spec — Chrome has changed exact mobile triggers more than once (it moved
暫定日本語案: moderate へ viewport-based heuristics と adjusted eager’s timing as recently as
暫定日本語案: January 2026), so re-確認 live docs 前に quoting exact millisecond または
暫定日本語案: percentage threshold in あなた own implementation notes.
暫定日本語案: Two related refinements worth knowing: No-Vary-Search lets ブラウザー reuse
暫定日本語案: cached document その differs だけ by ignorable パラメーター (e.g. UTM-tagged variants
暫定日本語案: of 同じ ページ), と newer prerender-until-script pattern (covered by
暫定日本語案: CoreWebVitals.io)
暫定日本語案: オファー middle ground 間に plain prefetch と full prerender — as of この
暫定日本語案: writing it’s still experimental, ない-generally-利用可能 action running in
暫定日本語案: Chrome origin trial, ない shipped デフォルト.
Chrome’s own guardrails
暫定日本語案: あなた できる’t accidentally nuke 訪問者’s device とともに 超えて-broad rule. Chrome’s
暫定日本語案: prerender ドキュメント
暫定日本語案: sets hard, FIFO caps regardless of あなた configuration: 向けに immediate-eagerness
暫定日本語案: rules, 50 prefetches と 10 prerenders; 向けに interaction-based (moderate/
暫定日本語案: conservative) rules, 2 slots. Chrome また treats prerender as hint と
暫定日本語案: progressive enhancement, ない guarantee — it できる decline based on ユーザー’s
暫定日本語案: 設定 または resource constraints — と it won’t render cross-origin iframes on
暫定日本語案: prerendered ページ until activation. built-in privacy guard また blocks cross-サイト
暫定日本語案: prefetches いつ ユーザー already has cookies 設定 向けに destination サイト.
Cross-origin rules, と 何 actually happens inside prerendered ページ
暫定日本語案: Per MDN, prerendering is restricted へ 同じ-origin documents by デフォルト.
暫定日本語案: Cross-origin, 同じ-サイト prerendering is possible, ただし だけ if target ページ
暫定日本語案: opts in とともに Supports-Loading-Mode: credentialed-prerender レスポンス header —
暫定日本語案: cross-サイト prerendering isn’t possible at all as of この writing. Cross-サイト
暫定日本語案: prefetch is more permissive (同じ-サイト と cross-サイト prefetches both 機能), ただし
暫定日本語案: still gated by no-cookies-設定 privacy rule above; broader cross-サイト prefetch
暫定日本語案: opt-in via Supports-Loading-Mode is documented as planned ただし ない yet shipped.
暫定日本語案: Inside hidden tab, prerendering ページ isn’t normal ページ load: intrusive APIs
暫定日本語案: (alert()/confirm()/prompt(), requestFullscreen(), Navigator.share()) are
暫定日本語案: blocked または ignored, async APIs like geolocation と getUserMedia() are deferred
暫定日本語案: until activation, と cross-origin iframes と worker scripts don’t run until then
暫定日本語案: either. Session storage gets special handling worth knowing if あなた ページ reads it
暫定日本語案: on load: prerendering ページ starts とともに clone of tab’s session storage,
暫定日本語案: と その clone is discarded in favor of real tab’s storage at activation — so
暫定日本語案: テスト any session-storage-dependent logic both 前に と 後に
暫定日本語案: prerenderingchange イベント, ない just on normal load. 向けに timing, document.prerendering
暫定日本語案: と prerenderingchange tell あなた state と activation moment;
暫定日本語案: PerformanceNavigationTiming.activationStart gives あなた actual elapsed time
暫定日本語案: 間に prerender start と activation if あなた want へ 測定 it.
Does Speculation Rules API affect SEO, クロール, または rankings
暫定日本語案: この is question すべての SEO wants answered, と 大半の competing 記事 wave it 暫定日本語案: away. precise answer has two halves.
何 it does ない do
暫定日本語案: It is ない クロール, インデックス登録, または ランキング mechanism. There is no Google 検索 暫定日本語案: Central ドキュメント tying Speculation Rules API へ どのように Googlebot crawls または 暫定日本語案: indexes — because it doesn’t touch その layer at all. It’s ブラウザー feature 向けに 暫定日本語案: human 訪問者 in Chromium.
暫定日本語案: closest thing へ on—record Google statement is Gary Illyes on 検索 Off 暫定日本語案: Record (early 2026), talking について resource hints in general — ない 暫定日本語案: Speculation Rules API by name. As 暫定日本語案: 検索エンジン Journal reported, 暫定日本語案: Illyes’ point was その Googlebot’s own infrastructure has near-infinite bandwidth 暫定日本語案: と very fast DNS resolution, so hints like DNS-prefetch と preload hold essentially 暫定日本語案: no value 向けに its クロール プロセス — it できる already talk へ サーバー fast と doesn’t 暫定日本語案: need へ be told へ fetch things earlier. Treat その as support 向けに “this is a browser/visitor feature, not a crawler one,” ただし note scope: Illyes was 暫定日本語案: addressing broader resource-hints family, ない Speculation Rules specifically. 暫定日本語案: この is 同じ discipline sibling 暫定日本語案: resource hints piece applies.
暫定日本語案: また worth stating plainly because 人々 ask: Bing has published nothing on 暫定日本語案: Speculation Rules API 向けに SEO. Edge (Chromium 109+) supports it as ブラウザー 暫定日本語案: feature, ただし there’s no bingbot または インデックス登録 angle — which is exactly 何 あなた’d 暫定日本語案: expect 向けに rendering-ブラウザー feature rather than 検索-engine-crawler one.
何 it できる do
暫定日本語案: It できる improve Core Web Vitals — especially LCP, と indirectly INP by 暫定日本語案: front-loading JavaScript execution 前に interaction happens — 向けに real 暫定日本語案: ユーザー. Core Web Vitals is documented (if modest) ランキング signal via ページ 暫定日本語案: experience system, so there’s indirect ランキング pathway. ただし stronger ケース is 暫定日本語案: plain UX と conversion: making next ページ feel instant is real business lever 暫定日本語案: independent of rankings.
暫定日本語案: non-overclaiming way へ frame it: Speculation Rules won’t get あなた クロール または 暫定日本語案: インデックス登録 differently — it 作る ページ feel instant once real 訪問者 is already 暫定日本語案: navigating あなた サイト, which is UX と Core Web Vitals lever, ない crawler one.
Real-world results
暫定日本語案: Two proof points do heavy lifting here, と both come から Google’s own 暫定日本語案: publications.
暫定日本語案: Google 検索 使用 it on itself. Per 暫定日本語案: Chrome team’s 2025 announcement, 暫定日本語案: one of 最初 使用 of speculation rules was へ prefetch 最初 two 検索 暫定日本語案: results. 測定 gains: on Android Chrome, LCP 向けに クリック から Google 検索 暫定日本語案: was reduced by 67 milliseconds; on desktop, similar 58,6 millisecond LCP 暫定日本語案: improvement. Hover-based prefetching of remaining results cut desktop FCP by 7,6 暫定日本語案: milliseconds と LCP by 9,5 milliseconds. 向けに cross-origin result prefetches, Google 暫定日本語案: 検索 routes them 通じて Chrome’s private prefetch proxy へ anonymize リクエスト. 暫定日本語案: Very few competing 記事 cite その Google trusts この enough へ run it on 暫定日本語案: Google.com/検索 at scale — と published exact millisecond deltas.
暫定日本語案: Ray-Ban’s ケース study is business-impact proof. Google’s
暫定日本語案: web.dev ケース study
暫定日本語案: レポート その 後に prerendering 商品 ページ, mobile conversion rates on PDPs
暫定日本語案: increased by 101,47% と desktop by 156,16%, とともに 43% improvement in LCP on both
暫定日本語案: desktop と mobile. Exit rates dropped roughly 13% on both, と ページ viewed per
暫定日本語案: session rose 51,95% on mobile と 65,30% on desktop. implementation split is
暫定日本語案: instructive: desktop 使用 moderate eagerness triggered by hovering 商品 tiles;
暫定日本語案: mobile (no hover state) 使用 immediate eagerness on just 最初 four tiles,
暫定日本語案: which were 大半の-クリック.
暫定日本語案: と scale is already large: WordPress 6,8 (March 2025) ships この by デフォルト, 暫定日本語案: 構築 on feature plugin その was on tens of thousands of サイト 前に core 暫定日本語案: adoption — meaning meaningful share of web already has speculation rules 暫定日本語案: running なしで anyone configuring them.
どのように へ implement it safely
暫定日本語案: consensus adoption order, から both Google’s docs と independent experts:
- 暫定日本語案: Start とともに prefetch, broadly. Per Chrome’s 暫定日本語案: implementation guide, 暫定日本語案: prefetch is relatively safe 向けに 大半の サイト と is initial approach many take.
- 暫定日本語案: 追加 prerender narrowly, later. Chrome’s docs warn against 超えて-prerendering 暫定日本語案: at cost of ユーザー resources, と recommend 保持 prerenders down へ one または two 暫定日本語案: ページ at 大半の. Harry Roberts reaches 同じ conclusion independently — 暫定日本語案: wildcard-like match is too greedy, と prerendering everything is usually too 暫定日本語案: expensive と too risky; opt-in approach is better.
- 暫定日本語案: 使用 document rules へ scale なしで per-ページ config. Rather than hand-listing
暫定日本語案: URLs on すべての ページ,
where/href_matchescondition ソース URLs から 暫定日本語案: document itself so one rule 設定 できる apply サイト-wide. - 暫定日本語案: Mind あなた CSP. Inline
<script type="speculationrules">blocks need explicit 暫定日本語案: allowance inscript-src— via'inline-speculation-rules', hash-ソース, または 暫定日本語案: nonce-ソース — または それら silently fail いつ コンテンツ Security Policy is in place.
何 ない へ prefetch または prerender
暫定日本語案: Both MDN と Chrome’s implementation guide are explicit その some URLs 必要がある 決して be 暫定日本語案: speculated, because speculative fetch is still real リクエスト その できる trigger 暫定日本語案: real side effects. danger list:
- 暫定日本語案: Sign-out / logout URLs.
- 暫定日本語案: “Add to cart” URLs.
- 暫定日本語案: 言語- または currency-switcher URLs.
- 暫定日本語案: Sign-in flows その trigger SMS/OTP.
- 暫定日本語案: URLs その increment usage allowance または fire ad-conversion トラッキング.
暫定日本語案: root fix is design one: state changes — like /logout action — shouldn’t be
暫定日本語案: plain GET links その speculation rule できる fetch in 最初 place.
暫定日本語案: Prerender is stricter still. Additionally unsafe へ prerender: ページ その modify 暫定日本語案: クライアント-side storage on load, 送信 analytics または ad-表示回数 on load, または otherwise 暫定日本語案: cause side effects as if ユーザー had interacted. MDN’s framing is その prerendering 暫定日本語案: is riskier than prefetching と すべき be done sparingly, だけ どこ it’s worth it.
Fixing analytics 問題
暫定日本語案: この is trap その catches real サイト. prerendered ページ fully loads 前に
暫定日本語案: ユーザー ever sees it. If page_view (または ad 表示回数, または Meta Pixel イベント)
暫定日本語案: fires on load, あなた’ve logged visit その didn’t happen — inflating GA4 sessions と
暫定日本語案: corrupting アトリビューション.
暫定日本語案: mechanism へ fix it is documented in MDN と Chrome’s guides:
- 暫定日本語案:
document.prerenderingistruewhile ページ is being prerendered. - 暫定日本語案:
prerenderingchangeイベント fires on activation (いつ ユーザー actually 暫定日本語案: navigates in). - 暫定日本語案: サーバー できる また detect speculative リクエスト via
Sec-Purposeリクエスト header 暫定日本語案: (prefetch, またはprefetch;prerender).
暫定日本語案: practical reality: per Chrome’s implementation guide, some analytics providers 暫定日本語案: (Google Analytics) と ad providers (Google Publisher Tag) already support 暫定日本語案: speculation rules と won’t log view until ページ is activated. GA4’s own gtag.js 暫定日本語案: handles it 向けに あなた. 何 typically doesn’t handle it by デフォルト: カスタム GTM tags, 暫定日本語案: Meta Pixel, と homegrown scripts. 向けに tag-manager setups, one clean approach is へ 暫定日本語案: delay tag manager script itself, または gate specific code until ページ is 暫定日本語案: activated または made visible. There’s documented real-world version of getting この 暫定日本語案: 誤った — WordPress 6,8 サイト reportedly firing GA4 と Meta Pixel 暫定日本語案: ghost visits 暫定日本語案: 後に feature auto-enabled; 暫定日本語案: Erwin Hofman 暫定日本語案: covers fix in depth.
ブラウザー support reality 確認
暫定日本語案: この tempers ROI expectations と 大半の 記事 bury it: Speculation Rules API 暫定日本語案: is Chromium-だけ (Chrome と Edge 109+). It is ない Baseline. Firefox has 暫定日本語案: positive standards position on prefetch portion だけ と hasn’t shipped it; 暫定日本語案: Safari has implementation behind flag, off by デフォルト. meaningful share of any 暫定日本語案: サイト’s トラフィック — everyone on Firefox と Safari — gets zero benefit, so size あなた 暫定日本語案: expectations accordingly.
Speculation Rules in WordPress 6,8+
暫定日本語案: Because so much of 検索 audience is on WordPress と got この by デフォルト:
暫定日本語案: WordPress 6,8 (March 2025) ships built-in Speculative Loading, on by デフォルト 向けに
暫定日本語案: logged-out 訪問者, using conservative, prefetch-だけ configuration out of
暫定日本語案: box. サイト owners できる customize behavior — including opting へ prerender 向けに key
暫定日本語案: URLs — via wp_speculation_rules_configuration filter (Weston Ruter, Google
暫定日本語案: engineer と WordPress core contributor, has
暫定日本語案: walkthrough).
暫定日本語案: デフォルト is deliberately safe, which is なぜ 大半の WordPress サイト できる leave it on —
暫定日本語案: ただし it’s また なぜ analytics gotcha above surprised lot of サイト owners who 決して
暫定日本語案: chose へ enable anything.
Myths, debunked
- 暫定日本語案: “Speculation Rules will help Googlebot crawl my site faster.” No — it’s 暫定日本語案: ブラウザー-rendering feature 向けに human 訪問者 in Chromium; Googlebot’s own 暫定日本語案: infrastructure doesn’t need hints like この, と no Google doc links API へ 暫定日本語案: クロール.
- 暫定日本語案: “It’s the same as
<link rel="prefetch">/<link rel="prerender">.” ない quite 暫定日本語案: — it supersedes deprecated Chrome-だけrel="prerender", adds richer JSON 暫定日本語案: syntax (document rules, eagerness), と 店舗 speculated resources in memory 暫定日本語案: cache rather than HTTP cache. - 暫定日本語案: “Prerendering everything makes my whole site instant with no downside.” No — 暫定日本語案: Chrome warns against 超えて-prerendering, enforces hard caps, と both Google と 暫定日本語案: Harry Roberts recommend at 大半の one または two prerendered ページ.
- 暫定日本語案: “If I add speculation rules my analytics just works.” だけ if すべての analytics
暫定日本語案: と ad script defers via
document.prerendering/prerenderingchange. GA4 handles 暫定日本語案: it; many GTM tags と third-party pixels don’t. - 暫定日本語案: “It’s universally supported, so it’s a safe default for all traffic.” No — 暫定日本語案: Chromium-だけ, ない Baseline; Firefox と Safari don’t ship it by デフォルト.
- 暫定日本語案: “Prefetch is risk-free, so I can wildcard it.” Overstated — wildcard-like
暫定日本語案: match is too greedy, especially 向けに state-changing
GETURLs その すべき 決して be 暫定日本語案: fetchable links in 最初 place. - 暫定日本語案: “This will directly move my rankings.” ない established by any 公式 ソース 暫定日本語案: as direct ランキング factor. credible chain is Speculation Rules → better 暫定日本語案: real-ユーザー Core Web Vitals / conversion → existing, modest ページ-experience 暫定日本語案: signal, plus business wins その matter regardless of rankings.
どこ この sits
暫定日本語案: この is web パフォーマンス topic, ない
暫定日本語案: クロール one — と 保持 その line clean is point. It’s close cousin of
暫定日本語案: resource hints (preload/preconnect/dns-prefetch/prefetch), which share
暫定日本語案: “browser does network work earlier” idea と 同じ “doesn’t help Googlebot”
暫定日本語案: caveat; it フィード Core Web Vitals (LCP especially); と it interacts とともに
暫定日本語案: caching と CDN since speculated documents populate caches. 向けに
暫定日本語案: crawler-side analogue of “ask before you re-fetch,” conditional-リクエスト topic
暫定日本語案: covers どのように Googlebot avoids re-downloading unchanged ページ — 異なる layer
暫定日本語案: (crawler, ない ブラウザー), 同じ discipline of separating mechanics から ランキング impact.
AI要約
暫定日本語案: condensed take on Advanced version:
- 暫定日本語案: 何 it is: Chromium-だけ (Chrome/Edge 109+) ブラウザー API へ prefetch
暫定日本語案: (download HTML document; pays down TTFB) または prerender (fully load + run JS
暫定日本語案: in invisible tab; pays down TTFB + FCP + LCP) 同じ-サイト ページ 前に クリック.
暫定日本語案: Declared as JSON inline または via
Speculation-Rulesheader. - 暫定日本語案: Eagerness (
immediate/eager/moderate/conservative) controls いつ 暫定日本語案: rule fires, separate から which URLs it targets. Chrome enforces hard caps (50 暫定日本語案: prefetches / 10 prerenders 向けに immediate rules); exact triggers are 暫定日本語案: Chrome-version-dependent heuristics, ない fixed constants. - 暫定日本語案: Cross-origin: prerender is 同じ-origin by デフォルト; cross-origin 同じ-サイト
暫定日本語案: prerender needs target’s opt-in (
Supports-Loading-Mode: 暫定日本語案: credentialed-prerender); cross-サイト prerender isn’t possible at all. Prefetch is 暫定日本語案: more permissive ただし still gated by no-destination-cookies privacy rule. - 暫定日本語案: SEO reality: ない クロール/インデックス登録/ランキング mechanism — Googlebot doesn’t 暫定日本語案: need resource hints (per Illyes, Feb 2026, on hints generally) と Google has no 暫定日本語案: 検索 doc on it. Bing has published nothing. It できる move Core Web Vitals 暫定日本語案: (LCP/INP) と conversions 向けに real ユーザー — indirect ランキング + UX lever.
- 暫定日本語案: Proof it 機能: Google 検索 prefetches its top two results (LCP down 暫定日本語案: ~58–67ms); Ray-Ban reported ~100–156% conversion lifts と 43% LCP improvement 暫定日本語案: から prerendering PDPs.
- 暫定日本語案: Biggest risk — analytics: speculated ページ firing pageview on load inflates
暫定日本語案: GA4. Fix とともに
document.prerendering/prerenderingchange. GA4 handles it 暫定日本語案: natively; GTM カスタム tags と Meta Pixel 多くの場合 don’t. - 暫定日本語案: 決して speculate state-changing
GETURLs: logout, 追加-へ-cart, currency/lang 暫定日本語案: switchers, OTP sign-in. Redesign それらの offGETlinks. - 暫定日本語案: Adoption order: prefetch broadly, 追加 prerender へ one または two ページ max, mind
暫定日本語案: CSP (
'inline-speculation-rules'). - 暫定日本語案: WordPress 6,8+ ships conservative, prefetch-だけ speculative loading on by
暫定日本語案: デフォルト 向けに logged-out ユーザー (
wp_speculation_rules_configurationfilter へ 暫定日本語案: customize).
公式ドキュメント
暫定日本語案: 主要-ソース ドキュメント. Note: 検索エンジン publish nothing on この as 暫定日本語案: SEO topic — authoritative docs are ブラウザー/standards references.
暫定日本語案: MDN / standards
- 暫定日本語案: Speculation Rules API — technical reference: syntax, prefetch vs. prerender, privacy, CSP, と ブラウザー-compatibility status.
- 暫定日本語案: Speculation-Rules HTTP header — declaring rules via レスポンス header instead of inline script.
暫定日本語案: Chrome 向けに Developers (Google)
- 暫定日本語案: Prerender ページ in Chrome 向けに instant ページ navigations — どのように prerender 機能, hint-ない-guarantee framing, と Chrome’s FIFO caps.
- 暫定日本語案: Guide へ implementing speculation rules 向けに more complex サイト — analytics warning, third-party-script handling, と state-change cautions.
- 暫定日本語案: Improvements へ Speculation Rules API (Barry Pollard, 2024) — document rules, eagerness,
No-Vary-Search, HTTP-cache reuse. - 暫定日本語案: Google 検索 現在 使用 Speculation Rules API (Pollard & Busaryev, 2025) — Google’s own usage と 測定 LCP/FCP deltas.
暫定日本語案: web.dev (Google)
- 暫定日本語案: どのように Ray-Ban doubled conversion rate… 通じて prerendering — business-impact ケース study.
- 暫定日本語案: Prefetching, prerendering, と precaching — memory cache vs. HTTP cache, と いつ へ be cautious.
暫定日本語案: WordPress (公式 feature docs)
- 暫定日本語案: Speculative Loading in 6,8 (作る WordPress Core) — デフォルト behavior と configuration filter.
- 暫定日本語案: Speculative Loading feature plugin — plugin core adoption was based on.
出典からの引用
暫定日本語案: Statements から 主要 ブラウザー/standards ドキュメント と Google’s own 暫定日本語案: publications. Because この isn’t 検索-engine SEO topic, there are no Google 暫定日本語案: 検索 quotes — ソース are Chrome/MDN/web.dev.
暫定日本語案: MDN — 何 it is と does
- 暫定日本語案: “The Speculation Rules API is designed to improve performance for future navigations. It targets document URLs rather than specific resource files, and so makes sense for multi-page applications (MPAs) rather than single-page applications (SPAs).” 暫定日本語案: Jump へ quote
暫定日本語案: Chrome — Google 検索’s own usage ( strongest proof point)
- 暫定日本語案: “One of the first uses of speculation rules was to prefetch the first two search results.” — Chrome 向けに Developers blog. 暫定日本語案: Jump へ quote
- 暫定日本語案: On Android Chrome, LCP 向けに クリック から Google 検索 was “reduced by 67 milliseconds.” 暫定日本語案: Jump へ quote
- 暫定日本語案: On desktop, “similar improvement in LCP of 58,6 milliseconds.” 暫定日本語案: Jump へ quote
暫定日本語案: Note: three deep links above ( MDN definition と two Google 暫定日本語案: 検索 millisecond figures) were confirmed as exact substrings of fetched ページ 暫定日本語案: in ソース-gathering pass. remaining ソース claims cited 全体で この 記事 暫定日本語案: — Chrome’s prerender/implementation guides, Ray-Ban ケース-study numbers, MDN’s 暫定日本語案: prefetch/prerender mechanics, と Gary Illyes’ 検索 Off Record resource-hints 暫定日本語案: comments (which were relayed via 検索エンジン Journal, と which addressed resource 暫定日本語案: hints in general, ない Speculation Rules API by name) — were ない independently 暫定日本語案: re-verified as verbatim substrings in この pass, so それら’re paraphrased in body 暫定日本語案: rather than presented as direct quotations. Confirm any of them against live 暫定日本語案: ソース 前に treating it as final pull-quote.
Speculation Rules cheat sheet
暫定日本語案: Prefetch vs. prerender
| Prefetch | Prerender | |
|---|---|---|
| 何 it does | Downloads ページ’s HTML document だけ | Fully fetches, renders, と runs JS in invisible tab |
| 指標 it improves | TTFB | TTFB + FCP + LCP |
| Cost / risk | Lower | Higher (memory, bandwidth, side effects) |
| どのように much へ 使用 | Broadly is OK | 1–2 high-confidence ページ max |
| どこ it caches | HTTP cache | In-memory cache (また populates HTTP cache) |
暫定日本語案: Eagerness — いつ rule fires (independent of which URLs)
| Level | Fires いつ… |
|---|---|
immediate | As soon as rules are parsed (ページ load) |
eager | On slightest signal toward link |
moderate | ~200ms hover (pointerdown on touch) |
conservative | Pointer/touch-down — 訪問者 has all ただし クリック |
暫定日本語案: Chrome’s hard caps (regardless of あなた config)
- 暫定日本語案:
immediaterules: 50 prefetches / 10 prerenders. - 暫定日本語案: Interaction-based (
moderate/conservative) rules: 2 FIFO slots.
暫定日本語案: Cross-origin quick reference
- 暫定日本語案: Prerender: 同じ-origin by デフォルト; cross-origin 同じ-サイト needs target へ
暫定日本語案: 送信
Supports-Loading-Mode: credentialed-prerender; cross-サイト prerender 暫定日本語案: isn’t possible. - 暫定日本語案: Prefetch: 同じ-サイト と cross-サイト both 機能, gated by no-destination-cookies 暫定日本語案: privacy rule.
暫定日本語案: Fast facts
- 暫定日本語案: Support: Chromium-だけ (Chrome/Edge 109+). ない Baseline. Firefox = prefetch 暫定日本語案: standards position だけ (unshipped); Safari = behind flag, off by デフォルト.
- 暫定日本語案: Declared as JSON: inline
<script type="speculationrules">または 暫定日本語案:Speculation-RulesHTTP header. - 暫定日本語案: CSP: inline blocks need
'inline-speculation-rules'(または hash/nonce) in 暫定日本語案:script-src. - 暫定日本語案: Detect speculative load:
document.prerendering,prerenderingchange暫定日本語案: イベント, またはSec-Purposeリクエスト header. - 暫定日本語案: ない Google ランキング/クロール signal. Google 検索 使用 it (top-2 results, ~58–67ms 暫定日本語案: LCP). WordPress 6,8+ = conservative, prefetch-だけ, logged-out, on by デフォルト.
何 ない へ do
暫定日本語案: Speculating state-changing GET URLs.
暫定日本語案: speculative fetch is real リクエスト. 決して prefetch または prerender logout,
暫定日本語案: 追加-へ-cart, currency/言語 switchers, OTP-triggering sign-in flows, または
暫定日本語案: allowance-incrementing URLs. real fix is design: それらの actions shouldn’t be
暫定日本語案: plain GET links rule できる fetch. この is documented in both MDN と Chrome’s
暫定日本語案: implementation guide.
暫定日本語案: Prerendering broadly または とともに wildcard. 暫定日本語案: Chrome caps it と warns against 超えて-prerendering at cost of ユーザー resources; 暫定日本語案: Harry Roberts calls wildcard-like match too greedy. 保つ prerenders へ one または two 暫定日本語案: high-confidence ページ.
暫定日本語案: Assuming あなた analytics is fine.
暫定日本語案: If prerendered ページ fires pageview on load, あなた’ll inflate GA4 とともに visits その
暫定日本語案: 決して happened. GA4’s gtag.js handles この — ただし GTM カスタム tags, Meta Pixel, と
暫定日本語案: homegrown scripts 多くの場合 don’t. WordPress 6,8 サイト reportedly logged GA4/Meta ghost
暫定日本語案: visits 後に feature auto-enabled. Gate トラッキング on document.prerendering /
暫定日本語案: prerenderingchange.
暫定日本語案: Forgetting あなた CSP.
暫定日本語案: inline <script type="speculationrules"> silently fails 下で コンテンツ Security
暫定日本語案: Policy unless script-src 許可 'inline-speculation-rules' (または hash/nonce).
暫定日本語案: Expecting it へ 役立つ クロール または rankings. 暫定日本語案: It doesn’t touch Googlebot. Selling この internally as “SEO fix for crawl budget or rankings” sets 誤った expectation — pitch it as Core Web Vitals / conversion 暫定日本語案: win 向けに real Chromium 訪問者.
暫定日本語案: 超えて-estimating reach. 暫定日本語案: It’s Chromium-だけ. Firefox と Safari ユーザー get nothing by デフォルト, so don’t model 暫定日本語案: ROI as if it applies へ all トラフィック.
機能 例
暫定日本語案: Minimal, illustrative rule blocks. Adapt targeting へ あなた own サイト と 常に 暫定日本語案: exclude state-changing URLs.
暫定日本語案: 1. Prefetch two explicit URLs (safest starting point)
<script type="speculationrules">
{
"prefetch": [
{ "urls": ["/pricing/", "/features/"] }
]
}
</script>暫定日本語案: 2. Document rules — prefetch 同じ-サイト links on hover (moderate)
<script type="speculationrules">
{
"prefetch": [
{
"where": { "href_matches": "/*" },
"eagerness": "moderate"
}
]
}
</script>暫定日本語案: 3. Prerender one high-confidence ページ, excluding dangerous paths
<script type="speculationrules">
{
"prerender": [
{
"where": {
"and": [
{ "href_matches": "/*" },
{ "not": { "href_matches": "/logout*" } },
{ "not": { "href_matches": "/cart*" } }
]
},
"eagerness": "conservative"
}
]
}
</script>暫定日本語案: 4. Deliver rules via HTTP header instead of inline script
Speculation-Rules: "/speculation-rules.json"暫定日本語案: …どこ /speculation-rules.json returns 同じ JSON とともに
暫定日本語案: application/speculationrules+json コンテンツ type. Useful いつ strict CSP 作る
暫定日本語案: inline scripts painful.
暫定日本語案: 5. Guard analytics against firing during prerender
if (document.prerendering) {
document.addEventListener('prerenderingchange', sendPageview, { once: true });
} else {
sendPageview();
}暫定日本語案: この defers pageview until ページ is actually activated — 同じ pattern 暫定日本語案: GA4’s own script 使用.
Analytics jumped 後に prerender shipped
- 暫定日本語案: Pause prerender rule, ない whole パフォーマンス program. 保つ copy of 暫定日本語案: deployed rule と switch affected path back へ prefetch または no speculation. 暫定日本語案: If unexplained トラフィック stops, continue とともに prerender investigation.
- 暫定日本語案: Separate activation から background load. Reproduce in Chromium と inspect
暫定日本語案:
document.prerendering前に navigation. If analytics fires while it istrue, 暫定日本語案: tag records ページ 訪問者 has ない activated. - 暫定日本語案: Identify firing owner. 確認 GA4, カスタム GTM tags, ad pixels, と homegrown 暫定日本語案: イベント independently. If だけ one ソース inflates, fix その integration rather 暫定日本語案: than weakening すべての rule.
- 暫定日本語案: Gate イベント. Delay pageview または 表示回数 until
暫定日本語案:
prerenderingchange/activation. If provider already supports prerendering, 暫定日本語案: 削除 duplicate カスタム firing logic. - 暫定日本語案: Replay abandoned-navigation ケース. Trigger prerender ただし do ない クリック. 暫定日本語案: イベント 必要がある remain absent. Then activate ページ once と confirm exactly one 暫定日本語案: イベント is recorded.
- 暫定日本語案: Restore narrowly. Re-enable one high-confidence prerender target, compare 暫定日本語案: activated navigations とともに analytics イベント, と expand だけ いつ counts remain 暫定日本語案: aligned.
Review rule 設定 向けに side effects
Review this Speculation Rules JSON and a list of site routes. Classify every matched
route as safe to prefetch, safe to prerender, or exclude. Explicitly flag logout,
add-to-cart, language/currency switching, OTP, allowance-changing, analytics, storage,
and ad-impression side effects. Check eagerness, scope, and likely resource waste.
Return the smallest safe rule set plus validation and rollback tests. Do not claim a
crawling, indexing, or direct ranking benefit.Design staged rollout
Create a staged Speculation Rules rollout for this click-path data and browser mix.
Start with prefetch, choose at most one or two high-confidence prerender targets, and
explain why each route is likely enough to justify its cost. Include Chromium-only
segmentation, analytics activation handling, CSP checks, success metrics, an abandoned
navigation test, and rollback triggers. Do not invent conversion or performance gains.Debug 不足している speculation
Given this page markup, response headers, CSP, browser version, and DevTools evidence,
diagnose why a speculation rule was not used. Check invalid JSON, CSP blocking,
unsupported browser, rule mismatch, resource limits, cross-origin restrictions, and
browser discretion. Return symptom, evidence, likely cause, smallest fix, and the
exact evidence that would confirm it. Safe speculation release 確認
- 暫定日本語案: [ ] ブラウザー-support データ justifies Chromium-だけ progressive enhancement.
- 暫定日本語案: [ ] Initial rollout 使用 prefetch; prerender is limited へ one または two 暫定日本語案: high-confidence destinations.
- 暫定日本語案: [ ] Logout, cart mutation, login/OTP, 言語/currency, allowance-changing, と 暫定日本語案: other state-changing GET routes are excluded.
- 暫定日本語案: [ ] Prerendered ページ do ない mutate storage または fire 表示回数 前に activation.
- 暫定日本語案: [ ] Session-storage-dependent logic is テスト both 前に と 後に
暫定日本語案:
prerenderingchange( prerendering ページ starts とともに storage clone その’s 暫定日本語案: discarded at activation). - 暫定日本語案: [ ] Any cross-origin prerender target 送信
Supports-Loading-Mode: 暫定日本語案: credentialed-prerender; cross-サイト prerender isn’t attempted at all. - 暫定日本語案: [ ] カスタム analytics と pixels 確認
document.prerenderingと wait 向けに 暫定日本語案:prerenderingchangeいつ necessary. - 暫定日本語案: [ ] CSP permits inline または external speculation-rules delivery 方法.
- 暫定日本語案: [ ] Targeting と eagerness come から observed navigation behavior, ない wildcard 暫定日本語案: guess.
- 暫定日本語案: [ ] DevTools confirms rule is 有効, 適格, と 使用 だけ 向けに intended URLs.
- 暫定日本語案: [ ] abandoned speculative load records no pageview, conversion, または state change.
- 暫定日本語案: [ ] Safari と Firefox still 受信 fully functional normal navigation.
- 暫定日本語案: [ ] パフォーマンス と business outcomes are 測定 on activated navigations, とともに 暫定日本語案: wasted speculation tracked separately.
Activation と analytics integrity
暫定日本語案: テスト へ run: Trigger prerender なしで クリック, then repeat と activate 暫定日本語案: ページ once while observing analytics と カスタム pixel リクエスト.
暫定日本語案: Expected result: abandoned prerender records no pageview または 表示回数; 暫定日本語案: activated navigation records exactly one.
暫定日本語案: Failure interpretation: tag fires on background load または duplicate activation 暫定日本語案: logic records 同じ visit twice.
暫定日本語案: 監視 window: テスト 前に release, immediately 後に release, と 後に tag 暫定日本語案: manager または analytics-library changes.
暫定日本語案: Rollback trigger: Disable prerender 向けに affected route if speculative loads 暫定日本語案: inflate sessions, 表示回数, conversions, または アトリビューション.
Navigation パフォーマンス と waste
暫定日本語案: テスト へ run: Compare matched activated navigations とともに と なしで rule, と 暫定日本語案: count speculations その are 決して activated.
暫定日本語案: Expected result: Targeted Chromium navigations 表示 earlier document/paint timing 暫定日本語案: なしで unacceptable volume of unused 機能 または 現在の-ページ regressions.
暫定日本語案: Failure interpretation: prediction is weak, eagerness is too aggressive, または 暫定日本語案: background 機能 competes とともに 現在の ページ.
暫定日本語案: 監視 window: Review during limited rollout 全体で representative devices 暫定日本語案: と connection classes 前に expanding scope.
暫定日本語案: Rollback trigger: 手順 back から prerender へ prefetch, または 削除 rule, if 暫定日本語案: unused リクエスト または regressions outweigh 測定 activated-navigation benefit.
Side-effect exclusion
暫定日本語案: テスト へ run: Exercise すべての matched route なしで activation と inspect サーバー 暫定日本語案: state, authentication, cart contents, messaging, と usage counters.
暫定日本語案: Expected result: No speculative リクエスト changes ユーザー または サーバー state.
暫定日本語案: Failure interpretation: state-changing GET route was matched または ページ executes 暫定日本語案: side effects during background load.
暫定日本語案: 監視 window: Re-run いつ routes, document-rule selectors, または application 暫定日本語案: side effects change.
暫定日本語案: Rollback trigger: 削除 match immediately if speculative リクエスト logs out 暫定日本語案: ユーザー, changes cart, 送信 message, consumes allowance, または records 暫定日本語案: conversion.
Speculative-navigation scorecard
暫定日本語案: 指標: Activated-navigation パフォーマンス 向けに 適格 Chromium ユーザー, paired とともに 暫定日本語案: speculation activation rate と analytics-イベント accuracy.
暫定日本語案: 何 it tells あなた: Whether prediction 作る real next-ページ navigations faster, 暫定日本語案: どのように 多くの場合 prefetched/prerendered 機能 is actually 使用, と whether 測定 stays 暫定日本語案: trustworthy.
暫定日本語案: どのように へ pull it: Segment real-ユーザー navigation と paint timings by ブラウザー と rule 暫定日本語案: exposure; log speculation candidates と activations; compare activated pageviews とともに 暫定日本語案: analytics イベント. 保つ prefetch と prerender cohorts separate.
暫定日本語案: Benchmark または realistic range: 使用 サイト’s own pre-release distribution と 暫定日本語案: controlled holdout. There is no honest universal activation-rate または conversion target; 暫定日本語案: ブラウザー mix, path predictability, ページ weight, と intent differ by サイト.
暫定日本語案: Cadence: Watch resource 使用 と analytics integrity during rollout, review 暫定日本語案: パフォーマンス と activation weekly while tuning rules, と re-audit 後に navigation, 暫定日本語案: tagging, CSP, または ブラウザー-support changes.
時間を使う価値のあるリソース
暫定日本語案: My related writing
- 暫定日本語案: Beginner’s Guide へ Technical SEO — どこ ページ-experience と パフォーマンス topics like この fit in bigger picture.
- 暫定日本語案: Core Web Vitals: 何 それら Are と どのように へ Improve Them — LCP/INP 指標 その Speculation Rules actually moves 向けに real ユーザー. (Note: I don’t yet have dedicated Ahrefs guide specifically on Speculation Rules API — この piece is deep dive; links here are my closest adjacent coverage.)
暫定日本語案: My speaking
- 暫定日本語案: 何’s Next 向けに ページ Experience — SMX Next 2021 (SlideShare) — my ページ-experience talk その flagged early-loading techniques ( “Get Things Earlier” slide linking へ then-experimental speculative prerendering), which predates modern Speculation Rules API ただし points at 同じ idea.
- 暫定日本語案: どのように 検索 機能 (SlideShare) — クロール, rendering, インデックス登録, と ランキング, useful 向けに 保持 ブラウザー layer separate から crawler layer. (My standing disclaimer applies: “This is my understanding of systems… not going to be 100% complete or accurate.”)
暫定日本語案: から around industry
- 暫定日本語案: Google 検索 現在 使用 Speculation Rules API (Chrome 向けに Developers) — Google’s own usage, とともに LCP/FCP millisecond deltas.
- 暫定日本語案: どのように Ray-Ban doubled conversion rate… 通じて prerendering (web.dev) — best business-impact ケース study on prerendering.
- 暫定日本語案: Layered Approach へ Speculation Rules (Harry Roberts, CSS Wizardry) — strongest independent-expert implementation write-up, including “prefetch for TTFB, prerender for LCP” model.
- 暫定日本語案: Google Explains なぜ Its Crawler Ignores あなた Resource Hints (検索エンジン Journal) — Illyes’ Feb 2026 comments on なぜ Googlebot doesn’t benefit から resource hints (general, ない Speculation-Rules-specific).
- 暫定日本語案: Google 検索 現在 使用 Speculation Rules API へ 作る 検索 faster (検索エンジン Land) — trade-press corroboration of Chrome announcement.
- 暫定日本語案: 防ぐ skewed analytics いつ using Speculation Rules (Erwin Hofman) — in-depth fix 向けに GA4 contamination 問題.
- 暫定日本語案: Eagerly Prerender Key URLs とともに Speculative Loading in WordPress (Weston Ruter, Google/WordPress core) — どのように へ customize WordPress 6,8’s デフォルト via
wp_speculation_rules_configurationfilter. - 暫定日本語案: Blazing Fast Webサイト とともに Speculation Rules (DebugBear) — パフォーマンス-ツール vendor’s practical walkthrough.
テスト yourself: Speculation Rules
暫定日本語案: Five quick questions on 何 Speculation Rules API does — と doesn’t — do. Pick 暫定日本語案: answer 向けに 各, then 確認.
変更履歴
2026年7月18日に更新。
編集概要と記録された変更の詳細。変更の詳細
-
変更の詳細な注記は現在英語でのみ提供されています。
-
変更の詳細な注記は現在英語でのみ提供されています。
完全な比較は利用できません — この改訂の以前のスナップショットがアーカイブされていません。