Address
A structured address block
- Overview
- The address block should be used every time you need to display an address on a page. The address block is a structured format for storing and displaying address data. It helps search engines find the right kinds of content. Address blocks can also be plotted on maps or used for directions finders.
- Example
-
The Castle Winchester SO23 8UJ
- WCMS use
- MVC.net use
- Code
-
<address itemtype="https://schema.org/PostalAddress" itemscope class="show-on-map">
<p itemprop="address">
<meta itemprop="name" content="Hampshire County Council" />
<span itemprop="streetAddress">
The Castle
</span>
<span itemprop="addressLocality">
Winchester
</span>
<span itemprop="postalCode">
SO23 8UJ
</span>
<span itemprop="postOfficeBoxNumber">
</span>
<meta itemprop="latitude" content="51.063767" />
<meta itemprop="longitude" content="-1.319357" />
</p>
</address> - Version and status
-
- 1
- current version
- Concept
- Alpha
- Beta
- Release