coverage-area-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (Examples in the wild)
m (added more examples)
Line 19: Line 19:
</dl>
</dl>
</source>
</source>
== Pizza Pronto ==
E.g. http://www.pizzaprontoindiantrl.com/map_Delivery.htm
text: "We Deliver Within a Five(5) Mile Radius of Pizza Pronto 7870 Idlewild Rd Indian Trail, NC 28079"
The delivery coverage area radius is shown on Google Maps.
markup fragment:
<source lang="html4strict">
<div align="center">
  <div id="header_Text">We Deliver Within a Five(5) Mile Radius of Pizza Pronto 7870 Idlewild Rd Indian Trail, NC 28079 </div>
  <table width="899" border="1">
...
</source>
== Tech'n'serv Ltd ==
E.g. http://www.technserv.co.uk/area-of-coverage.asp
Text: "We operate within an approximate 10 mile radius of Mortimer, which is about 8 miles south-west of Reading, Berkshire."
markup fragment:
<source lang="html4strict">
<h1>Area of Coverage</h1>
<p>We operate within an approximate 10 mile radius of Mortimer, which is about 8 miles south-west of Reading, Berkshire.  The area is bounded by Newbury in the west and Bracknell in the east, extending south of the M3 to include Basingstoke, Odiham and Fleet and northwards to include Goring and Henley-upon-Thames (<a href="map.asp" onclick="window.open('map.asp','map','width=520,height=450'); return false">view map</a>).</p>
</source>


== ... more examples ... ==
== ... more examples ... ==

Revision as of 10:10, 4 July 2011

This page arised from the need of marking up with microformats the coverage areas in which Organizations (and not only) are doing business. They have a designated specific place or a number square miles in which they can provide the goods clients are seaching for.

Sotheby's International Realty

E.g. http://www.sothebysrealty.com/eng/office/180-b-804-4000754/ascent-sotheby-s-international-realty

text: "Coverage Area:"

markup fragment:

<dl class="group">
  <dt>Coverage Area: </dt>
  <dd>Colorado, </dd>
  <dd>Avon, </dd>
  <dd> Beaver Creek, </dd>
  <dd> Carbondale, </dd>
  <dd> Cordillera, </dd>
  <dd> Dotsero, </dd>
  ...
</dl>


Pizza Pronto

E.g. http://www.pizzaprontoindiantrl.com/map_Delivery.htm

text: "We Deliver Within a Five(5) Mile Radius of Pizza Pronto 7870 Idlewild Rd Indian Trail, NC 28079"

The delivery coverage area radius is shown on Google Maps.

markup fragment:

<div align="center">
  <div id="header_Text">We Deliver Within a Five(5) Mile Radius of Pizza Pronto 7870 Idlewild Rd Indian Trail, NC 28079 </div>
  <table width="899" border="1">
...


Tech'n'serv Ltd

E.g. http://www.technserv.co.uk/area-of-coverage.asp

Text: "We operate within an approximate 10 mile radius of Mortimer, which is about 8 miles south-west of Reading, Berkshire."

markup fragment:

<h1>Area of Coverage</h1>
<p>We operate within an approximate 10 mile radius of Mortimer, which is about 8 miles south-west of Reading, Berkshire.  The area is bounded by Newbury in the west and Bracknell in the east, extending south of the M3 to include Basingstoke, Odiham and Fleet and northwards to include Goring and Henley-upon-Thames (<a href="map.asp" onclick="window.open('map.asp','map','width=520,height=450'); return false">view map</a>).</p>


... more examples ...