Skip to content

Commit

Permalink
Merge pull request #1356 from hlxsites/fix-itemlistschema
Browse files Browse the repository at this point in the history
fix for ItemList Schema- updated to description instead of excerpt
  • Loading branch information
davenichols-DHLS authored Jan 16, 2025
2 parents 7c7c5ec + 674b943 commit bac2906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit bac2906

Please sign in to comment.