mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Even more schema.org markup.
This commit is contained in:
parent
b07d61ae96
commit
711a29f68d
@ -37,6 +37,12 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<article itemscope itemtype="http://schema.org/Article">
|
<article itemscope itemtype="http://schema.org/Article">
|
||||||
<h1 id="pagetitle" itemprop="name">{{ page.title }}</h1>
|
<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="keywords" content="{{ page.tags | join: ',' }}" />
|
||||||
<meta itemprop="dateCreated" content="{{ page.created | date: '%Y-%m-%d' }}" />
|
<meta itemprop="dateCreated" content="{{ page.created | date: '%Y-%m-%d' }}" />
|
||||||
<meta itemprop="dateModified" content="{{ page.updated | date: '%Y-%m-%d' }}" />
|
<meta itemprop="dateModified" content="{{ page.updated | date: '%Y-%m-%d' }}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user