PostalAddress
This Page Semantic Annotations
- type = http://schema.org/CreativeWork
- name = PostalAddress
- url = http://www.getschema.org/index.php/PostalAddress
- inLanguage = en
- discussionUrl = http://www.getschema.org/index.php/Talk:PostalAddress
- publisher = http://binarypark.org
- publishingPrinciples = getSchema:About
- dateModified = 2014-08-12
- interactionCount = Template:NUMBEROFVIEWS
- version = 2008
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>