From 674b943a86ac14feb2fd4f7b4a02e8b46206a1ce Mon Sep 17 00:00:00 2001 From: lakshmithi Date: Thu, 16 Jan 2025 15:29:16 +0530 Subject: [PATCH] fix for ItemList Schema- updated to description instead of excerpt --- scripts/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/schema.js b/scripts/schema.js index c1a1c376..53cbaed8 100644 --- a/scripts/schema.js +++ b/scripts/schema.js @@ -154,7 +154,7 @@ export function buildItemListSchema(srcObj, type) { obj.clickUri, obj.title, obj?.raw?.images?.at(0), - obj.excerpt, + obj?.raw?.description, )); break; case 'product-category':