diff --git a/_includes/seo.html b/_includes/seo.html
index 83a8d55020c9..25a7e422eaaf 100644
--- a/_includes/seo.html
+++ b/_includes/seo.html
@@ -132,7 +132,7 @@
{
"@context": "https://schema.org",
"@type": "Organization",
- "url": {{ seo_url | jsonify }},
+ "url": {{ '/' | absolute_url | jsonify }},
"logo": {{ site_og_image | jsonify }}
}