Adding Phone Numbers To Web Pages With HTML5 and Microdata


Description: 

<p>Call <a href=”tel:+6494452687″>445-2663</a> in Auckland to reserve your flight.
It is possible to insert pauses in the phone number, for the purposes of adding an extension:
<p>Call customer service at <a href=”tel:+13235798328p22″>323-579-8328 ext. 22</a>
(p defines a one-second pause; w means “wait for dial tone”)

<div itemscope itemtype=”http://schema.org/LocalBusiness”> <h1 itemprop=”name”>Beach Bunny Swimwear</h1> Phone: <span itemprop=”telephone”><a href=”tel:+18506484200″> 850-648-4200</a></span> </div>




Kind:

HTML


URL: