1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00

Even more schema.org markup.

This commit is contained in:
Markus Birth 2015-02-20 14:56:05 +01:00
parent b07d61ae96
commit 711a29f68d

View File

@ -37,6 +37,12 @@
<div class="container">
<article itemscope itemtype="http://schema.org/Article">
<h1 id="pagetitle" itemprop="name">{{ page.title }}</h1>
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="givenName" content="Markus" />
<meta itemprop="familyName" content="Birth" />
<meta itemprop="birthDate" content="1980-11-16" />
</div>
<meta itemprop="articleSection" content="{{ page.categories.[0] }}" />
<meta itemprop="keywords" content="{{ page.tags | join: ',' }}" />
<meta itemprop="dateCreated" content="{{ page.created | date: '%Y-%m-%d' }}" />
<meta itemprop="dateModified" content="{{ page.updated | date: '%Y-%m-%d' }}" />