Skip to content

Instantly share code, notes, and snippets.

@MaikelVeen
Created January 20, 2021 22:09
Show Gist options
  • Save MaikelVeen/e06334a1d93b14019c2b3712b9d5ccb0 to your computer and use it in GitHub Desktop.
Save MaikelVeen/e06334a1d93b14019c2b3712b9d5ccb0 to your computer and use it in GitHub Desktop.
Simple microdata example
<div itemscope itemtype ="http://schema.org/Movie">
<h1 itemprop="name">Avatar</h1>
<span>Director: <span itemprop="director">James Cameron</span> (born August 16, 1954)</span>
<span itemprop="genre">Science fiction</span>
<a href="../movies/avatar-theatrical-trailer.html" itemprop="trailer">Trailer</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment