Skip to content

Commit

Permalink
Harmonize site.url for Organization JSON-LD schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Aug 9, 2019
1 parent 766893a commit e0d4a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
{
"@context": "https://schema.org",
"@type": "Organization",
"url": {{ seo_url | jsonify }},
"url": {{ '/' | absolute_url | jsonify }},
"logo": {{ site_og_image | jsonify }}
}
</script>
Expand Down

0 comments on commit e0d4a2c

Please sign in to comment.