Home > Mobile >

Stop tel numbers auto linking (1)


02-15-2012 08:04 AM #1 tijn (Moderator)
Stop tel numbers auto linking

Most smartphones detect phone numbers and addressed on your mobile landing pages and turn those into clickable links.

Of course when you are presenting your user with a landing page with a strong call to action....this is a distraction.

And could hurt your conversions.

Luckily there is a way to stop them from linking phone numbers and addresses.

Just include the following two lines in the <head>..</head> section of your html document.

HTML Code:
<meta name="format-detection" content="telephone=no"/> 
<meta name="format-detection" content="address=no"/>  


Home > Mobile >