モバイルユーザビリティ

SEOにおけるmobile usability、読めるtext、tap target、viewport適合、邪魔なinterstitial、Googleのreport廃止後の確認方法を解説します。

初回公開:2026年7月2日 · 最終更新:2026年8月13日 · Advanced
言語

mobile usabilityは、zoomせず読めるtext、十分なtap target、横scrollなしでviewportに収まるcontent、邪魔なinterstitialがないことです。Googleは2023年12月1日にSearch Console Mobile Usability report、Mobile-Friendly Test tool、APIを廃止しましたが、signalが不要になったためではありません。現在はLighthouse、PageSpeed Insights、Chrome DevTools、Bingのtest、third-party crawler、実deviceを組み合わせます。mobile-first indexingやCore Web Vitalsとは別のpage-experience signalです。

要点 — mobile usabilityはtouch deviceでの使いやすさです。主な要素は、読める文字(Lighthouseはtextの60%以上が12px以上なら合格。本文は実務上16pxが基準)、tap target(48×48 CSS px未満、または中心から48px以内でtargetの25%以上が隣と重なると不合格。spacingは約8pxが出発点。WCAG 2,2の24×24 CSS pxは別のaccessibility最低基準)、viewportに収まるcontent(適切なviewport meta tagだけでresponsive layoutは保証されず、横scrollをなくす)、邪魔なinterstitialがないことです。 GoogleはSearch Console Mobile Usability report、Mobile-Friendly Test tool、APIを2023年12月1日に廃止しました。signalが不要になったのではなく、Lighthouseの成熟とmobile-first indexingの実質完了が理由です。現在はLighthouse、PageSpeed Insights、DevTools device emulation、Bingのtest、crawlerを組み合わせます。mobile-first indexingやCore Web Vitalsとは別のpage-experience signalで、単独の強いranking factorではありません。

Evidence for this claim Google retired Search Console's Mobile Usability report, Mobile-Friendly Test, and Mobile-Friendly Test API on December 1, 2023. Scope: Current availability of the former tools and report. Confidence: high · Verified: Google Search Central Blog: Role of page experience Evidence for this claim Mobile usability remains important to users and mobile-first indexing, but the retired report is not a current Search Console diagnostic. Scope: Current Google mobile-first indexing guidance. Confidence: high · Verified: Google Search Central: Mobile-first indexing best practices

正確な定義

mobile usabilityはmobile/touch deviceでpageを使いやすいかを示し、Googleの広いpage experience modelに含まれます。中心となる4つのsignalを、実際のthresholdと出典付きで確認します。

Signal 1:読めるtext

本文を読むためにpinch zoomが必要ならfontが小さすぎます。混同しやすい2つの数値を区別してください。

  • audit合格基準は12px。 Lighthouseは “Aim to have a font size of at least 12 px on at least 60% of the text on your page.” (翻訳) 「page内textの60%以上でfont sizeを12px以上にする」と案内します。
  • 実務上の基準は約16px。 12pxは自動checkの最低基準で、phoneで快適とは限りません。本文は16px以上、headingはさらに大きくします。

つまり12px/60%は合格線で、本文で実際に目指す基準は16pxです。

Signal 2:tap target

指はmouseほど精密ではありません。Lighthouseは “the target is smaller than 48 px by 48 px,” (翻訳) 「targetが48×48px未満」、または “at least 25% the target area within 48 px of the center of the target overlaps with another target.” (翻訳) 「target中心から48px以内の領域の25%以上が別targetと重なる」場合に不合格とします。

  • 48×48 CSS pxのtargetは安定して合格します。
  • 見た目ではなくtap可能領域が対象なので、小さいiconでも padding で48pxにできます。
  • target間は約8pxが出発点ですが、小さいtargetでは不十分な場合があります。

古いGoogle guidanceの約7mm、spacing約5mmという説明も概ね48pxと整合します。現在は48px/8pxを使い、mm値は歴史的情報として扱います。

別基準として**WCAG 2,2 SC 2.5.8(Target Size Minimum、Level AA)**は24×24 CSS pxを定めます。これはW3Cのaccessibility基準でGoogle Searchのranking thresholdではありません。Lighthouseの48pxと目的が異なるため、固定的な「Google要件」として混同しないでください。

Signal 3:viewportに収まるcontent

contentはphone幅に収め、横scrollや縮小されたdesktop幅表示を避けます。その仕組みがviewport meta tagです。未設定や誤設定ではmobile browserがdesktop幅を想定して縮小します。修正は <head> 内の1行です。

<meta name="viewport" content="width=device-width, initial-scale=1">

Googleは “make sure your page content fits the width of the viewport, keeping in mind that not all mobile devices are the same width.” (翻訳) 「mobile deviceの幅は同じではないため、page contentをviewport幅に収める」と案内します。特定phoneだけに合う固定pixel幅は避けます。

tagは必要ですが、それだけでは不十分です。layout viewportをdevice幅へ合わせるだけで、固定幅contentをresponsiveにはしません。wide table、改行不能な長い文字列、固定pixel containerがviewportより広ければ失敗します。tagがcanvasを設定し、実際に収めるのはCSSです。

Signal 4:邪魔なinterstitialがない

