Schema.org is a collaboration from several search engines, defining vocabulary for structured data in HTML.
0
votes
0answers
9 views
Microdata: moving from microformats to schema.org (example hAtom news markup?)
BACKGROUND
I have been using microformats for the past 5 years. I'm switching to the schema.org approach for all new sites because it's — IMHO — a better separation of style and meta info.
In ...
0
votes
1answer
10 views
What is the difference between meta content and link href?
Can somebody explain me the difference between following two markups:
<link itemprop="itemCondition" href="http://schema.org/NewCondition "/>
and
<meta itemprop="itemCondition" ...
1
vote
1answer
18 views
How do I have an itemprop nested in one itemscope actually be applied to a different itemscope?
TL;DR --> I want an itemprop nested in one itemscope to actually be applied to a different itemscope. How do I do that?
Here's a a gist of the code I have (I've removed classes and other extraneous ...
0
votes
0answers
8 views
Are there plugins for marking up Wordpress fields with RDFa for Semantic Web?
I am thinking of something like what Drupal has. You define a content type and specify a RDfa type, aka Class for that content node. Then you can add specific properties for each field. Ideally, ...
0
votes
1answer
15 views
what are the best available WordPress plugins for semantic content annotation? [closed]
I am doing a research on available tools that enable semantic content annotation within WordPress. I am particularly interested in the ones that support Schema.org vocabularies. I would like to ...
-2
votes
0answers
15 views
schema.org - plumber services [closed]
I am having a plumbers index website, and I have a question.
The plumber is doing a lot of things - sink install, leak detection, Plumbing Checkup and more.
Under which schema.org tag I need to ...
2
votes
1answer
103 views
What is a valid date time/is the parser broken?
In the example given the startDate doesn't validate! I've tried bumping it forward a few days, but it was still no good!
<html>
<head>
<script type="application/ld+json">
...
1
vote
2answers
114 views
how can i send a json+ld schema.org email to myself in gmail
gmail recently announced schema.org support for in-app and one-click actions. They note that one can immediately test out the schema by sending an email from oneself to oneself i.e. from x@gmail.com ...
0
votes
1answer
90 views
A Few Gmail Schema Questions
1) After a user rates an item is there a store of past rates? Can they be filtered/displayed by sender, item/vendor rated or some other aspect within the schema?
2) Will there be integration for ...
0
votes
0answers
24 views
Richsnippet recipe image not appearing in search results
I am having a recipe blog for which the google rich snippet testing tool returns a good testing result.
But in google search I am not getting a thumbnail of the food. I have configured everything ...
1
vote
2answers
30 views
How can I emphasis the importance of individual items in an unordered list
I would like to use semantic mark-up to emphasise each items importance or priority.
Here is an example of what i mean.
<ul itemscope itemtype="http://schema.org/ItemList">
<h2 ...
0
votes
1answer
12 views
How many id's can contain the itemref?
If you look onto this working example of itemref usage:
<table>
<col itemscope itemref="a0 a1 a2"></col>
<tr>
<th>Who</th>
<td id=a0 itemprop=band>Tub ...
0
votes
1answer
67 views
How do you split one schema.org item across several pages?
I have a single page describing an organisation marked up with schema.org data, there are then multiple related pages with review data on.
At the moment these review pages have the same Organisation ...
0
votes
1answer
11 views
Usage of “about”-property of creativeObject
I mark up a webpage about a book with microdata of Schema.org. With the "about"-property of creativeObject type will mark up the book topics. The "about"-property has like expected type a Thing.
My ...
0
votes
0answers
54 views
Schema aggregate rating is not showing up in Google SERP
I am trying to add star rating to my webpages when they are searched through Google search.
I added the schema aggregateRating item to each rateable page and I tested it on Google's "Structured Data ...
-1
votes
0answers
35 views
open source .NET library for schema.org integration [closed]
Are there any existing open-source .NET libraries that facilitate integration with schema.org's models?
A product on both the persistence-model level and view-model level. Projects that provide or ...
0
votes
1answer
17 views
int schema.org what's the different Actors vs Actor
In http://schema.org/Movie
i find the words :
Actors and Actor.
but i can't understand,what's the what's the different between Actors vs Actor ?
actor Person A cast member of the movie, TV ...
0
votes
2answers
81 views
SUM values from SQL column from same ID
This is the comment_meta from wordpress. In there is a custom meta_key: rating.
I would like to get the SUM of all the ratings for that individual post.
The point being of this is to get the average ...
1
vote
1answer
37 views
Create own properties to using Schema.org with RDFa Lite?
So Im putting semantics on my page using RDFa Lite and the vocabulary Schema.org, but I have ran into an problem. Im putting it on a Person that is a soocer player. I got informations like player ...
0
votes
1answer
27 views
Image not showing on microdata code
Im trying to get this rich snipnet going, so far no errors but no image shown:
<div itemscope itemtype="http://schema.org/Product" style="display: none;">
<span itemprop="name">Canon ...
2
votes
1answer
34 views
Dynamic opening hours for schema.org
I am new to this forum, and wanted to ask for help. Recently I had to implement schema.org/LocalBusiness microdata in to group of websites, but the problem is that I need to add this dynamically. ...
0
votes
1answer
40 views
Mark up navigation elements with Microdata / Schema.org
I understand using microdata to highlight a thing, person, movie etc.
I think you should also highlight key pages, such as the 'About' page and 'Contact' page.
I've heard you should markup ...
0
votes
1answer
61 views
Why is Person and Breadcrumb data not showing?
On most pages of my site I make use of Microdata. Some things such as the data blog post was created, and review ratings show up in search results. Other information such as Person and Breadcrumb data ...
0
votes
0answers
59 views
Structured Data Tool not showing rating
Currently creating a rich snippet tool but the Google Structured data tool won't show the stars in the example. If you look below I should have implemented the rating system correctly with schema.org. ...
0
votes
0answers
45 views
Using the additionalType schema prop
I have a question about the additionalType property. I want to know two things. First am I coding it right in both these examples. And second would it be better not to use it and instead simply use ...
1
vote
1answer
53 views
Rich snippet for testimonials and recommendations
I have a project which will be using recommendations, not reviews. The only rich snippet that I can find that comes close is the Schema.org "review" but I don't have a "5 star" or anything like that ...
0
votes
2answers
172 views
DOMXPATH-> not getting first elements of div
I'm using DOMXPath to get the content of specific nodes. For my problem, I want to get all the text of the matching divs except that of nested divs.
$html =
'<div itemscope="itemscope" ...
0
votes
1answer
16 views
Schema type for “Bookmark” items
Is there an appropriate schema type for bookmark items such as in Reddit, Digg, etc.?
Is it OK to use the "Article"?
0
votes
0answers
263 views
I too get the “ Warning: Incomplete microdata with schema.org.”
My data is spread all over so I can't keep this format :
<div itemscope itemtype="http://schema.org/Product">
<h1 itemprop="name">
<p itemprop="description">
<div ...
0
votes
1answer
212 views
Schema.org - Incomplete microdata with schema.org when ratingCount = 0
We have marked up our webshop using schema.org. Testing on richsnippets tool everything is fine, when our product page has 1 or more rating.
When there are no ratings, we show that rating count = 0, ...
0
votes
1answer
29 views
hiding login fields from google search
Background:
My website allows registered users to upload and share videos.
On the main page there is a "Username" and "Password" field so that registered users can log in if they wish.
Also, on ...
0
votes
1answer
106 views
Offer (with priceSpecification) nested within Product throws Warning
Nesting an Offer that has a priceSpecification inside a Product throws up an Incomplete microdata warning in Google Rich Snippets testing tool.
This
<div itemscope ...
1
vote
1answer
102 views
What Schema.org type do I use to define a service?
How I define a service with schema.org?
For example,
A pest control business: "Termite control" -> I think it's not a product ( http://schema.org/Product )
What should I use to define it?
-1
votes
1answer
85 views
Marking up a bottle of wine with Schema.org and Good Relations Product
I have tried to mark up the kind of information you'd offer when you're selling a premium wine, here's what it looks like: ...
1
vote
2answers
112 views
schema.org: Multiple opening hours on same day
I'm building a website for a small store and want to implement schema.org-microdata-markup. The "problem": The store is opened from Tuesday till Friday – from 10:00 till 14:00 AND from 16:30 till ...
1
vote
0answers
34 views
Is there a schema for describing test questions in HTML?
I'm building a site that will let users take practice tests and I was wondering... Is there some schema to define the question and answers that will make it easier for search engines to understand my ...
1
vote
2answers
101 views
Structured data in HTML - schema.org or GoodRelations
Has anyone some experience and can explain how to use properly structure data in HTML pages. Simple things are easy, but how to perform difficult ones? Is it possible to use different standards like ...
2
votes
0answers
70 views
Can Schema.org VideoObject tags be applied to iframes?
Can VideoObject tags (Schema.org) be applied to iframes? Their own example and this one on googlewebmastercentral mentions nothing on videos embedded with iframes.
Should it be added to the iframe ...
0
votes
2answers
348 views
microdata not displaying in google search results
I have a "Review-aggregate" microdata snippet in my site, and google has cached it, but it is not appearing in the google search results with the rating stars.
The URL that has the microdata in is:
...
1
vote
0answers
41 views
How can I embed schema.org markup in SVG?
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 ...
1
vote
1answer
139 views
How to markup different product sizes with schema.org?
The product page offers two sizes for each product. For example Coca-Cola 1liter and Coca-Cola 0.5liter. Above is the productname "Coca-Cola" and beneath of that comes the "Coca-Cola" description. Is ...
0
votes
0answers
38 views
How to markup alternate part numbers for Schema.org Product?
We have been using schema.org to markup our products on the web with metadata.
We have a system where we have alternate part numbers for products and customers want to be able to search for any of ...
0
votes
1answer
101 views
Shopify API: How to load a content from 3rd party server into Shopify's store during the page load?
I'm building a Shopify's app which suppose to add Schema.org rich snippets according to data which is remotely stored on my server. In order that Google's crawler will actually analyze this snippets, ...
0
votes
1answer
66 views
schema.org product tag incomplete cannot find what I'm missing
I am getting "Warning: Incomplete microdata with schema.org." When validating my page with the Google Structured Data Testing Tool.
I have these properties defined:
...
2
votes
2answers
228 views
Hiding Google Rich Snippets
As stated by Google regarding hiding rich snippets from the user:
It can be tempting to add all the content relevant for a rich snippet in one place on the page, mark it up, and then hide the ...
1
vote
2answers
163 views
Can I Use Multiple ItemProps in a Span Tag for schema.org Rich Snippets?
Let's say I have the following sentence I want to add rich snippets to:
I live and work in New York
Since New York is both my residency and the city where I work in, I would theoretically want ...
0
votes
1answer
57 views
Schema Structure
I've go a web page I'd like to setup schema product for however the data I for is spread throughout the page, is there a way to have multiple divs for the schema product? Also I've noticed on certain ...
1
vote
2answers
809 views
How can I get a product image in a rich snippet?
I run an e-commerce website and rich snippets are helpful but I believe they would be more effective with an image of the product.
Is there a way to add a product image to the rich snippet? I've ...
2
votes
1answer
191 views
Microdata and multiple opening in a day
Suppose that a place does not offer the all-day-opening. Hence, we have two opening in one day.
How one should define the Microdata with schema.org/OpeningHoursSpecification?
I suppose that one ...
2
votes
1answer
294 views
Using Microdata with schema.org/OpeningHoursSpecification
I'm looking at http://schema.org/OpeningHoursSpecification Microdata schema for places (and more). I'm a little bit confused on the value to be used for DayOfWeek.
Both classes ...


