0

Where is there a webpage that I can load that is using rdfa or microdata? Or, where should I be looking.

I am not asking for a code example. An actual website that is, today, using rdfa or microdata.

For context, I am looking at the google structured data testing tool. I can more or less randomly try things to see what a search result would look like.

When I search in google and find a detailed result, when I look at the actual webpage, I can not find any rdfa or microdata.

3 Answers3

1

Do you consider opengraph as RDFA? Or you mean rdfa except opengraph since OGP is very widely used?

Anyway here are some examples.

ajax
  • 1,896
  • 15
  • 8
  • Yes, I should have said "except ogp". So, looking at my question again, what I really wanted to know is only implied. So, I think everyone has answered the question that I asked. I'll ask a different question. Thanks those are useful examples. – user1905156 Aug 13 '13 at 11:00
0

I have a Rich Snippets test site at http://schema.openspring.net/, check out the 5 links on the left block "Schema.org examples", they all produce a rich snippet preview. All these pages are using RDFa with schema.org.

scor
  • 940
  • 5
  • 5
  • Thanks. While that is a web page, it is an example. What I really mean is an actual use of rdf/a or microdata serving the purpose that it claims to have. In other words, someone has put rdf/a or microdata on a web page and it has allowed more details search results to appear in a search engine, and I can look at the web page and see the rdf/a or microdata that caused it to be found. uggh.... I always forget that enter submits the response. Searching for best buy, I see detailed search results. What is the rdf/a or microdata that is causing that to be returned by the search engine? – user1905156 Aug 12 '13 at 15:41
0

Many news web sites use microdata for articles. They are quite often incomplete or otherwise broken though. Some of the better examples are www.telegraph.co.uk, independent.co.uk. They use the schema.org vocabulary.

wilx
  • 17,697
  • 6
  • 59
  • 114