Indexação mobile-first

O que é a indexação mobile-first — o Google usando seu HTML móvel para indexação e ranqueamento — e por que a paridade de conteúdo é a regra

Publicado pela primeira vez: 23 de jun. de 2026 · Última atualização: 3 de ago. de 2026 · Avançado
Idiomas
1 sinal de evidência nesta página

Indexação mobile-first significa que o Google usa a versão móvel da sua página — rastreada pelo Googlebot Smartphone — para indexação e ranqueamento. Não é um "índice móvel" separado (há um só índice), você não pode optar por sair e isso não é um impulso de ranqueamento por si só. A regra que ela impõe é a paridade de conteúdo: tudo o que você quer indexar — texto, dados estruturados, imagens, texto alternativo e links internos — precisa estar no HTML móvel, ou o Google talvez nunca veja. Não confunda isso com compatibilidade com dispositivos móveis; é um conceito separado de usabilidade. Design responsivo é a configuração recomendada pelo Google. O Google anunciou a iniciativa em novembro de 2016, tornou-a padrão para sites novos em 2019, moveu o último lote em maio de 2023 e declarou a conclusão em outubro de 2023.

TL;DR — Mobile-first indexação = Google usa the versão para dispositivos móveis de a página’s conteúdo, crawled by Googlebot Smartphone, para indexação e ranqueamento. One index, no opt-out, não a ranqueamento boost. The operative rule é conteúdo parity: “only the content shown on the mobile site is used for indexing,” so any text, dados estruturados, imagens, texto alternativo, ou links you want indexado must ser in the HTML para dispositivos móveis. It’s distinct de compatibilidade com dispositivos móveis/página experience. Responsive design é Google’s recomendado config; veiculação dinâmica e URLs separadas funcionar mas são riskier. Watch the carregamento lento-on-interaction trap. Timeline: anunciou Nov 2016 → default para new sites 2019 → last batch maio 2023 → declared complete Oct 2023. Bing fez não fazer the mesmo switch — it stays device-agnostic com a single index.

Evidence for this claim Google predominantly uses the mobile version of a site’s content, crawled with its smartphone agent, as the source for indexing and ranking. Scope: mobile/desktop crawls, cached documents and web-app navigation as applicable Confidence: high · Verified: Mobile-first indexing best practices Evidence for this claim Google predominantly uses the mobile version of content, crawled with its smartphone agent, for indexing and ranking. Scope: Current Google mobile-first indexing behavior. Confidence: high · Verified: Google Search Central: Mobile-first indexing Evidence for this claim Google recommends equivalent primary content, structured data, metadata, images, and links across mobile and desktop versions. Scope: Mobile/desktop content parity requirements. Confidence: high · Verified: Google Search Central: Mobile-first best practices

A definição, precisamente

Google’s own framing: Google usa the versão para dispositivos móveis de a site’s conteúdo, crawled com the smartphone agente, para indexação e ranqueamento. And in its móvel-first best-practices doc it’s even blunter about the consequence: “Only the content shown on the mobile site is used for indexing.”

Evidence for this claim Google predominantly uses the mobile version of a site’s content, crawled with its smartphone agent, as the source for indexing and ranking. Scope: mobile/desktop crawls, cached documents and web-app navigation as applicable Confidence: high · Verified: Mobile-first indexing best practices

In my Ahrefs guia on indexação móvel-first I define it the mesmo way — indexação móvel-first refers para Google usando the versão para dispositivos móveis de a site’s conteúdo para indexação e ranqueamento — e I adicionar the two clarifications that kill a maioria de the confusion: “There is only one index and you can’t opt out of mobile-first indexing.” It é também não a ranqueamento boost. It changes which version Google lê, não como well it ranks.

O Googlebot é principalmente o rastreador para smartphones

This é the mechanism underneath the whole thing. Google: “For most sites Google Search primarily indexes the mobile version of the content. As such the majority of Googlebot crawl requests will be made using the mobile crawler, and a minority using the desktop crawler.” There são two subtypes — Googlebot Smartphone (“a mobile crawler that simulates a user on a mobile device”) e Googlebot Desktop — mas the smartphone one faz the bulk de the funcionar now.

Evidence for this claim Google documents that most Googlebot crawl requests use the mobile crawler and a minority use the desktop crawler; “mobile-first” does not mean desktop Googlebot never crawls. Scope: mobile/desktop crawls, cached documents and web-app navigation as applicable Confidence: high · Verified: Googlebot

Google faz ainda rastrear com the desktop user-agente sometimes, mas the version that importa para indexação é the móvel one.

Paridade de conteúdo é a regra nº 1

If you take one thing de this página, take this: o que’s on your site para dispositivos móveis é o que gets indexado. Google’s doc listas it as the first requirement — “Make sure that your mobile site contains the same content as your desktop site” — e the clincher é that “only the content shown on the mobile site is used for indexing.”

John Mueller said it as plainly as it gets at Pubcon Pro Virtual 2020: “anything that you want to have indexed, it needs to be on the mobile site,” e “we will only index the mobile content in the future.” If it’s desktop-apenas, plan para Google não para ver it.

A útil nuance, though — parity faz não significar byte-para-byte identical. As I put it in my Ahrefs guia on indexação móvel-first: “any important content must be present on mobile.” You pode têm a leaner móvel layout; you apenas pode’t drop the conteúdo, dados estruturados, imagens, texto alternativo, ou links you realmente want indexado.

And one myth para retire: hidden/tabbed/accordion conteúdo é fine. Pre-móvel-first, conteúdo hidden behind UI para UX reasons era discounted. That’s no longer true — Google no longer discounts conteúdo hidden para improve the user experience. So a móvel accordion that holds your full conteúdo é fine; the conteúdo é in the HTML e gets indexado.

Os itens de paridade que realmente causam problemas

Beyond raw text, Google’s best-practices doc calls out specific things para manter equivalent across versions:

  • Structured dados. “Make sure that your mobile and desktop sites have the same structured data.” If your markup apenas ships on desktop, your resultados avançados pode vanish.
  • Images e texto alternativo. “Make sure that the mobile site has the same alt text for images as the desktop site.” Dropping imagens ou stripping texto alternativo on móvel hurts Pesquisa de imagens.
  • Titles e meta descrições. “Make sure that the title element and the meta description are equivalent across both versions of your site.”
  • Headings. “Use the same clear and meaningful headings on the mobile site as you do on the desktop site.” A stripped-down template para dispositivos móveis that drops H2s/H3s ou flattens them em plain text weakens the página’s structure para indexação, não apenas its readability.
  • Video dados estruturados. “Use the same video structured data on both your mobile site and desktop site.” If a página carries VideoObject markup on desktop, ship the mesmo markup on móvel — otherwise the versão para dispositivos móveis (the one Google realmente indexes) é missing it.
  • Robots meta tags. “Use the same robots meta tags on the mobile site and the desktop site.” This é a classic accidental-deindex: a noindex that apenas exists on the template para dispositivos móveis vai deindex the página, porque Google indexes the móvel version.
  • Internal links. Keep your navigation e key links in the HTML para dispositivos móveis. Don’t hide them behind interactions that têm para fire antes the links load.
Evidence for this claim Google recommends equivalent primary content, structured data, metadata, images, and links across mobile and desktop versions. Scope: Mobile/desktop content parity requirements. Confidence: high · Verified: Google Search Central: Mobile-first best practices

A armadilha fazer carregamento lento e da interação fazer usuário

A specific, comum failure mode. Google: “Don’t lazy-load primary content upon user interaction. Google won’t load content that requires user interactions (for example, swiping, clicking, or typing) to load.” If your main conteúdo apenas appears depois the user taps “load more,” swipes a carousel, ou clicks a tab that fetches conteúdo on demand, Googlebot won’t trigger that interaction — so the conteúdo isn’t visto. Load principal conteúdo on scroll ou incluir it in the initial HTML instead.

Evidence for this claim Primary mobile content that appears only after user interaction can be missed because Google does not perform every swipe, click or typing action needed to reveal it. Scope: mobile/desktop crawls, cached documents and web-app navigation as applicable Confidence: high · Verified: Mobile-first indexing best practices

A linha fazer tempo verificada

Mobile-first indexação took roughly seven years end para end. The dated milestones:

  • November 2016 — Google first anunciou indexação móvel-first e began testing.
  • 2018 — the broad rollout began depois the testing period.
  • 2019 — móvel-first became the default para new sites: domains discovered depois this eram crawled móvel-first de the start.
  • March 2020 — Google anunciou it iria switch the whole web by setembro 2020. As Mueller put it, Google iria ser “switching to mobile-first indexing for all websites starting September 2020.”
  • julho 2020 — that deadline era extended. Google: “we’ve decided to extend the timeframe to the end of March 2021.”
  • maio 2023 — the last batch moved sobre: “the last batch of sites eligible for mobile-first indexing have been moved over.” Practically, this é quando the rollout finished.
  • outubro 2023 — Google declared it complete: “the trek to Mobile First Indexing is now complete.” (Mueller.)

Two válido ways para say “when it was complete,” e it’s worth keeping them straight: the rollout effectively finished com the last batch in maio 2023, while Google officially declared it complete in outubro 2023. A “very small set of sites which do not work on mobile devices at all” são simply crawled com desktop Googlebot — that’s an exception Google handles, não a setting you escolher. (Search Console’s “which crawler” indexação info era removed shortly depois the outubro 2023 announcement, since there era no longer a mix para relatório.) For sites that de fato aren’t accessible on a móvel device at todos, the practical risk now é não being indexável.

Configuração: responsivo versus veiculação dinâmica versus URLs separadas

There são three ways para servir móvel, e Google tem a clear preference:

  • Responsive design (recomendado). One URL, one HTML, layout adapts via CSS. Google: it “recommends Responsive Web Design because it’s the easiest design pattern to implement and maintain.” Parity é basically automatic porque there’s apenas one version.
  • Dynamic serving. Same URL, mas the server retorna diferente HTML based on the user-agente. It funciona, mas it’s error-prone — it’s easy para ship desktop e móvel out de sync, which breaks parity in exactly the ways above.
  • Separate URLs (m-dot). Different HTML on diferente URLs (e.g. m.example.com). The least recomendado de the three e the a maioria para manter. If you’re on it, Google’s orientação: “For separate URLs, set desktop versions as canonical with an alternate link to the mobile version,” e verificar your hreflang links across the URLs separadas. The móvel URL must servir the full, importante conteúdo — porque that’s the one being indexado.

Como verificar se seu site está na indexação móvel-first

At this point essentially every normal site é. To confirm a specific página, usar Search Console → Inspeção de URL / Page indexação e look at the “Crawled as” value — “Googlebot smartphone” significa it’s being indexado móvel-first. (As noted, Google removed the broader rastreador-info reporting depois declaring the rollout complete, porque there’s no longer a meaningful split.)

O Bing faz indexação móvel-first? Não.

This é the cross-engine angle almost nobody covers, e it importa if you care about more than Google. Bing fez não switch para indexação móvel-first the way Google fez. It keeps a single, device-agnostic index instead de indexação the versão para dispositivos móveis specifically. James Murray de Microsoft Bing explained the reasoning: “we think it’s more useful to have an integrated view and to be more device agnostic,” e “we want to give you the same index and then personalise to you as the user.”

The takeaway: conteúdo-parity hygiene ainda ajuda you on Bing, mas Bing hasn’t anunciou a switch para indexação the versão para dispositivos móveis — it treats the index as device-agnostic.

Mitos comuns, corrigidos

  • “There’s a separate mobile index.” No — one index. Mobile-first indexação apenas changes which version Google looks at.
  • “It’s a ranking boost.” No — it’s which conteúdo é indexado/ranked, não a bonus.
  • “It’s the same as mobile-friendly.” No — diferente concepts. This é about indexação; compatibilidade com dispositivos móveis é usability/página experience.
  • “You can opt out / stay desktop-indexed.” No. (Sites that de fato don’t funcionar on móvel são an exception Google handles, não a setting.)
  • “Hidden/tabbed/accordion content won’t count.” Outdated — Google no longer discounts conteúdo hidden para UX.
  • “Mobile content must be identical to desktop.” No — it must contain the mesmo importante conteúdo, não ser byte-para-byte identical.
  • “It only affects mobile search results.” No — the versão para dispositivos móveis é usado para indexação e ranqueamento across both desktop e móvel results.
  • “Bing does mobile-first indexing too.” No — Bing stays device-agnostic.

For onde this sits in the bigger picture — rastreamento, rendering, e the index itself — ver the indexação hub. The parity rules here são também por que index bloat e rastreamento problemas mostrar up downstream: if Google pode’t ver your conteúdo on móvel, it pode’t index it well in the first place.

Add an expert note

Pin an expert quote

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