Skip to content

Instantly share code, notes, and snippets.

@inetbiz
Last active October 7, 2021 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inetbiz/bd5ce1f58d50ef1221452abf9933046b to your computer and use it in GitHub Desktop.
Save inetbiz/bd5ce1f58d50ef1221452abf9933046b to your computer and use it in GitHub Desktop.
The Publisher Entity in Jekyll Article Schema
"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 }}"
    }
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment