Mobile and desktop render equivalent content
Does the mobile version contain the same content, links and markup?
| Pass | Mobile rendering contains the same main content, internal links, structured data and directives as desktop. |
|---|---|
| Advisory | Equivalent content but some secondary modules are collapsed or omitted on mobile. |
| Fail | Mobile omits main content, internal links or structured data present on desktop. |
Why it matters
Indexing is mobile-first: the mobile rendering is the version assessed, so anything absent from mobile is effectively absent from the index. Content hidden behind accordions is fine — content not present in the mobile DOM at all is not. The most damaging pattern is a separate lightweight mobile template that drops structured data and internal links to save weight.
How we inspect it
We render each template at both viewports with the corresponding user agent and diff main content text, internal links, structured data and meta directives between the two.
Source: Dual render at mobile and desktop viewports with content and link diffing
Remedy
- 1Diff mobile and desktop DOM output for every template and list every omission.
- 2Restore missing content, links and structured data to the mobile rendering.
- 3Use responsive design rather than separate templates; where separate templates are unavoidable, enforce parity in tests.
- 4Collapsing content in an accordion is acceptable, but it must exist in the DOM.
- 5Verify with the mobile user agent, not by resizing a desktop browser window.
Verification
Recheck re-renders at both viewports and confirms content, link and markup parity.
- Usually fixed by
- Developer
- Effort
- Large · 1–3 days
- Est. impact
- high
- Typical cost
- NZ$600–2,400