schema.org

Gmail Markup for Multiple Events

半城伤御伤魂 提交于 2020-02-22 07:19:26
问题 I'm developing event markup using json-ld to be included with confirmation emails. Some of my events are recurring at regular intervals. However, recurring events are not supported by the latest Schema.org specifications so I've followed the advice offered here: http://lists.w3.org/Archives/Public/public-vocabs/2011Dec/0062.html and decided to embed a json list of the individual events. The json-ld passes the tests in the Email Markup Tester provided by google (https://www.google.com

Gmail Markup for Multiple Events

◇◆丶佛笑我妖孽 提交于 2020-02-22 07:19:12
问题 I'm developing event markup using json-ld to be included with confirmation emails. Some of my events are recurring at regular intervals. However, recurring events are not supported by the latest Schema.org specifications so I've followed the advice offered here: http://lists.w3.org/Archives/Public/public-vocabs/2011Dec/0062.html and decided to embed a json list of the individual events. The json-ld passes the tests in the Email Markup Tester provided by google (https://www.google.com

How to include “itemCondition” and “logo” schema tags in the schema.org product snippets?

余生长醉 提交于 2020-01-25 11:43:10
问题 I'm trying to add schema.org snippets to my products page. My client requested me to display following schema.org tags in the products single page 1) itemCondition 2) logo (display only the brand image URL) Schema.org gives only the tags description for each tags but haven't mentioned how it's should to be implement for most tags. Currently my snippet display as follows <div itemscope itemtype="http://schema.org/Product"> <img itemprop="image" src="/uploads/pen102-a13-olv_1.jpg" /> <span

How to include “itemCondition” and “logo” schema tags in the schema.org product snippets?

时光毁灭记忆、已成空白 提交于 2020-01-25 11:43:07
问题 I'm trying to add schema.org snippets to my products page. My client requested me to display following schema.org tags in the products single page 1) itemCondition 2) logo (display only the brand image URL) Schema.org gives only the tags description for each tags but haven't mentioned how it's should to be implement for most tags. Currently my snippet display as follows <div itemscope itemtype="http://schema.org/Product"> <img itemprop="image" src="/uploads/pen102-a13-olv_1.jpg" /> <span

How to use Microdata's 'itemref' to reference similar products that are listed outside of the Product scope?

不打扰是莪最后的温柔 提交于 2020-01-24 19:59:08
问题 I am trying to use Microdata to define my website using the Schema.org definitions. On an ItemPage I am displaying the information about a product. Additionally, I want to link similar products to the current product while the related product is being displayed outside of the current product's scope. I tried to achieve this using the itemref attribute. However, when I review the page on Structured Data Testing Tool it does not show the related products are part of the ItemPage node. <body

Understanding the right data type & structure for schema.org JSON representation

我们两清 提交于 2020-01-24 18:02:19
问题 I've been looking at schema.org and it seems like a great idea for a public project that models the schema for several common types of data entities (Person, Place, Thing, Book, Movie, etc...). I'm having trouble understanding two concepts regarding the data types and structure I'll use the Recipe schema as an example, specifically the (simplified) raw JSON representation from the bottom of that page: { "@context": "http://schema.org", "@type": "Recipe", "author": "John Smith", "name": "Mom's

Understanding the right data type & structure for schema.org JSON representation

眉间皱痕 提交于 2020-01-24 18:02:10
问题 I've been looking at schema.org and it seems like a great idea for a public project that models the schema for several common types of data entities (Person, Place, Thing, Book, Movie, etc...). I'm having trouble understanding two concepts regarding the data types and structure I'll use the Recipe schema as an example, specifically the (simplified) raw JSON representation from the bottom of that page: { "@context": "http://schema.org", "@type": "Recipe", "author": "John Smith", "name": "Mom's

multiple authors or contributors in schema.org

无人久伴 提交于 2020-01-24 11:16:16
问题 If one looks at the Movie type in schema.org, both actor and actors properties are allowed (actor supersedes actors). But there is no equivalent for author and contributor properties. In my view, a News Article for example, can often can have multiple authors and/or contributors. The orderedItem property in Order allows for a single OrderItem/Product, or a collection of OrderItems/Products. Can we do the same with the author and contributor properties, ie. save multiple entities in a

Google Rich Snippets Not Working

杀马特。学长 韩版系。学妹 提交于 2020-01-20 04:20:47
问题 I'm working on a website for a friend (www.texasfriendlydds.com) and am trying to give them an edge with Rich Snippets that Google allegedly loves. It's a defensive driving school with 10 locations in the Austin area. I've placed the schema.org code within the address of each location, but while searching 'defensive driving austin' - I do not see any of the locations listed. I have 10 of the following code for each location(different address for each): <div itemscope itemtype="http://schema

Semantic markup for an apartment site

你。 提交于 2020-01-17 04:23:27
问题 We are about to launch a website where users can search for rental apartments. To please the Google search engine I want to mark all of my apartment related HTML elements with some semantic markup. I have been looking at Schema.org and FOAF to find some good vocabs to use. But I can't seem to find vocabs that support apartment informations. Example: 2 bedroom 300 square feet Parkingspot And so on. Right now I use typeof="ApartmentComplex" - but I want to markup the above. Can anyone give me a