Wednesday, December 4, 2013

Structure data for Movie & review

<div itemtype="http://schema.org/Movie">
    <ul>
    <li>Title : <a itemprop="name" style="color: black;" title=""></a></li>
    <li>Star Cast :<a itemprop="actor" itemscope="" itemtype="http://schema.org/Person" title=""><span itemprop="name">Sundeep Kishan</span></a>
<a itemprop="actor" itemscope="" itemtype="http://schema.org/Person" title=""><span itemprop="name">Rakul Preet Singh</span></a>
    </li>
    <li>Director : <a itemprop="director" itemscope="" itemtype="http://schema.org/Person" title=""><span itemprop="name"></span></a></li>
    <li>Producer : <a itemprop="producer" itemscope="" itemtype="http://schema.org/Person" title=""><span itemprop="name"></span></a></li>
    <li>Music : </li>
    <li>Released on : Nov 29, 2013.</li>
    </ul>

    <a itemprop="author" itemscope="" itemtype="http://schema.org/Person"><span itemprop="name"></span></a>
    <a itemprop="creator" itemscope="" itemtype="http://schema.org/Person"><span itemprop="name"></span></a>
    <a itemprop="publisher"></a>
    <span itemprop="description"></span>
    <span itemprop="keywords"></span>

    <div itemprop="review" itemscope itemtype="http://schema.org/Review">
        <span itemprop="name"></span>
        <span itemprop="author"></span>
        <meta itemprop="datePublished" content="" />
        <span itemprop="description"</span>
        <span itemprop="keywords"></span>
    </div>
</div>

No comments:

Post a Comment