Skip to content

Commit 4ef2694

Browse files
committed
Fix a structured data validation errors
See #185
1 parent 8f0e84f commit 4ef2694

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/templates/pages/blog.txp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
"@type": "Person",
9393
"name": "<txp:if_custom_field name="external-author"><txp:custom_field name="external-author" escape="json" /><txp:else /><txp:author escape="json" /></txp:if_custom_field>"
9494
},
95+
"datePublished": "<txp:posted format="iso8601" />",
96+
"dateModified": "<txp:modified format="iso8601" />",
9597
"publisher": {
9698
"@type": "Organization",
9799
"name": "Textpattern CMS",

0 commit comments

Comments
 (0)