From 8bed6b7361dca486eb958e80d45343d6ec04c68d Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 9 Aug 2019 09:46:03 -0400 Subject: [PATCH] Harmonize `site.url` for Organization JSON-LD schema --- _includes/seo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/seo.html b/_includes/seo.html index 83a8d55..25a7e42 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 }} } -- 2.43.0