English 中文(简体)
Google Rich Snippets & Warning Messages
原标题:

When using the Google Rich Snippet Tesing Tool, I am getting a warning when the count=0 for the reviews->aggregate reviews snippet. Below is an example of the HTML I am using.

Does Google not validate the review if the count is 0. I checked when a review is added and the page validates fine. If so I am guessing I wont get the additional info shown in the SERP until someone makes a comment.

<div id="placeinfo" class="hreview-aggregate clearing"> 
<div id="details" class="vcard item">
    <h1 class="fn org" id="pagetitle">Showcase Cinema, Coatbridge<span class="hide">, Glasgow</span></h1> 
        <ul id="rating-review" class="clearing">
            <li class="rating-holder clearing"><div class="rating average big-rating bw-0">0</div></li> 
            <li><a href="#comment-form">Add a review</a><span class="count"><span class="value-title" title="0"></span></span></li>
        </ul>
        <ul id="place-contactinfo">
        <li class="adr">
            <ul class="clearing"> 
                <li class="street-address">
                Barrbridge Leisure Centre, Coatbridge</li> 
                <li class="locality">, Glasgow</li>                    
                <li class="postal-code">, G69 7TZ</li>                
             </ul>
        </li>
        <li class="phone tel">0871 220 1000</li> 
        <li class="url"><a href="http://www.showcasecinemas.co.uk">    www.showcasecinemas.co.uk</a></li>
                    <li class="geo">
           <span class="latitude"><span class="value-title" title="55.8475380" ></span></span>
           <span class="longitude"><span class="value-title" title="-4.0645180"></span></span>
        </li> 
    </ul>         
</div>

最佳回答

Per spec of microformats, count should be a positive integer, and rating should be something between 1.0 and 5.0 (rating accepts other ranges, once you define them).

In other words, we (and google) do not expect an aggregate review with 0 votes, 0 reviews and no rating. When it is empty, consider not using this microformat, or consider making at least one review by yourself, this countings and rating will never be 0

问题回答

暂无回答




相关问题
Google Rich Snippets & Warning Messages

When using the Google Rich Snippet Tesing Tool, I am getting a warning when the count=0 for the reviews->aggregate reviews snippet. Below is an example of the HTML I am using. Does Google not ...

vCard Microformat on a web page

I m trying to use the vCard Microformat standard to provide a VCF export option on a web page, but when I try to export to Outlook 2003, it doesn t show the phone numbers at all. Here s the vCard code ...

microformats, rdf or microdata

Is there any difference between using one of this technologies? I m building now a site using HTML5, and I m having hard time to decide which one of them to use. I cannot see any difference between ...

Do you use microformats in your web projects? [closed]

Do you use microformats in your web projects? If yes then why? If no then why? If yes then for which things do you use? Is there any alternate of microformats in HTML 5 ? I haven t used ...

JSON and Microformats

I m looking for opinions on whether microformats should be used to name JSON elements. For instance, there is a microformat for physical addresses, that looks like this: <div class="adr"> &...

What is RDF s alternative to Microformat s hCalendar format?

I ve been working to apply the hCalendar microformat to the events displayed on my web site. However, from my research, I get the impression that microformats are not recommended (or at least looked ...

热门标签