Created
April 20, 2017 12:49
-
-
Save Heolink/ec47304c6dba5f60b729d221dba3345e to your computer and use it in GitHub Desktop.
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
<div itemscope itemtype="http://schema.org/NewsArticle"> | |
<meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://google.com/article"/> | |
<h2 itemprop="headline">Article headline</h2> | |
<h3 itemprop="author" itemscope itemtype="https://schema.org/Person"> | |
By <span itemprop="name">John Doe</span> | |
</h3> | |
<span itemprop="description">A most wonderful article</span> | |
<div itemprop="image" itemscope itemtype="https://schema.org/ImageObject"> | |
<img src="https://google.com/thumbnail1.jpg"/> | |
<meta itemprop="url" content="https://google.com/thumbnail1.jpg"> | |
<meta itemprop="width" content="800"> | |
<meta itemprop="height" content="800"> | |
</div> | |
<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> | |
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> | |
<img src="https://google.com/logo.jpg"/> | |
<meta itemprop="url" content="https://google.com/logo.jpg"> | |
<meta itemprop="width" content="600"> | |
<meta itemprop="height" content="60"> | |
</div> | |
<meta itemprop="name" content="Google"> | |
</div> | |
<meta itemprop="datePublished" content="2015-02-05T08:00:00+08:00"/> | |
<meta itemprop="dateModified" content="2015-02-05T09:20:00+08:00"/> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment