schema.org

Homepage Rich Snippets

只谈情不闲聊 提交于 2020-01-07 06:14:20
问题 I am trying to display Rich Snippets for my store which is working fine for products and categories but it does not display rating/reviews for my website/homepage. Below is my code <span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"> <meta itemprop="ratingValue" content="4" /> <meta itemprop="bestRating" content="5" /> </span> Is it something I am doing wrong or Google does not allow this for homepage? 回答1: No, review rich snippets should only be used in cases where

Semantic markup for images in e-commerce

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-06 17:26:53
问题 I have seen that various retailers prefer the og:image from OGP, twitter:image from Twitter Cards over the image property from Schema.org ( Product ), and that preference shows up in various ways like having high resolution images for og:image property and very low resolution or no value for the Schema.org image property. If I need images should I give preference to the og:image and twitter:image over the Schema.org image ? If so is it just the current trend to prefer og:image and twitter

Microdata format for showing an event with multiple date/time

无人久伴 提交于 2020-01-06 14:48:56
问题 With Microdata, what is the best way to represent an event page with multiple date/time booking options? There will be occasions when the event page only has one booking option, i.e one set date/time, no alternative, does this require a different method? <section> <h1>Tennis Lessons</h1> <ol> <li>Book Tickets for <time datetime="2001-05-15 19:00">May 15</time> </li> <li>Book Tickets for <time datetime="2001-05-16 19:00">May 16</time> </li> <li>Book Tickets for <time datetime="2001-05-17 19:00

Microdata format for showing an event with multiple date/time

心不动则不痛 提交于 2020-01-06 14:48:13
问题 With Microdata, what is the best way to represent an event page with multiple date/time booking options? There will be occasions when the event page only has one booking option, i.e one set date/time, no alternative, does this require a different method? <section> <h1>Tennis Lessons</h1> <ol> <li>Book Tickets for <time datetime="2001-05-15 19:00">May 15</time> </li> <li>Book Tickets for <time datetime="2001-05-16 19:00">May 16</time> </li> <li>Book Tickets for <time datetime="2001-05-17 19:00

Structured data (microdata) and embedded items

一个人想着一个人 提交于 2020-01-06 01:45:34
问题 I want to use Microdata with Schema.org to define the main content of my webpage, so I did something like this: <body itemscope="itemscope" itemtype="http://schema.org/WebPage"> ... <div itemprop="mainContentOfPage" itemscope="itemscope" itemtype="http://schema.org/WebPageElement"> <div itemprop="breadcrumb" itemscope="itemscope" itemtype="http://schema.org/BreadcrumbList">...</div> </div> ... </body> The problem is that when I check the schema under the Google Structured Data Testing Tool I

Using Microdata's 'itemprop' attribute on non-text elements

大兔子大兔子 提交于 2020-01-06 00:39:44
问题 I have a following piece of HTML with some Schema.org Microdata added: <section class="feature" itemprop="description"> <div class="measure"> <p>Lorem ipsum etc...</p> <p>Lorem ipsum etc...</p> <figure class="polaroid product"> <img src="dry-aged-beef-horizontal.jpg", alt="Dry Aged Beef", itemprop="image" /> <figcaption>Dry Aged Beef</figcaption> </figure> </div> </section> Is it all right to use the itemprop attribute on an element that isn't itself a text node (like section above), but

Html tags inside json/ld articleBody value?

余生长醉 提交于 2020-01-05 04:05:13
问题 If I want to create an Article schema.org type with a json/ld format, should I have to put the html tags inside the articleBody 's value? Because I saw that if I use microdata, in the Structured Data Tool it appears the articleBody as a plain text without html tags. Thanks 回答1: Just plain text: "articleBody": "You can paste your entire post in here, and yes it can get really really long." Sources: http://jsonld.com/article/ https://developers.google.com/search/docs/data-types/articles 来源:

In schema.org, how are these “lists” or “collections” (“supersedes …”) supposed to work?

你离开我真会死。 提交于 2020-01-04 08:19:11
问题 There are a couple of plural form properties mentioned, like events or actors. What exactly does it mean in regards to usage? Can I just stack them together as mentioned in this answer? I am mainly wondering how to tackle with the statement Supersedes actors. while actors (plural) is not mentioned somewhere else explicitly. Do I just have to look for that supersedes… statement and can deduce that this means I am able to put multiple of these properties (in their singluar form) back to back?

How can I embed schema.org markup in SVG?

不想你离开。 提交于 2020-01-04 04:19:07
问题 I wish to add semantics to SVG files and would like to use schema.org terms. Does SVG have a syntax for doing this? My first attempt would be: <svg:text xmlns:svg="xmlns="http://www.w3.org/2000/svg" x="100" y="200" html:itemtype="http://schema.org/Person" xmlns:html="http://www.w3.org/1999/xhtml" >Joe Soap</svg:text> Will this be valid SVG and display in conformant tools? and will the schema.org markup be recognized by search engines? 回答1: I never tried it, but I guess it should be possible

Categories for Product in schema.org?

∥☆過路亽.° 提交于 2020-01-03 09:25:41
问题 Using as a reference: https://support.google.com/webmasters/answer/146750?hl=en You will notice under 'Product' that there is a category Property, and furthermore there's an example on down the page: <span itemprop="category" content="Hardware > Tools > Anvils">Anvils</span> which I've mimic'd exactly: <span itemprop="category" content="kitchen sinks > stainless steel sinks > undermount">undermount</span> Yet when I test it with Google's structured data tool, I get the error: Error: Page