From d90b3e9370f09e2062724c75a5d8a7f80d703c77 Mon Sep 17 00:00:00 2001 From: Andrew Mc Cormack Date: Thu, 23 May 2019 11:08:37 +0100 Subject: [PATCH] fix article schema image URL format --- templates/ArticleSchema.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ArticleSchema.ss b/templates/ArticleSchema.ss index 68f2d15..96b3ec6 100644 --- a/templates/ArticleSchema.ss +++ b/templates/ArticleSchema.ss @@ -25,7 +25,7 @@ } }, "image": [ - "url": "$FeaturedImage.AbsoluteURL" + "$FeaturedImage.AbsoluteURL" ] } \ No newline at end of file