Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
41 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 ...
0
votes
0answers
37 views

Rich snippets and javascript generated markup

Microformat rich snippets markup generated with javascript are indexed by the search engines? Thanks in advance.
2
votes
2answers
59 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
47 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
35 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
32 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
127 views

RDFa Snippet Generator from GoodRelations

I hope this isn't too silly of a question. 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 ...
1
vote
2answers
122 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
57 views

What meta tag should I use for a dictionary?

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, ...
0
votes
1answer
359 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
205 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
35 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 ...
0
votes
0answers
57 views

Sending h“Card” using microdata

Ok, so I realize that hCard is not a valid microdata format. At least I don't believe it is. What I would like to know, is if I mark up events, people and organizations in my private label web based ...
2
votes
3answers
157 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
63 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 ...
1
vote
2answers
129 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
53 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
vote
0answers
24 views

Does using a Place schema reduce clickthrough in Google search?

I have a site which shows lots of locations and I'm thinking of marking up these locations with the Place schema. However, in Google address searches I often see pages where the top result is an ...
0
votes
0answers
61 views

What schema.org itemtype to choose for poll choices?

What would be the best itemtype to use with survey engine to tag polls and questions? Shoud I use different itemtype for results?
2
votes
1answer
159 views

Microformats's usage

According to microformats we have very strict format for microformats. First of all there is a minor difference between microformats-hReview and google-hReview. How is this important? Except for ...
0
votes
1answer
42 views

Can you use line breaks (<br/>) within a Microformat?

Is it valid to use a line break <br/> within a Microformat? Example: <div class="vcard"> <div class="fn">John Doe</div> <div class="adr"> <div ...
2
votes
2answers
105 views

Microformats & meta tag

I want to use microformats on my prodcuts page For example: Prix: <span itemprop="price">25</span> <meta itemprop="priceCurrency" content="EUR" /> If all my products are in euros ...
1
vote
1answer
225 views

Google microformats & itemscope Tag

Google recommends using the attribute itemscope with div tags and span tags. Can they be used with HTML 5 section tag without trouble ? <section id="product" itemscope ...
0
votes
1answer
59 views

How to find that website is using microformats or not?

friends I have to find that a given(any) website is using microformats or not,how to do that?I'd seen how to use micro format but still not getting which are those exceptional tag,used only to make ...
3
votes
0answers
116 views

How (or should I) markup phone numbers in a website?

Im mobile optimising a website with media queries. Without any extra markup the phone numbers seems to be recognised and become 'clickable' on iphones and android, but my windows phone emulator only ...
5
votes
1answer
136 views

Is there a microformat for labeling sentences, words, parts-of-speech, etc

Is there a microformat for basic natural language process that has tags for sentences, words, parts-of-speech, etc...? I have searched the web but could not find any.
1
vote
2answers
540 views

Using Microdata's <meta> tag in HTML5

I want to specify if the Product is In Stock using HTML5 Microdata's <meta tag using schema.org. I am unsure if this is the correct syntax: <div itemscope ...
0
votes
1answer
65 views

Which schema.org type should be used for a forum?

Neither Article or Blog seems to fit for a forum with topics and discussions. Or is Article considered for any generic post or comment?
3
votes
2answers
52 views

Equivalent to a DTD for microformats?

Is there any standard for defining the structure of microformats? (I'm thinking about writing a tool for editing microformats within a WYSIWYG editor, using forms generated on the fly - so need an ...
1
vote
0answers
190 views

VCF Card Support on mobile safari…or what should we use instead?

Given a website made with jQuery Mobile, what's the "best way" (most-cross platform) to allow users to create a new contact with my company's address and phone number. Vcard?
1
vote
1answer
321 views

Using schema.org or RDFa microformatting with Wordpress?

Wordpress tends to strip out all kinds of code in VISUAL mode, including microformatting. The current WP (3.2.1) seems beyond compatibility with earlier widgets, including wp-RDFa (which I thought ...
0
votes
0answers
132 views

Why is my event calendar saving .ics files at an hour ahead of time using h2vx.com?

Can't figure out how to fix my backend code so that the event .ics files save properly. http://www.crainsnewyork.com/dcce/20110509/4/events_calendar/41/events_active/2582707 "Add to Calendar" link ...
0
votes
1answer
34 views

Microformats and foreign languages

In the past when I decided to mark up microformats (pretty new to them) in english websites it would be like this: <span class="tel"> <span class="type">Home</span>: <span ...
1
vote
1answer
411 views

HTML 5 UI component markup libraries (like jQuery Mobile)

I have been using jQuery Mobile and love how with microformated HTML5 I get beautiful UI components and formatting. That is all you need to know is HTML and you can get great immediate look and feel ...
3
votes
1answer
123 views

Which microformats should my blog implement?

Or microdata, RDF(a) or others. 'entities' a blog has would include posts, comments, taxonomies and users. For posts I found BlogPosting and hAtom, which is a draft spec. hCard and rel="tag" come ...
1
vote
1answer
55 views

What kind of applications have been developed that use FOAF?

I am developing FOAF files and submitting them to the semantic web. However, as I read some programming books on the semantic web, (e.g. Semantic Web Programming), I don't yet see how this could be ...
1
vote
1answer
79 views

Microformats hreview with invisible item

I'm implementing the hreview portion of microformats on a site to be indexed by Google. http://www.google.com/support/webmasters/bin/answer.py?answer=146645 The item field of a review feels clunky ...
1
vote
1answer
74 views

Django hCalendar microformat

Is there any django app out there that allows creating events in the hCalendar microformat? I'm looking for an app with a basic event data model, forms and templates that implement hCalendar markup! ...
3
votes
2answers
83 views

Are there any microformats designed for accessibility purposes?

And are they supported by accessibile browsers (readers)? I guess the question is pretty simple. Can I signal in my classnames that this is a search field, this is a box with popular tags, these are ...
0
votes
1answer
102 views

X out of Y people recommend - microformat markup

I'm in the process of marking up a site with microformats, using hcard, hreview and hreview-aggregate. The documentation on http://microformats.org/ and ...
1
vote
2answers
238 views

Which HTML5 microdata do I use for a job (vacancy)?

I'm trying to markup a vacancy/job item with microdata but I wonder whether I'm doing it the right way, because my item properties like 'title' and 'date' don't make sense in combination with my ...
3
votes
1answer
667 views

Bizarre problem with Google's Rich Snippets Testing Tool

I'm currently experiencing the weirdest problem with Google's Rich Snippets Testing Tool. It kept throwing up warnings for my website which didn't make sense, so I pulled all of the structured markup ...
1
vote
2answers
124 views

Microformats Semantics Questions

I'm trying to get into adding microformats to my site, but I'm still confused about a couple of things. Do microformats always have to be within an hcard or vcard element? Can I have multiple hcards ...
0
votes
1answer
25 views

Microformat combination to use with events data on a map

I have event data displaying on a map and I am currently using the geo microformat alongside it however it's not particularly rich to have just a list of locations without any details of what they ...
3
votes
1answer
168 views

Are microformats such as hProduct really being used or useful?

I was looking at the microformat of hProduct at http://microformats.org/wiki/hproduct-examples which lists websites that use it... But I went to GAP, Amazon, Target, Toys R Us, Macy's, Best Buy, and ...
4
votes
2answers
89 views

Search box microformat?

Is there any microformat/standard for implementing search form on the site? (access keys, naming etc.) Any good practices?
2
votes
3answers
368 views

microformat : how to add this into my website?

I have used some tools for checking my SEO and I got the result: "Your website does not take advantage of Microformats. Microformat is a technical semantic markup that can be used to better structure ...
0
votes
2answers
171 views

avoiding repeat data in hCard

I'm revamping my work's Employee Directory, adding hCard data to each employee's listing. An issue I haven't been able to figure out is how to avoid duplicating information, such as organization-name ...
0
votes
1answer
247 views

Google Rich Snippets & Warning Messages

When using the Google Rich Snippet Tesing Tool, I am getting a warning when the count=0 for the reviews->aggregate reviews snippet. Below is an example of the HTML I am using. Does Google not ...
0
votes
1answer
56 views

hCard address with a 'care of' (c/o) element

Say I've got an address like this: Foobar Widget Team c/o ACME Widgets Inc. 123 The Drive Someplace Town BN1 1AB I want to mark this up as an hCard but I am not sure what class names I ...

1 2