Skip to content

Instantly share code, notes, and snippets.

@elf-pavlik
Last active August 29, 2015 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save elf-pavlik/7dae92d3236f7c48c8e1 to your computer and use it in GitHub Desktop.
Save elf-pavlik/7dae92d3236f7c48c8e1 to your computer and use it in GitHub Desktop.
basic RDFa profile schema:Person
<html>
<body vocab="http://schema.org/">
<div typeof="Person">
<h1 property="name">elf Pavlik</h1>
<img property="image" src="http://www.gravatar.com/avatar/00000000000000000000000000000000" />
<p property="description">i like you :)</p>
<h2>social profiles</h2>
<ul>
<li><a property="sameAs" href="https://github.com/elf-pavlik">github</a></li>
<li><a property="sameAs" href="https://twitter.com/elfpavlik">twitter</a></li>
<li><a property="sameAs" href="https://plus.google.com/+elfPavlik">google+</a></li>
<li><a property="sameAs" href="https://facebook.com/elf.pavlik">facebook</a></li>
</ul>
<h2>friends</h2>
<ul>
<li><a property="knows" href="http://samsemilio.github.io">Samuel Andert</a></li>
<li><a property="knows" href="http://auli.haldjas.org/">Auli Kütt</a></li>
<li><a property="knows" href="http://profile.daha.co.uk">Daniel Harris</a></li>
<li><a property="knows" href="http://alvaro.onclic.es">Álvaro Saco</a></li>
<li><a property="knows" href="http://y.chn.io/ ">Jon Richter</a></li>
<li><a property="knows" href="http://box.projectdanube.org/">Markus Sabadello</a></li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment