Skip to content

Commit

Permalink
Merge pull request #1357 from hlxsites/fix-schema-itemlist
Browse files Browse the repository at this point in the history
fix for itemschema element description
  • Loading branch information
Raja-danaher authored Jan 17, 2025
2 parents f9ef3c6 + 0d31f5e commit 95c2307
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 @@ -204,7 +204,7 @@ export function buildItemListSchema(srcObj, type) {
obj.clickUri,
obj.title,
obj?.raw?.images?.at(0),
obj.excerpt,
obj?.raw?.description,
));
break;
case 'resources':
Expand Down

0 comments on commit 95c2307

Please sign in to comment.