test

[schema prop=”+Hotel” type=”Rating” ]

[schema_1 prop=”starRating” type=”rating” content=“5”]

[/schema]

Rating: ****4

 

 

  1. <div itemscope itemtype=“http://schema.org/Hotel”>
  2.   <h1><span itemprop=“name”>ACME Hotel Innsbruck</span></h1>
  3.   <span itemprop=“description”>A beautifully located business hotel right in the
  4. heart of the alps. Watch the sun rise over the scenic Inn valley while
  5. enjoying your morning coffee.</span>
  6.   Star rating: <span itemprop=“starRating” itemscope itemtype=“http://schema.org/Rating”>
  7.     <meta itemprop=“ratingValue” content=“4”>****</span>
  8.   Room rates: <span itemprop=“priceRange”>$100 – $240</span>
  9. </div>