"publisher": {
"@type": "ProfessionalService",
"@id": "{{site.url}}/about.html",
"name": "{{ site.title}}",
"logo": {
"@type": "ImageObject",
"representativeOfPage": "False",
"width": {
"@type": "QuantitativeValue",
"value": "500",
"unitCode": "E37"
},
"height": {
"@type": "QuantitativeValue",
"value": "500",
"unitCode": "E37"
},
"caption": "Logo of {{ site.title }}",
"url": "{{site.url}}/assets/images/main/{{ site.logo }}"
}
},
Last active
October 7, 2021 00:42
-
-
Save inetbiz/bd5ce1f58d50ef1221452abf9933046b to your computer and use it in GitHub Desktop.
The Publisher Entity in Jekyll Article Schema
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment