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" } }