検索から来た直後にcontentを覆うfull-screen popupは、usabilityと検索の両方の問題です。Googleは “intrusive interstitials and dialogs are page elements that obstruct users’ view of the content, usually for promotional purposes,” (翻訳) 「邪魔なinterstitialやdialogは通常、宣伝目的でcontentの表示を妨げる要素」と定義し、“make it hard for Google and other search engines to understand your content, which may lead to poor search performance.” (翻訳) 「検索engineがcontentを理解しにくくなり、検索performance低下につながり得る」と警告します。“don’t obscure the entire page with interstitials” (翻訳) 「interstitialでpage全体を覆わない」で、画面の一部だけを使うbannerが代替です。

Mobile Usability reportに何が起きたか

最近公開されたguideにも誤りがあるため、timelineを正確に確認します。

  • 2023年4月 — 発表。 Googleは “Also starting December 1, 2023, we’ll be retiring Search Console’s ‘Mobile Usability’ report, the Mobile-Friendly Test tool and Mobile-Friendly Test API. This doesn’t mean that mobile usability isn’t important for success with Google Search.” (翻訳) 「2023年12月1日からreport、tool、APIを廃止するが、mobile usabilityがGoogle Searchで重要でないという意味ではない」と説明しました。理由は “in the nearly ten years since we initially launched this report, many other robust resources for evaluating mobile usability have emerged, including Lighthouse from Chrome.” (翻訳) 「約10年でLighthouseなど堅牢な評価resourceが登場した」ためです。
  • 2023年12月1日 — 廃止。 report、tool、APIが終了し、旧URL search.google.com/test/mobile-friendly はLighthouse文書へ、Search Console reportはoverviewへredirectされました。
  • 2023年12月4日 — 確認。 Search Console accountが廃止を公表し、“for working with us on this journey.” (翻訳) 「この歩みに協力してくれたこと」へ謝意を示しました。
Evidence for this claim Google retired Search Console's Mobile Usability report, Mobile-Friendly Test, and Mobile-Friendly Test API on December 1, 2023. Scope: Current availability of the former tools and report. Confidence: high · Verified: Google Search Central Blog: Role of page experience

なぜこの時期か。 mobile-first indexingが実質完了し、Googleは2023年10月31日に “the trek to Mobile First Indexing is now complete” (翻訳) 「Mobile First Indexingへの歩みは完了」と発表しました。またLighthouseが旧toolより実用的になりました。signalではなく専用reportが役割を終えたのです。

実務上の修正は、「Mobile Usability reportを確認」「Mobile-Friendly Testを実行」と案内しないことです。どちらも終了しています。私のAhrefs記事Mobile-First Indexing Goes Mobile-Onlyにも2024年6月更新時点で古い案内が1か所残っており、この記事が正す対象です。

現在mobile usabilityを確認する方法

専用reportがない現在は、複数toolを組み合わせます。

  • Chrome Lighthouse(DevTools → Lighthouse)— font、tap target、viewport auditと失敗要素を示します。
  • PageSpeed Insights(pagespeed.web.dev)— cloudでmobile profileのLighthouseを実行し、共有可能な結果を得ます。
  • Chrome DevTools device toolbar — phoneをemulateし、横scroll、小さいtext、窮屈なcontrolを確認します。
  • Bing Mobile Friendliness Test Tool — Bingには現在もtestがあります。Bingは “making pages mobile-friendly increases user engagement on mobile devices. It can also help you rank better in Bing search results on mobile devices.” (翻訳) 「mobile-friendly化はengagementを高め、Bingのmobile検索rankingにも役立つ」と説明します。
  • Third-party crawler — mobile user-agentでsite全体を監査します。
  • 実device — 実際のphoneで確認します。

単独toolでend-to-end usabilityは証明できません。Lighthouse/PageSpeed Insightsの自動audit、DevToolsのemulation、少なくとも1台の実deviceを組み合わせます。

Mobile usability、mobile-first indexing、Core Web Vitalsの違い

次の3概念は関連しますが、別物です。

概念内容例となる質問
Mobile usabilityphoneでpageを使いやすいかtap targetは十分に大きいか
Mobile-first indexingGoogleがpageのどの版をindexするかmobile HTMLに全contentが含まれているか
Core Web Vitalsload、interaction、visual stabilityLCPは2,5秒未満か

mobile-first indexing済みでも、小さいtextや密集buttonでmobile usabilityが悪いsiteはあります。逆も同様です。本記事はindexingやCore Web Vitalsではなくusability layerだけを扱います。

Mobile usabilityはrankingへ影響するか

影響はありますが過大評価しないでください。mobile usabilityは広いranking system内のpage experience signalです。Googleは “should not focus on only one or two aspects of page experience,” (翻訳) 「page experienceの1、2項目だけへ集中すべきでない」、また “Google Search always seeks to show the most relevant content, even if the page experience is sub-par.” (翻訳) 「page experienceが不十分でも最も関連性の高いcontentを表示する」と説明します。魔法のranking boostではなく、userのために修正します。

Mobile SEO cluster内での位置づけ

これは広いmobile SEOの一部です。mobile-first indexingはGoogleが読む版とcontent parity、mobile SEO checklistは監査手順を扱います。本記事はusability signalに範囲を限定します。

Add an expert note

Pin an expert quote

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