Skip to content

Commit

Permalink
Switch JSON-LD from Article to TechArticle (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Jul 21, 2020
1 parent 319737c commit 30ce5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/eip.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ <h1 class="page-heading">
</div>
{% comment %}
Article schema specification:
https://schema.org/Article
https://schema.org/TechArticle
{% endcomment %}
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"@type": "TechArticle",
"author": "{{ page.author }}",
"name": "EIP-{{ page.eip | xml_escape }}: {{ page.title | xml_escape }}{% if page.status == "Draft" or page.status == "Last Call" %} [DRAFT]{% endif %}",
"dateCreated": "{{ page.created | date: "%Y-%m-%d" }}",
Expand Down

0 comments on commit 30ce5fa

Please sign in to comment.