Last active
December 29, 2015 17:12
-
-
Save druellan/2782c67177fb6168b7d5 to your computer and use it in GitHub Desktop.
Basic template for Google Plus (Schema.org/HTML5 metadata)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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