File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 88
88
"headline": "<txp:title escape="json" />",
89
89
"description": "<txp:meta_description format="" escape="json" />",
90
90
"url": "<txp:permlink escape="json" />",
91
+ "mainEntityOfPage": "<txp:permlink escape="json" />",
92
+ "datePublished": "<txp:posted format="iso8601" />",
93
+ "dateModified": "<txp:modified format="iso8601" />",
91
94
"author": {
92
95
"@type": "Person",
93
96
"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>"
94
97
},
95
- "datePublished": "<txp:posted format="iso8601" />",
96
- "dateModified": "<txp:modified format="iso8601" />",
97
98
"publisher": {
98
99
"@type": "Organization",
99
100
"name": "Textpattern CMS",
100
101
"logo": {
101
102
"@type": "ImageObject",
102
103
"url": "https://textpattern.com/assets/img/branding/textpattern/textpattern.png"
103
104
}
105
+ },
106
+ "image": {
107
+ "@type": "ImageObject",
108
+ "url": "<txp:if_article_image><txp:images limit="1"><txp:image_url escape="json" /></txp:images><txp:else />https://textpattern.com/assets/img/branding/textpattern/textpattern-og.png</txp:if_article_image>"
104
109
}
105
110
}]
106
111
}
You can’t perform that action at this time.
0 commit comments