To check your structured data, follow the link. Useful code snippets for service organisation Offer – tariff section. Place – addresses of your departments.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<div class="event-wrapper"> <div class="event-date">Sat Sep 14</div> <div class="event-title">SOLD OUT! Typhoon with Radiation City</div> <div class="event-venue"> The Hi-Dive <div class="address"> 7 S. Broadway<br> Denver, CO 80209 </div> </div> <div class="event-time">10:00 PM</div> <span> <div class="event-price">$13.00</div> <a href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<div class="event-wrapper" itemscope="" itemtype="http://schema.org/Event"> <div class="event-date" itemprop="startDate" content="2013-09-14T21:30"> Sat Sep 14 </div> <div class="event-title" itemprop="name"> SOLD OUT! Typhoon with Radiation City </div> <div class="event-venue" itemprop="location" itemscope="" itemtype="http://schema.org/Place"> <span itemprop="name">The Hi-Dive</span> <div class="address" itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">7 S. Broadway</span><br> <span itemprop="addressLocality">Denver</span>, <span itemprop="addressRegion">CO</span> <span itemprop="postalCode">80209</span> </div> </div> <div class="event-time">9:30 PM</div> <div itemprop="offers" itemscope="" itemtype="http://schema.org/Offer"> <meta itemprop="availability" content="http://schema.org/SoldOut"> <div class="event-price" itemprop="price" content="13.00">$13.00</div> <meta itemprop="priceCurrency" content="USD"><a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> </div> </div> |
Local business – everything about your local department About page – write your company description