Skip to main content
New: 190 SEO checks now available. See what's new
lowMobileTOUCH_ICON_MISSING

Apple touch icon missing — the fix

This page does not specify an Apple touch icon. When users add the site to their iOS home screen, a generic screenshot thumbnail is used instead of a branded icon.

Where this fits: mobile in SEO

Google indexes the mobile version of your site — desktop is the afterthought, not the other way round. Mobile issues (missing viewport, tap targets too close, content wider than the screen, intrusive interstitials) directly gate rankings for every query. With most traffic on phones, a mobile problem is not a subset of your audience — it is your audience.

Why apple touch icon missing hurts your rankings

The apple-touch-icon provides a branded icon when users bookmark your site on iOS devices. Without it, iOS generates a low-quality screenshot thumbnail that looks unprofessional. A proper touch icon improves brand recognition and increases the likelihood of repeat visits from home screen bookmarks.

This is a low-severity issue: a polish item. Fix it in batches during scheduled maintenance; the win is cumulative quality, not a step change.

How to fix it

Add an apple-touch-icon link element pointing to a 180x180 pixel PNG image. Place the image at the site root as /apple-touch-icon.png for automatic discovery.

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />

Mobile best practices

  • Ship a correct viewport meta tag on every page — it is one line and it gates everything.
  • Keep tap targets ≥ 44×44px with real spacing between them.
  • Never let content overflow the viewport horizontally.
  • Test on a real mid-range phone over 4G, not just desktop devtools.
  • Avoid intrusive interstitials — Google demotes pages that greet mobile users with a wall.

The full library: SEO best practices, by category.

Frequently asked questions

What does "Apple touch icon missing" mean?

This page does not specify an Apple touch icon. When users add the site to their iOS home screen, a generic screenshot thumbnail is used instead of a branded icon.

Why does apple touch icon missing matter for SEO?

The apple-touch-icon provides a branded icon when users bookmark your site on iOS devices. Without it, iOS generates a low-quality screenshot thumbnail that looks unprofessional. A proper touch icon improves brand recognition and increases the likelihood of repeat visits from home screen bookmarks.

How do I fix apple touch icon missing?

Add an apple-touch-icon link element pointing to a 180x180 pixel PNG image. Place the image at the site root as /apple-touch-icon.png for automatic discovery.

How serious is this issue?

This is a low-severity issue: a polish item. Fix it in batches during scheduled maintenance; the win is cumulative quality, not a step change. It belongs to the mobile family of checks.

How do I find every page affected by this on my site?

Run a free Dr Urls audit: it crawls your site, detects apple touch icon missing on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.

Does your site have this issue?

A free Dr Urls audit crawls your site, finds every page affected by apple touch icon missing, and hands you a ready-made fix task.

Check my site free

Related mobile guides