Edit default Json-LD on products

Hello i try to complete the Json-LD generated by wix on products.
This is my product page: https://www.supran.net/product-page/sistema-di-pressurizzazione-automatico-con-inverter-dg-ped

And this is the code

let structuredData = wixSeo.structuredData;
console.log(structuredData); //original data
structuredData=[ 
      {
 "@context": "http://schema.org",
 "@type": "Organization",
 "name": "My Organization Name",
 "url": "https://www.myorgdomain.com"
      },
      {
 "@context": "http://schema.org",
 "@type": "Person",
 "email": "mailto:john.doe@somedomain.com",
 "jobTitle": "Professor",
 "name": "John Doe",
 "telephone": "(555) 555-555"
      }
    ];
console.log(structuredData);  //edited data
wixSeo.setStructuredData(structuredData);

But if you see the google test page i can’t see my code: Schema Markup Testing Tool | Google Search Central  |  Google for Developers

Someone can help me?

I need to edit the Original JSON-LD code to fix some google warning like priceValidUntil, aggregateRating and review (i create a dataset for reviews)

Thank you. :grinning:

See the following articles:

i check that links but is not related abut my actual problem.

json-ld is correct and I have to edit json-ld of a wix store product page that is not possible by the editor, so I try to use code but seems not works. I need something to edit auto generated json-ld for products in wix store.

@work32491 Well, it is related to your problem as that is the support that Wix currently has for JSON-LD.

You might be able to find a suitable NPM package in the Wix Package Manager .

Ok @yisrael-wix but I can’t use this function of Wix wixseo library?

https://www.wix.com/velo/reference/wix-seo/setstructureddata