Skip to content

Instantly share code, notes, and snippets.

@druellan
Last active December 29, 2015 17:12
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 druellan/2782c67177fb6168b7d5 to your computer and use it in GitHub Desktop.
Save druellan/2782c67177fb6168b7d5 to your computer and use it in GitHub Desktop.
Basic template for Google Plus (Schema.org/HTML5 metadata)
<html itemscope itemtype="http://schema.org/Article">
<head>
<title>The Title</title> <!-- ˜60 chars -->
<meta name="description" content="The Description"> <!-- ˜150 chars -->
<link rel="publisher" href=”https://plus.google.com/+sfidastudios">
<meta itemprop="name" content="The Title">
<meta itemprop="description" content="The Description">
<meta itemprop="image" content="http://www.example.com/image.jpg">
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment