Microformats are extensions to HTML for marking up people, events, blog posts, reviews, recipes etc.Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards.

learn more… | top users | synonyms

0
votes
2answers
15 views

How do you markup a 5-star product rating with FontAwesome using microdata?

According to Google there are a few ways to mark up a 5 star rating to get it pulled through into search results. http://support.google.com/webmasters/bin/answer.py?hl=en&answer=172705 None of ...
1
vote
2answers
26 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 ...
1
vote
2answers
50 views

How To (Semantically) Mark Up A (Theatre) Script / Play in HTML5

How To (Semantically) Mark Up A (Theatre) Script / Play in HTML5? For obvious reasons, it's hard to search for "play" and "script" without a search engine thinking you mean “play a sound" and ...
1
vote
0answers
22 views

Falling back on Android resource values for attribute defaults in a microformat

I'm designing a microformat to be consumed by my Android client, where I extract some elements containing menu commands and other metadata before pushing the remaining content into a WebView. I ...
1
vote
1answer
31 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 ...
-1
votes
0answers
29 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 ...
1
vote
2answers
49 views

How can I semantically define within the <time> tag 'the present'

I am using time tag to define a time—seemed like the right approach ;-) My problem however is the value I want to place within the time tag is NOW: the present. I get this validation error: The text ...
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"?
2
votes
1answer
30 views

How to add Microformat for Vocabulary words?

Does anyone know how Quizlet builds the search result data with "Term" and "Definition" headers and vocabulary/ definition data in their Google search results metadata? Is it microformatting or some ...
0
votes
0answers
22 views

Star rating and microformats

I have a star rating on my website and I'm trying to use microformats. I read the Google's documentation and they give as an example : <span class="review hreview-aggregate"> Note globale : ...
0
votes
0answers
19 views

Microformats multiple events on one day

The calendar plugin I'm using (To be exact: Its agenda view) wraps each days events inside the date, like that: Dec.24: Christmas Uncle Johns Birthday Bring out the garbage How ...
0
votes
1answer
186 views

My google review stars are not showing in search results [closed]

My testimonials page when searched for in google shows my review stars, but my other pages (which I have added review markup in the footer) don't show the stars. I have marked it up the same. The ...
0
votes
1answer
152 views

REST API pagination and client side caching

Using Rails, I have a HTTP endpoint that returns an array of the records (media files) linked to a playlist in JSON format. The client side caching is done by checking the date of the playlist and ...
1
vote
1answer
126 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 ...
1
vote
1answer
88 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 ...
0
votes
0answers
63 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 ...
4
votes
3answers
200 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 ...
1
vote
1answer
425 views

urllib2.URLError: <urlopen error unknown url type: c>

I am using the below code to scrape over XFN content from web page http://ajaxian.com but I am gatting the below error: Traceback (most recent call last): File ...
0
votes
1answer
64 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: ...
4
votes
2answers
158 views

Does anyone know why Google recommends Microdata over Microformats and RDFa?

I have researched a lot about the mark-up formats Microdata, Microformats and RDFa. Google recommend Microdata over the other two mark-ups and I want to know why. Reading a ton of documents and ...
0
votes
2answers
31 views

Can I use the same itemprop twice in a page?

I'm trying to use microformat in my website so Google shows it like I want. I have this simplified structure : <h1>Name</h1> <h2>Ocupation</h2> <h4>Posted ...
1
vote
1answer
50 views

Accessibility of abbr tag in some microformats

Why do some micro-formats use the abbr tag? It may cause some accessibility issues. The party is on <abbr class="dtstart" title="2005-10-10">the 10th</abbr>.
8
votes
5answers
194 views

How does the hcard concept work in HTML

So recently am reading a book called Adaptive Webdesign and I came across something called an hcard, hcalendar and I went to it's respective documentation page. Now the question is am not ...
1
vote
1answer
39 views

personal ad - schema markup

We have a website where people can create personal ads in order to find language-partners. Does anyone have an idea on how to markup these ads using schema.org? By now we only have rel=author on ...
0
votes
1answer
283 views

How to use microformats

I'm trying to add some microformats to my site and testing with google Structured Data Testing Tool is giving me a Warning: Itemtype not recognized. What would be the right syntax to get it ...
0
votes
2answers
176 views

Schema.org Microformat Not Included in Search Results

For the past few months I've been trying to integrate the schema.org microformat into my restaurant review site so that my Google search results for a restaurant will contain rich markup such as the ...
1
vote
1answer
70 views

is it useful to put HTML5 microformat in user access restricted pages

my question seems to be dumb, but because am making an application that all the pages needs to get the users authentification, and because am using HTML5 so, Does Google robots parse those pages? ...
3
votes
1answer
1k views

Rich Snippet data not showing in Google SRP

about a month ago we implemented Rich Snippets on the product detail pages for our e-commerce site ...
0
votes
1answer
126 views

Why doesn't this recipe show up in Google Recipes search results?

I have this blog post which has been encoded with rich text snippets (microformats) to indicate a number of fields to Google, including a full recipe with ingredients, the author, the cook time and ...
0
votes
1answer
66 views

Multiple Offices / Locations with Microformats

I'm currently developing a website and I'd like to know how to markup multiples offices / locations with Microformats. Currently, we have two offices (one in Sydney, NSW and Perth, WA) each with ...
0
votes
1answer
25 views

do hCard property elements have to be children or can they be descendants?

Basically I'm wondering if this is still effective as an hcard. <div class="vcard"> <h2>Phone Number: <span class="tel">800-288-3875</span></h2> </div> Thanks!
0
votes
1answer
107 views

To reference profiles of rel=“tag” and rel=“nofollow”, yes or no?

Microformats.org recommends users to reference a profile of every microformat they used. For example, content that uses hCard should reference its profile by using one of the following three lines of ...
0
votes
1answer
79 views

RSS feed for software updated

Is there a standardized type of RSS feed or some microformat where you can announce updates to software you are distributing via your own website?
0
votes
1answer
874 views

Microformats for a product page in magento

I have a product page in a Magento store and I'm trying to implement Rich snippets with Microformats in this page. I followed this guide : http://yoast.com/rich-snippets-magento/, but when I try the ...
1
vote
3answers
175 views

Semantic markup for address using Microformats

I've been reading up on microformats for my address markup on sites I build, the general consensus is to mark the address up like so... <h1 class=”org”>Orpheum Theatre</h1> Madison, WI ...
1
vote
1answer
257 views

Rich snippets and javascript generated markup

Microformat rich snippets markup generated with javascript are indexed by the search engines? Thanks in advance.
3
votes
2answers
264 views

RDFa, Microdata and Microformat.

RDFa, Microformats and Microdata provide easy ways to include semantic markup. Are there any other similar technologies ? Thanks
1
vote
1answer
126 views

Correct usage of microformat

I am using microformat for the first time. So as examples given on http://support.google.com/webmasters/bin/answer.py?hl=en&answer=164506, I changed the code. This is the existing code that was ...
0
votes
0answers
122 views

how to test microformats in local machine

Does anyone know about some kind of tools or applications that tests a website for microformats? i dont whant online applications but off-line tools, applications, addons, .... thanks in advance
0
votes
1answer
74 views

API that can classify an url

I'm looking for an API that: When given an url, returns tags, structured data, or a microformat describing the page. Example1: input:http://lady-gaga.net/ output:<news><person name="Lady ...
0
votes
2answers
482 views

RDFa Snippet Generator from GoodRelations

I've created a RDFa snippet to use on a client's website using the GoodRelations tool. The generated code creates the tags as expected, but there's no text between the divs, for instance: <div ...
2
votes
3answers
380 views

Multiple Foursquare 'save' buttons on one page

I am working on a site that displays a list of venues and would like to add a Foursquare 'save' button for each venue in the list. Is it possible to show multiple Foursquare 'save' buttons on a single ...
0
votes
1answer
107 views

What meta tag should I use for a dictionary? [closed]

I have a web site that serves as a dictionary, and it ranks good at google when searching for a rare word in my language (the dictionary target). I want the result to appear in the define: some-word, ...
1
vote
2answers
1k views

Schema.org itemref - Linking multiple SportEvents to a single Place

I am experimenting with microdata in particular the use of schema.org tags. I am trying to describe multiple sports events that may have the same location property. <!--Sports Events --> ...
2
votes
1answer
458 views

Standards for HTML layout element class names?

I'm trying to work out how I can make my CSS as de-coupled from my HTML as possible. The way to do that would be to write the basic layout elements in the HTML in a standard way, so thet different CSS ...
0
votes
1answer
75 views

Equivalent of X2V for converting schema.org data of a person to a vcard

I have my contact information marked up as a hcard and use the H2VX service to allow users to download my contact information as a vcard. However, since Google, yahoo etc have decided to embrace ...
3
votes
3answers
324 views

What is RDFa + microdata / microformats and why might I need them?

I have stumbled upon RDFa and have seen the terms microdata and microformats used frequently. What are they and why might they be useful when developing websites?
1
vote
1answer
117 views

How to get Author data into Google search results without Microformats?

First, I apologize if this is not considered programming related enough for some peoples taste, however I feel it is appropriate as my question is related to what you put in a websites markup, I think ...
3
votes
2answers
430 views

Microformat's hRecipe vs. Schema's Recipe

I would like to know what are the main differences between Microformat's hRecipe and Schema.org's Recipe and how search engines treat each one. Besides the differences in code and the fact that the ...
0
votes
2answers
95 views

hCard: can it be used to semantically markup a business' contact details only?

Is it possible to markup a business' contact details using hCard? A name apparently is required in hCard: http://microformats.org/wiki/hcard-authoring#The_Importance_of_Names (e.g. John Doe). I'm ...

1 2 3