Skip to content

Commit 8f0e84f

Browse files
committed
Fix a structured data validation error
See #185
1 parent 71845f1 commit 8f0e84f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/templates/forms/article/article_listing.txp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<meta itemprop="name" content="Textpattern CMS">
1010
<span itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
1111
<meta itemprop="url contentUrl" content="https://textpattern.com/assets/img/branding/textpattern/textpattern.png">
12+
<meta itemprop="width" content="320">
13+
<meta itemprop="height" content="60">
1214
</span>
1315
</span>
1416
<meta itemprop="datePublished" content="<txp:posted format="iso8601" />">

0 commit comments

Comments
 (0)