phpManufaktur / kfEvent

Event is a solution to organize and publish events for the kitFramework. The kitFramework is based on Silex/Symfony and enable the rapid development and integration of applications & extensions for different Content Management Systems like WebsiteBaker, LEPTON CMS, BlackCat CMS or Wordpress.
https://kit2.phpmanufaktur.de
MIT License
0 stars 1 forks source link

Using microdata also for rating #1

Open hertsch opened 11 years ago

hertsch commented 11 years ago

kfEvent will make use of microdata schema.org for the events and addresses. A rating feature is also planned - this should also use microdata.

<div itemscope itemtype="http://schema.org/Offer">
  <span itemprop="name">Blend-O-Matic</span>
  <span itemprop="price">$19.95</span>
  <div itemprop="reviews" itemscope itemtype="http://schema.org/AggregateRating">
    <img src="four-stars.jpg" />
    <meta itemprop="ratingValue" content="4" />
    <meta itemprop="bestRating" content="5" />
    Based on <span itemprop="ratingCount">25</span> user ratings
  </div>
</div>