Skip to content

Instantly share code, notes, and snippets.

@mgiuffrida
Created December 26, 2016 23:57
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 mgiuffrida/92edf22734220ba05377a68dbe8d07e4 to your computer and use it in GitHub Desktop.
Save mgiuffrida/92edf22734220ba05377a68dbe8d07e4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<body itemscope itemtype="http://schema.org/WebPage">
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Correct URL (Relative)</span>
<link itemprop="url" href="google.tar.gz">
</div>
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Bad URL (Absolute)</span>
<link itemprop="url" href="google.com">
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment