- From: Adrian Giurca <giurca@tu-cottbus.de>
- Date: Mon, 05 Dec 2011 10:06:04 +0100
- To: Max ChewKC <disrev@gmail.com>
- CC: public-vocabs@w3.org
- Message-ID: <4EDC897C.3000207@tu-cottbus.de>
Dear Max, I assume your WP template considers one URL for each specific post/page. Therefore I would say that URL is the "main" subject of your annotation. If so, then each post/page has his own "description" sometimes the resume/introduction of the post. As such I would suggest you to use description inside of your posts as in the examples below. <div class="post" itemscope itemType="http://schema.org/BlogPosting"> <h2 class="post-title" itemprop="name"> Introducing schema.org: Search engines come together for a richer web </h2> <div class="date-header"> <meta itemprop="datePublished" content="2011-06-02T16:00Z"/> 6/02/2011 10:00:00 AM </div> <div class="introduction" itemprop="description"> Short description of my post </div> <div class="post-body" itemprop="articleBody"> Today we're announcing .... </div> <div class="post-author" itemprop="author"> <span itemscope itemtype="http://schema.org/Person"> Posted by <span itemprop="name">Ramanathan Guha</span>, Google Fellow </span> </div> </div> Your WP template should have the type (itemtype) http://schema.org/Blog (or the http://schema.org/WebPage implicit one). As such the "description" of your WP template is the http://schema.org/Blog description and therefore this one is semantically different from the blog post/pages descriptions. Regards, Adrian G PS. Would you be interested in other examples, check http://getschema.org On 12/1/2011 3:36 PM, Max ChewKC wrote: > Hi there, > > I am currently adding schema..org <http://schema.org> micro data to a > wordpress site. I added micro data to one of the wordpress template, > and this template holds information about services provided by a > company. This template will be use in almost every page of the > wordpress site. My question is, is there any problem having repeated > identical micro data on multiple pages under the same wordpress site? > > Sorry for my poor English. > > Thanks. > > Best Regards, > Max >
Received on Monday, 5 December 2011 09:06:24 UTC