Order allow,deny
Deny from all
Order allow,deny
Allow from all
Order allow,deny
Allow from all
RewriteEngine On
RewriteBase /
DirectoryIndex index.php
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Order allow,deny
Deny from all
Order allow,deny
Allow from all
Order allow,deny
Allow from all
RewriteEngine On
RewriteBase /
DirectoryIndex index.php
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RDFa - 2011-09-21
RDFa Structured data for the Web
Ben Adida
Creative Commons
Three Points
What is RDFa?
RDFa 1.1 Lite — a Proposal
RDFa is Better for the Web
An Old Slide (2008)
Basic Facts
Started 2004. Early adopters 2006.
W3C Recommendation 2008
Yahoo! SearchMonkey 2008
Google Rich Snippets 2009
Facebook Open Graph Protocol 2010
rNews, GoodRelations, ...
Flickr, Overstock, BestBuy, Newsweek, PLoS,...
Simple: Annotate HTML
This blog is available under
<a rel="license"
href="?url=https%3A%2F%2Fy8.com%2F%3Cspan+class%3D"target">http://cc.org/licenses/by/3.0/">
a CC license
</a>
Please give credit to
<span property="attributionName">
Manu Sporny
</span>
Multiple Items on a Page
<div typeof="Person">
<span property="name">
Manu Sporny
</span>
...
</div>
<div typeof="Person">
<span property="name">
Ivan Herman
</span>
...
</div>