-
Notifications
You must be signed in to change notification settings - Fork 0
Contact us html data
Return to Draft HTML pilots guide
- Not validated
Multiple and individual contacts in a "Contact Us" page.
<!doctype html>
<html>
<head>
<title>title</title>
</head>
<body>
<p vocab="http://schema.org" typeof="Person">
<span property="givenName">Jeremy</span> <span property="additional"></span> <span property="familyName">Shada</span>
<span property="jobTitle">Manager</span>
<span property="location" typeof="Place">
<span property="address" typeof="PostalAddress">
<span property="streetAddress">240, Sparks Street</span>,<br>
<span property="addressLocality">Ottawa</span>,<br>
<span property="addressRegion">Ontario</span><br>
</span>
</span>
<span property="telephone">(888) 123-4567</span><br>
<span property="email"><a href="mailto:[email protected]">[email protected]</a></span>
</p>
<hr>
<p vocab="http://schema.org" typeof="Person">
<span property="givenName">John</span> <span property="additionalName"></span> <span property="familyName">DiMaggio</span>
<span property="jobTitle">Software Developer</span>
<span property="location" typeof="Place">
<span property="address" typeof="PostalAddress">
<span property="streetAddress">240, Sparks Street</span>,<br>
<span property="addressLocality">Ottawa</span>,<br>
<span property="addressRegion">Ontario</span><br>
</span>
</span>
<span property="telephone">(888) 765-4321</span><br>
<span property="email"><a href="mailto:[email protected]">[email protected]</a></span>
</p>
</body>
</html>
<span property="givenName">John</span>
A free-text description of contact's given ( first ) name.
<span property="additionalName"></span>
A free-text description of contact's middle names/initials.
<span property="familyName">Shada</span>
A free-text description of contact's familly ( last ) name.
<span property="jobTitle">Manager</span>
Job titles, not sure where/if these are defined
<span property="streetAddress">240, Sparks Street</span>
For guidance, suggest following Canada Post Addressing Guidelines.
http://www.canadapost.ca/tools/pg/manual/pgaddress-e.asp
<span property="addressLocality">Ottawa</span>
Complete city or town address location.
For guidance, suggest following Canada Post Addressing Guidelines.
http://www.canadapost.ca/tools/pg/manual/pgaddress-e.asp
Standard on Metadata mandates using abbreviations for geographic locations.
Use NRCan Geographical Names controlled vocabulary.
<span property="addressRegion">Ontario</span>
Complete province or territory address location.
For guidance, suggest following Canada Post Addressing Guidelines.
http://www.canadapost.ca/tools/pg/manual/pgaddress-e.asp
Standard on Metadata mandates using abbreviations for geographic locations.
Use NRCan Geographical Names controlled vocabulary.
<span property="telephone">(888) 123-4567</span>
http://www.noslangues-ourlanguages.gc.ca/bien-well/fra-eng/typographie-typography/telephone-eng.html
<span property="email"><a href="mailto:[email protected]">[email protected]</a></span>
A free-text field in stanard email format.