如何将Schema.org标记添加到电子邮件中以进行Google Plus审核?

时间:2014-11-04 09:14:58

标签: google-plus markup schema.org microdata

关注Google email markup - 特别是Review Action。提供了以下虚拟示例:

<div itemscope itemtype="http://schema.org/EmailMessage">
    <div itemprop="action" itemscope itemtype="http://schema.org/ReviewAction">
        <div itemprop="review" itemscope itemtype="http://schema.org/Review">
            <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/FoodEstablishment">
                <meta itemprop="name" content="Joe's Diner"/>
            </div>
            <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                <meta itemprop="bestRating" content="5"/>
                <meta itemprop="worstRating" content="1"/>
            </div>
        </div>
        <div itemprop="handler" itemscope itemtype="http://schema.org/HttpActionHandler">
            <link itemprop="url" href="http://reviews.com/review?id=123"/>
            <div itemprop="requiredProperty" itemscope itemtype="http://schema.org/Property">
                <meta itemprop="name" content="review.reviewRating.ratingValue"/>
            </div>
            <link itemprop="method" href="http://schema.org/HttpRequestMethod/POST"/>
        </div>
    </div>
    <meta itemprop="description" content="We hope you enjoyed your meal at Joe's Diner. Please rate your experience."/>
</div>

是否有人将其自定义为review for a Google Plus page

1 个答案:

答案 0 :(得分:0)

ReviewAction要求您输入审核数据提交的网址。 Google+评论不提供此类API,因此您可以做的最好的事情是让用户留下评论并链接到评论列表。