Skip to content

Commit 82e9aee

Browse files
justinrummelmmistakes
authored andcommittedNov 27, 2018
Change remaining schema.org markup to https (#1978)
1 parent 4e745d2 commit 82e9aee

9 files changed

+17
-17
lines changed
 

‎_includes/archive-single.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% endif %}
1212

1313
<div class="{{ include.type | default: "list" }}__item">
14-
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
14+
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
1515
{% if include.type == "grid" and teaser %}
1616
<div class="archive__item-teaser">
1717
<img src=
@@ -35,4 +35,4 @@ <h2 class="archive__item-title" itemprop="headline">
3535
{% endif %}
3636
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
3737
</article>
38-
</div>
38+
</div>

‎_includes/author-profile.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% assign author = page.author | default: page.authors[0] | default: site.author %}
22
{% assign author = site.data.authors[author] | default: author %}
33

4-
<div itemscope itemtype="http://schema.org/Person">
4+
<div itemscope itemtype="https://schema.org/Person">
55

66
{% if author.avatar %}
77
<div class="author__avatar">
@@ -43,7 +43,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
4343
<button class="btn btn--inverse">{{ site.data.ui-text[site.locale].follow_label | remove: ":" | default: "Follow" }}</button>
4444
<ul class="author__urls social-icons">
4545
{% if author.location %}
46-
<li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
46+
<li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place">
4747
<i class="fas fa-fw fa-map-marker-alt" aria-hidden="true"></i> <span itemprop="name">{{ author.location }}</span>
4848
</li>
4949
{% endif %}

‎_includes/comment.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<article id="comment{{ include.index }}" class="js-comment comment" itemprop="comment" itemscope itemtype="http://schema.org/Comment">
1+
<article id="comment{{ include.index }}" class="js-comment comment" itemprop="comment" itemscope itemtype="https://schema.org/Comment">
22
<div class="comment__avatar-wrapper">
33
<img class="comment__avatar" src="https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=80" alt="{{ include.name }}">
44
</div>
55
<div class="comment__content-wrapper">
6-
<h3 class="comment__author" itemprop="author" itemscope itemtype="http://schema.org/Person">
6+
<h3 class="comment__author" itemprop="author" itemscope itemtype="https://schema.org/Person">
77
{% unless include.url == blank %}
88
<span itemprop="name"><a rel="external nofollow" itemprop="url" href="{{ include.url }}">{{ include.name }}</a></span>
99
{% else %}

‎_includes/search/algolia-search-scripts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
return `
2626
<div class="list__item">
27-
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
27+
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
2828
<h2 class="archive__item-title" itemprop="headline"><a href="{{ site.baseurl }}${url}">${title}</a></h2>
2929
<div class="archive__item-excerpt" itemprop="description">${content}</div>
3030
</article>

‎_includes/seo.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
{% if site.og_image %}
127127
<script type="application/ld+json">
128128
{
129-
"@context": "http://schema.org",
129+
"@context": "https://schema.org",
130130
"@type": "Organization",
131131
"url": {{ seo_url | jsonify }},
132132
"logo": {{ site_og_image | jsonify }}
@@ -137,7 +137,7 @@
137137
{% if site.social %}
138138
<script type="application/ld+json">
139139
{
140-
"@context": "http://schema.org",
140+
"@context": "https://schema.org",
141141
"@type": "{% if site.social.type %}{{ site.social.type }}{% else %}Person{% endif %}",
142142
"name": {{ site.social.name | default: site.name | jsonify }},
143143
"url": {{ seo_url | jsonify }},

‎_layouts/single.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div id="main" role="main">
1818
{% include sidebar.html %}
1919

20-
<article class="page" itemscope itemtype="http://schema.org/CreativeWork">
20+
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
2121
{% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
2222
{% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
2323
{% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %}
@@ -92,4 +92,4 @@ <h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label
9292
</div>
9393
</div>
9494
{% endif %}
95-
</div>
95+
</div>

‎_layouts/splash.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% endif %}
1010

1111
<div id="main" role="main">
12-
<article class="splash" itemscope itemtype="http://schema.org/CreativeWork">
12+
<article class="splash" itemscope itemtype="https://schema.org/CreativeWork">
1313
{% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
1414
{% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
1515
{% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %}
@@ -19,4 +19,4 @@
1919
{{ content }}
2020
</section>
2121
</article>
22-
</div>
22+
</div>

‎assets/js/lunr/lunr-en.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $(document).ready(function() {
4747
if(store[ref].teaser){
4848
var searchitem =
4949
'<div class="list__item">'+
50-
'<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">'+
50+
'<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">'+
5151
'<h2 class="archive__item-title" itemprop="headline">'+
5252
'<a href="'+store[ref].url+'" rel="permalink">'+store[ref].title+'</a>'+
5353
'</h2>'+
@@ -61,7 +61,7 @@ $(document).ready(function() {
6161
else{
6262
var searchitem =
6363
'<div class="list__item">'+
64-
'<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">'+
64+
'<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">'+
6565
'<h2 class="archive__item-title" itemprop="headline">'+
6666
'<a href="'+store[ref].url+'" rel="permalink">'+store[ref].title+'</a>'+
6767
'</h2>'+

‎assets/js/lunr/lunr-gr.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ $(document).ready(function() {
500500
if(store[ref].teaser){
501501
var searchitem =
502502
'<div class="list__item">'+
503-
'<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">'+
503+
'<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">'+
504504
'<h2 class="archive__item-title" itemprop="headline">'+
505505
'<a href="'+store[ref].url+'" rel="permalink">'+store[ref].title+'</a>'+
506506
'</h2>'+
@@ -514,7 +514,7 @@ $(document).ready(function() {
514514
else{
515515
var searchitem =
516516
'<div class="list__item">'+
517-
'<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">'+
517+
'<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">'+
518518
'<h2 class="archive__item-title" itemprop="headline">'+
519519
'<a href="'+store[ref].url+'" rel="permalink">'+store[ref].title+'</a>'+
520520
'</h2>'+

0 commit comments

Comments
 (0)
Please sign in to comment.