Skip to content

Commit 907f0bc

Browse files
committed
replace custom properties with additionalProperty
1 parent affe50a commit 907f0bc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/utils/structuredData.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,6 @@ export function generateTechArticle(
538538
...(technicalProperties.length > 0 && {
539539
additionalProperty: technicalProperties,
540540
}),
541-
// Add standard programming language property if detected
542-
...(programmingLanguages.length > 0 && {
543-
programmingLanguage: programmingLanguages,
544-
}),
545541
// Add technical article specific properties with product info
546542
about: {
547543
"@type": "Thing",
@@ -654,10 +650,6 @@ export function generateHowTo(
654650
...(technicalProperties.length > 0 && {
655651
additionalProperty: technicalProperties,
656652
}),
657-
// Add standard programming language property if detected
658-
...(programmingLanguages.length > 0 && {
659-
programmingLanguage: programmingLanguages,
660-
}),
661653
about: {
662654
"@type": "Thing",
663655
name: product ? `${product} Development` : "Smart Contract Development",

0 commit comments

Comments
 (0)