• Just wondering how to markup content with RDFa for Google Rich Snippets. Or is any body going to create a temple or plug in for this. Is the CSS wordpress XHTML sufficient. Below is an example of a RDFa markup:

    <div xmlns:v=”https://rdf.data-vocabulary.org/#&#8221; typeof=”v:Review”>
    <p><span property=”v:itemreviewed”>Blast ‘Em Up</span>
    Review
    </p>
    <p>by <span property=”v:reviewer”>Bob Smith</span></p>
    <p><span property=”v:dtreviewed”>March 20, 2009</span><p>
    <p><span property=”v:description”>This is a great game. I
    enjoyed it from the opening battle to the final showdown
    with the evil aliens.</span></p>
    <p><span property=”v:rating”>4.5</span> out of 5 stars</p>
    </div>

    I would like to see how this could influence mt blog in Google search. I would like to test it but I am not sure how to implement it.

  • The topic ‘Marking up content with RDFa’ is closed to new replies.