- From: Dan Brickley <danbri@danbri.org>
- Date: Fri, 9 Nov 2012 08:44:47 +0000
- To: Robert Schroeder <bobsc@charter.net>
- Cc: "public-vocabs@w3.org" <public-vocabs@w3.org>, danbri <danbri@google.com>
On 9 November 2012 00:41, Robert Schroeder <bobsc@charter.net> wrote: > I’ll ask this question again. > > What’s the proper markup for brand? > Using <div itemprop="brand" itemscope > itemtype="http://schema.org/Brand"><span itemprop="name">Brand > Name</span></div> causes “Warning: Incomplete microdata with schema.org.” at > http://www.google.com/webmasters/tools/richsnippets Odd - I couldn't replicate this. With the following markup, <div itemprop="brand" itemscope itemtype="http://schema.org/Brand"> <span itemprop="name">Brand Name</span> </div> ... I get this (quick screen-grab): http://i.imgur.com/WZNwg.png - display of an item of type Brand, with a property 'name'. Is anyone else seeing the 'incomplete microdata' result? I'm happy to take this offlist as this forum isn't really for debugging specific products, but given that many people here will be using that tool, please let me know (-> danbri@google.com) if you run into practical issues. Dan
Received on Friday, 9 November 2012 08:45:14 UTC