Skip to content

Instantly share code, notes, and snippets.

@zurfyx
Created June 1, 2016 14:53
Show Gist options
  • Save zurfyx/9fa0408fed96d12bc2ed9db70fbbd942 to your computer and use it in GitHub Desktop.
Save zurfyx/9fa0408fed96d12bc2ed9db70fbbd942 to your computer and use it in GitHub Desktop.
<html>
<body>
<div typeof="schema:VideoObject">
<meta property="schema:videoQuality" content="low">
<span property="schema:actor" typeof="schema:Person">
<link property="schema:url" href="http://www.example.com">
</span>
<h1 property="schema:name">Title</h1>
<span property="schema:description">Description</span>
<img src="http://bit.ly/208xuh4" height="100" property="schema:thumbnailUrl">
<span property="schema:uploadDate">2016-01-01</span>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment