File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments