Structured Data For Social Media

I get an error whenever I enter the:
“sameAs”: [
Facebook”,
“https://twitter.com/xxxx.com”,
https://twitter.com/xxxx.com”,

Is there a proper way to add the the social media code to the existing json-ld in place? Or maybe an example someone could provide? Below is the example of the current code, and ive been trying to input under the “url”: “xxx”,


{ "@context": "http://www.schema.org", "@type": "ProfessionalService", "name": "xxx", "url": "https://xxx.com", "logo": "https://wp.com/logo.png", "description": "Manged Service Provider and Web Development", "address": { "@type": "PostalAddress", "streetAddress": "xxx", "addressLocality": "xxx", "addressRegion": "California", "postalCode": "91111", "addressCountry": "United States" }, "openingHours": "Mo, Tu, We, Th 09:00-05:00 Fr 09:00-04:00", "contactPoint": { "@type": "ContactPoint", "telephone": "+1-555-555-5555", "contactType": "Technical Support" } }

Have you already read the Wix pages about it like these?
https://www.wix.com/blog/2019/05/wix-advanced-seo-features/
https://support.wix.com/en/article/adding-structured-data-to-your-site
https://support.wix.com/en/article/troubleshooting-your-structured-data

Have a read about Schema itself.
https://schema.org/docs/gs.html

Also, there are a good many websites that will generate it for you, like these two here.
https://hallanalysis.com/json-ld-generator/
https://technicalseo.com/tools/schema-markup-generator/

yes, yes, yes.
I’m asking for knowledge from anyone with experience or an example of it working with social media links to assist on why code I’m finding errors when inputting is the following example: