<div itemscope itemtype="http://schema.org/Movie">
  <h1 itemprop="name">Harry Potter e a Pedra Filosofal</h1>
  <span itemprop="description">
    Harry Potter é um garoto órfão de dez anos que mora com seus desagradáveis tios, os Dursley, em Surrey. Na véspera de seu aniversário de onze anos, coisas incomuns começam a acontecer
  </span>
  Diretor:
  <div itemprop="director" itemscope itemtype="http://schema.org/Person">
    <span itemprop="name">Chris Columbus</span>
  </div>
  Escritor(a):
  <div itemprop="author" itemscope itemtype="http://schema.org/Person">
    <span itemprop="name">J. K. Rowling</span>
  </div>
  Atores:
  <div itemprop="actor" itemscope itemtype="http://schema.org/Person">
    <span itemprop="name">Daniel Radcliffe</span>,
  </div>
  <div itemprop="actor" itemscope itemtype="http://schema.org/Person">
    <span itemprop="name">Rupert Grint</span>,
  </div>
  <div itemprop="actor" itemscope itemtype="http://schema.org/Person">
    <span itemprop="name">Emma Watson</span>
  </div>
  <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
      <span itemprop="ratingValue">8</span>/<span itemprop="bestRating">10</span> Estrelas
      <span itemprop="ratingCount">200</span> pessoas.
      Reviews: <span itemprop="reviewCount">50</span>.
  </div>
</div>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.