PostalAddress

From getSchema

Revision as of 10:40, 12 August 2014 by Admin66 (Talk | contribs)
(diff) ? Older revision | Latest revision (diff) | Newer revision ? (diff)

Jump to: navigation, search

This Page Semantic Annotations

Description

This page needs clarification. It needs specific definitions and explanations. You can help us by adding it.

Examples

<div class="box">  <h1>Address:</h1>  Roots Restaurant at The Orchard Garden Hotel<br>  466 Bush Street (at Grant Ave)<br>  San Francisco, California 94108<br>  Phone: 415.659.0349 <br>  <a href="mailto:[email protected]">Email Us by clicking here</a> </div>

and we suggest the following markup (without changing the existent presentation):

<div class="box" itemscope itemtype="http://schema.org/PostalAddress">  <h1>Address:</h1>  <span itemprop="name">Roots Restaurant at The Orchard Garden Hotel</span><br/>  <span itemprop="streetAddress">466 Bush Street (at Grant Ave)</span><br/>  <span itemprop="addressLocality">San Francisco</span>,    <span itemprop="addressRegion">California</span>, <span itemprop="postalCode">94108</span><br/>  Phone: <span itemprop="telephone">415.659.0349</span><br/>  <a itemprop="email" href="mailto:[email protected]">Email Us by clicking here</a> </div>

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox