Change remaining schema.org markup to https (#1978)

This commit is contained in:
Justin Rummel
2018-11-27 09:07:51 -05:00
committed by Michael Rose
parent 4e745d2f14
commit 82e9aee6a8
9 changed files with 17 additions and 17 deletions

View File

@@ -126,7 +126,7 @@
{% if site.og_image %}
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@context": "https://schema.org",
"@type": "Organization",
"url": {{ seo_url | jsonify }},
"logo": {{ site_og_image | jsonify }}
@@ -137,7 +137,7 @@
{% if site.social %}
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@context": "https://schema.org",
"@type": "{% if site.social.type %}{{ site.social.type }}{% else %}Person{% endif %}",
"name": {{ site.social.name | default: site.name | jsonify }},
"url": {{ seo_url | jsonify }},