2015-03-13, 19:42:40
This looks very nice, thank you.
Is it possible to add a complete markup structure as recommended by schema.org? Like this:
Is it possible to add a complete markup structure as recommended by schema.org? Like this:
Code:
<body>
<div itemscope itemtype="http://schema.org/NewsArticle">
<span itemprop="datepublished" datetime="2015-03-13T09:55:00+0100">13. März 2015</time></span>
<span itemprop="name">Name of the Article</span>
by <span itemprop="author">Johnny Authorname</span>
<span itemprop="articleBody">Text of the Article... blabla.</span>
</div>
</body>