{
"microdata": null,
"jsonld": [
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Pacific Symphony",
"address": {
"@type": "PostalAddress",
"addressCountry": "US",
"addressLocality": "Irvine",
"addressRegion": "CA",
"postalCode": "92614",
"streetAddress": "17620 Fitch, Ste 100"
},
"telephone": "(714) 755-5799",
"url": "http://www.pacificsymphony.org",
"geo": {
"@type": "GeoCoordinates",
"latitude": 33.69559479999999,
"longitude": -117.8583358
}
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "what is your business address?",
"acceptedAnswer": {
"@type": "Answer",
"text": "17620 Fitch Ste 100, Irvine, CA 92614, US"
}
},
{
"@type": "Question",
"name": "What is the phone number to a business?",
"acceptedAnswer": {
"@type": "Answer",
"text": "(714) 755-5799"
}
}
]
}
],
"graph": null
}