Harmonize site.url
for Organization JSON-LD schema
This commit is contained in:
parent
6d44ad6ca4
commit
d48fe54559
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"url": {{ seo_url | jsonify }},
|
"url": {{ '/' | absolute_url | jsonify }},
|
||||||
"logo": {{ site_og_image | jsonify }}
|
"logo": {{ site_og_image | jsonify }}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue