Skip to content

Instantly share code, notes, and snippets.

@jronallo
Created January 5, 2012 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jronallo/1565408 to your computer and use it in GitHub Desktop.
Save jronallo/1565408 to your computer and use it in GitHub Desktop.
The itemtype here should have the full schema.org URL, but a parser should be more tolerant of such bad data.
<html>
<head><title>Title of Page</title></head>
<body>
<div itemscope itemtype="CollectionPage">
<span itemprop="name">Name</span>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment