Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Myong O Chung Law Office",
description: "Myong O Chung Law Office provides legal services to the Norman community from their location on 24th Avenue NW. While specific practice areas are not detailed online, the firm serves local clients seeking legal representation and counsel.",
telephone: "+1-405-447-4770",
address: {
@type: "PostalAddress",
streetAddress: "808 24th Ave NW",
addressLocality: "Norman",
addressRegion: "OK",
postalCode: "73069",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.22841280000001,
longitude: -97.48025679999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Norman, Oklahoma and surrounding areas",
knowsAbout: "Family Law, Norman residents seeking legal counsel and representation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Norman Practice"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.