Search engines, web crawlers, and browsers can extract and process Microdata from a web page and use it to provide a richer browsing experience for users.

learn more… | top users | synonyms

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
16 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
1answer
14 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 ...
0
votes
1answer
143 views

How do I add a Go-To Action to an email using Gmail schema.org recs?

I am trying to add a Go-To Action to an outgoing email using the following page as a guide: https://developers.google.com/gmail/schemas/reference/go-to-action In testing, the action is not showing ...
0
votes
2answers
34 views

HTML5 Microdata/Schema.org “Thing>Person” implementation

The old way of using Microdata to semantically declare an itemprop="image" for itemtype=".../Person" was as follows: <section itemscope itemtype="http://data-vocabulary.org/Person"> <h1 ...
-1
votes
0answers
14 views

which itemprop I have to use? for answers website [closed]

I have a website of "Questions & Answers" like Yahoo answers. How to use itemprop to tag the question? I see another pages use /Article for question, but what to use for the answer? Another ...
0
votes
0answers
39 views

Not able to display Google map

This is javascript function to access latitude longitude and city from json: function parse() { var json = '<?php echo $json; ?>'; var events = jQuery.parseJSON(json); var DateArray = new ...
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
34 views

Convert a “hh:mm”-string to HTML5 microformat duration

I'm trying to convert a string of the format "HH:MM" (for example, 01:25 - 1 hour and 25 minutes), for usage as microdata in a recipe page. I can create a DateTime object from the string like so: ...
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
2answers
53 views

Rich snippet display issue in google search

Rich snippets is not working in as google says though it can recognize all of the information in structured data section of the following tool. I am using schema.org sites Place type. Is it the issue? ...
1
vote
1answer
33 views

Structured Data for Reocurring Event

I'm the webmaster for smctheatre.com. We're a community theatre that puts on a handful of plays each year. I'm adding to my toolbox with learning structured data. Microformat, microdata, or RDFa, I ...
0
votes
1answer
30 views

How to hide microdata schema?

I have the following problem. I have add the microdata schema to my page but I want hidden. Anyone have an idea? The code that I've use is the following: <div itemscope ...
0
votes
1answer
39 views

Using itemprop without itemscope

If I understand it correctly, it is possible to use itemprop without itemtype... Is this true? If so, what's the difference in terms of SEO? Is it better to use it with itemscope? I am guessing yes, ...
0
votes
0answers
86 views

Is there any Microdata for teasers of a blog?

Teasers on the front page of a blog surely are not the targets for us to add itemtype="http://schema.org/BlogPosting" to because each of them is not a full blog posting and is just one or two ...
0
votes
2answers
39 views

Hidden microdata

I have a webpage with consists of a list of places (referred to as itemtype="http://schema.org/Place" by microdata). However these places are displayed conditionally (when the user clicks on ...
1
vote
1answer
87 views

The correct approach to markup “keywords” of a blog post by using HTML5 and microdata?

The keywords property from Microdata, as it being in plural form suggests, seems to imply its value should be a line of comma-separated text. Like the following example: <p ...
-1
votes
0answers
30 views

Any microdata for specifying a Software development company? [closed]

We're trying to get our company marked up with microformats and microdata. We've already coded our vcard and so with microformats but I've seen that microdatas have a lot more choices. So I would ...
0
votes
1answer
25 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 ...
0
votes
2answers
31 views

Microdata Rich Snippets Showing On Home Page?

I added the schema.org rich snippets code inside the <head> and the text is showing up on my home page, what am I doing wrong? DTD <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0 ...
1
vote
1answer
54 views

What will happen if both Microdata and RDFa are on the same WebPage

What will happen if Microdata and RDFa both are on a webpage? What I can tell from my experience from a class of web pages where I have implemented Microdata where RDFa contents was already there is ...
0
votes
1answer
40 views

Rich Snippet Person Photo issue

I was trying to implement a rich snippet for google results with the person object. We list out doctors and hence we chose the Person object. Everything works great, for example, title, address, ...
0
votes
1answer
23 views

Using Microdata in complex web page

I have an existing website. I have pages on this website that represent products with reviews. I want to use microdata to expose the aggregate reviews on Google. My challenge is each product page is ...
0
votes
1answer
59 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 ...
1
vote
1answer
37 views

How to hide complex microdata?

To embed microdata that should be hidden or isn't provided as text you can use meta elements. Here is an example for non-visible properties using meta elements. Is there a similar way to hide ...
0
votes
1answer
21 views

microdata with grid of products

I have grid of products. Each product row in the grid can be expended to show the full product details (done with Ajax). The sample bellow shows how I implemented the microdata into the grid (not the ...
1
vote
1answer
47 views

Which Microdata parser should I use in Python

I'm looking for a good quality HTML Microdata parser in Python. It doesn't have to be blazing fast but I'd like it to support as much of the spec as possible including itemref. Here's what I've ...
-1
votes
1answer
68 views

Get json attributes of microdata [closed]

I got this json from Microdata parser. now I am trying to get elements of json Here is json: { "type":"http://schema.org/Place", "class":"place", "city":"London", "geo":{ ...
0
votes
1answer
62 views

issue with fb like and gplus share functionality

Here is the page where I have Google Plus, Twitter and Facebook sharing enabled. You can try and see the behavior: https://www.famometer.com/usatoday Twitter sharing button works like a charm, but ...
1
vote
0answers
19 views

Using microdata: VideoObject or ImageObject

If I have a thumbnail image that links to another page containing the embedded video, is it appropriate to use the VideoObject itemtype for the thumbnail? I want the search engines to be able to ...
0
votes
1answer
21 views

Is there a way to format microdata for a single review with aggregate ratings?

I can't for the life of me figure out how to structure microdata for a page that has a single review but multiple ratings so that google will correctly interpret it. Here's some sample markup, which ...
0
votes
2answers
170 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
2answers
606 views

Warning: Incomplete microdata with schema.org

I take a warning like that: "Warning: Incomplete microdata with schema.org." when Google Structured Data Testing Tool. <div itemscope itemtype="http://schema.org/Product" style="display: ...
0
votes
1answer
105 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
100 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
84 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
110 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 ...
2
votes
1answer
553 views

Google Rich Snippet - Display product image

I am currently trying to implement microdatas (schema.org) in my Magento website, and I still have a question not finding answer. How can I display product image in Google Search results ? I know I ...
0
votes
2answers
341 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: ...
2
votes
3answers
133 views

What is the correct semantics for language switching navigation?

I am coding a multilingual site and I have following navigation: <nav id="language"> <ul> <li><a href="/en/" hreflang="en">en</a></li> ...
1
vote
1answer
90 views

Is there analogue for microdata's “content” attribute in microformats?

Recently first time I had to use microformats and microdata and met following problem. I need to display currency not in ISO-format. As I understood in microdata I could provide actual value in ...
1
vote
1answer
118 views

RDF and microdata future

What should we expect from RDF and microdata in the future? Is microdata able to completely replace RDF, is this the goal? Or are they meant to exist side by side? Should we have both on our sites ...
0
votes
0answers
67 views

HTML Breadcrumbs and Microdata from google - Current page should exist, be text only, link or inexistent [closed]

I have 2 templates where I am using the micro formats: category page and product page. I use the microdata from here: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=185417, but I ...
0
votes
1answer
69 views

Add microdata to a Drupal site

Is there a way to add microdata to a Drupal 7 site by editing the field.tpl files? My site is built using panels and views so http://drupal.org/project/microdata isn't working. Is there another way to ...
4
votes
3answers
208 views

What is the relationship between RDF, RDFa, Microformats and Microdata

I've done quite a bit of research but I can't understand the exact relationship between the 3. Also, now that W3C has officially recognised RDFa, would you recommend it over Microdata, taking into ...
0
votes
0answers
68 views

Error in Java Code whilst trying to extract microdata from multiple sites into XML format

i seem to be in a bit of a pickle here and cannot understand why? my code is to initially extract microdata from the two HTML5 websites i created and create a file to my local directory of the ...
1
vote
1answer
62 views

Is the <wbr> element semantic HTML? What about in a microdata context?

In short, this is bad web development and UX: But solving it by using CSS3 word breaking (code & demo) can lead to an 'awkward whitespace' situation, and strange cut-offs — here's an example of ...
1
vote
1answer
76 views

Floor number with schema.org microdata?

Any idea how to markup a floor number with schema.org microdata for a local business' postal address? <div itemscope itemtype="http://schema.org/LocalBusiness"> <span ...

1 2 3 4