schema.org

Separate rich snippet scopes for the same item

◇◆丶佛笑我妖孽 提交于 2019-12-01 07:22:52
问题 I am creating rich snippets for my webshop. One of the itemtypes I use is the "Organization" type. The problem with this is that I have specified the Organisation name and the image in the header of my webshop and the address in the footer. In between is the rest of the webshop with all it's products, reviews etc. When I test my rich snippets with http://www.google.nl/webmasters/tools/richsnippets, I get two separate Organisations instead of one. Is there a way to combine my two scopes to

schema.org Breadcrumb Navigation is not working

£可爱£侵袭症+ 提交于 2019-12-01 07:02:16
I want to have a breadcrumb navigation on my website which is also shown as breadcrumb navigation in the google search results. That's no problem, just working with microdata as seen here: https://support.google.com/webmasters/answer/185417?hl=en And checking if it works with: http://www.google.com/webmasters/tools/richsnippets so everything works fine right now, but now I noticed that data-vocabulary.org which is used in the google microdata example is outdated and schema.org is the new standard. And there comes the problem, this schema.org isn't working. I used a this answer in Google

Display of last Schema.org breadcrumb entry in Google Search?

白昼怎懂夜的黑 提交于 2019-12-01 07:01:32
问题 I'm trying to markup my breadcrumbs according to Schema.org in order to get breadcrumbs in the Google results like this: Home > Category > Current page But with my current markup it only shows: Home > Category Is something missing in my markup (example page)? I'm using Navxt plugin for WordPress. <div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/"> <!-- Breadcrumb NavXT 5.4.0 --> <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage"

Publisher and Name Microdata

依然范特西╮ 提交于 2019-12-01 06:54:53
问题 In a BlogPosting or an Article if the publisher is a person how to use Schema.org and Microdata? I could find that answer: Proper way to use 'publisher' in BlogPosting <div itemprop="publisher" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Some Name</span> </div> But the Google Testing Tool says: The attribute publisher.itemtype has an invalid value Perhaps I do not understand well well the answer? How to use publisher if it is a person or if it is the same than the

Product size: width, height and depth

我是研究僧i 提交于 2019-12-01 06:29:42
I'm using schema.org definition to represent a product. I have a doubt about product size: should I specify the unit of measure in the field? Here's my code (I need a separate span for "cm" to style it differently): <div itemscope itemtype="http://schema.org/Product"> <h1 itemprop="name">Product name</h1> Size: <span itemprop="width">60 <span>cm</span></span> <span itemprop="height">50 <span>cm</span></span> <span itemprop="depth">40 <span>cm</span></span> </div> Is this the correct way to define the size? unor The width / depth / height properties expect Distance or QuantitativeValue as value

schema.org Breadcrumb Navigation is not working

a 夏天 提交于 2019-12-01 05:13:58
问题 I want to have a breadcrumb navigation on my website which is also shown as breadcrumb navigation in the google search results. That's no problem, just working with microdata as seen here: https://support.google.com/webmasters/answer/185417?hl=en And checking if it works with: http://www.google.com/webmasters/tools/richsnippets so everything works fine right now, but now I noticed that data-vocabulary.org which is used in the google microdata example is outdated and schema.org is the new

How does schema.org usage fit into Linked Data principles?

别来无恙 提交于 2019-12-01 04:17:49
I am starting to learn schema.org schema. I come from the RDF/OWL community. To my surprise I could not indeed find an RDFS or OWL vocabulary representation of schema.org. More specifically, I realised that it was just a HTML page describing the schema. I also found an RDFa representation of the schema. Not sure that it can be a legal RDFS representation by the way. All of this got me a bit confused. In the meantime I found the following works: http://topbraid.org/schema/ and http://schema.rdfs.org/ . Hence I have the following few questions: 1- Are both work achieving the same thing? if not

AMP error: Missing supported structured data element

一笑奈何 提交于 2019-12-01 04:12:55
问题 I have an aggregator site for books. I created dedicated AMP (Accelerated Mobile Page) for each book. Example AMP URL: http://konyvar.hu/amp/nicholas-sparks/az-utolso-dal Example canonical URL: http://konyvar.hu/nicholas-sparks/az-utolso-dal In Google Webmaster Tools, I see the following error for this page: Missing supported structured data element Google offers me to Open Test Tool, but it says: All good Please help me, I have no idea, what I'm doing wrong. 回答1: Am looking at http://konyvar

How does schema.org usage fit into Linked Data principles?

谁都会走 提交于 2019-12-01 02:02:31
问题 I am starting to learn schema.org schema. I come from the RDF/OWL community. To my surprise I could not indeed find an RDFS or OWL vocabulary representation of schema.org. More specifically, I realised that it was just a HTML page describing the schema. I also found an RDFa representation of the schema. Not sure that it can be a legal RDFS representation by the way. All of this got me a bit confused. In the meantime I found the following works: http://topbraid.org/schema/ and http://schema

Can't get gmail one click confirm action button working

假装没事ソ 提交于 2019-12-01 00:37:16
I am following the guidelines as described here https://developers.google.com/gmail/schemas/reference/one-click-action But It's just wont appear for me. As described here Self testing You can easily test if your markup is working correctly end-to-end by sending emails with schemas to your Gmail account. All emails where the sender and the recipient are the same account ignore the registration requirements and can be used for self-testing. I am using my same gmail address in both to and from address like below GradeCard gc = new GradeCard("105106265", "BTS"); var m = new UserMailer()