Skip to content

Commit 02f6304

Browse files
committedAug 9, 2019
Harmonize site.url for Organization JSON-LD schema
1 parent 54017bb commit 02f6304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_includes/seo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
{
133133
"@context": "https://schema.org",
134134
"@type": "Organization",
135-
"url": {{ seo_url | jsonify }},
135+
"url": {{ '/' | absolute_url | jsonify }},
136136
"logo": {{ site_og_image | jsonify }}
137137
}
138138
</script>

0 commit comments

Comments
 (0)
Please sign in to comment.