Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2013 10:59
Show Gist options
  • Save anonymous/5480953 to your computer and use it in GitHub Desktop.
Save anonymous/5480953 to your computer and use it in GitHub Desktop.
{
"links": [
// With rel-alternate extra information
{
"url": "http://example.org",
"rel": ["author"],
"media": "screen",
"lang": "en",
"hreflang": "en"
},
// Simpler
{
"url": "http://example.org",
"rel": ["author"]
}
],
"items": [
{
"type": ["h-card"]
••• etc
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment