Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Johnson & Biscone, P.A.",
description: "Johnson & Biscone, P.A. is a full-service law firm in Oklahoma City specializing in personal injury, family law, estate planning, and criminal defense. With experienced attorneys handling everything from car accidents and slip-and-fall cases to divorce, wills, and criminal matters, the firm serves individuals and families throughout the Oklahoma City area with skilled legal representation and personalized client service.",
url: "https://www.oklalegal.com/",
telephone: "+1-405-232-6490",
address: {
@type: "PostalAddress",
streetAddress: "105 N Hudson Ave STE 100",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73102",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.468123,
longitude: -97.51981819999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "155",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Personal Injury Law, Accident victims, families navigating divorce or inheritance matters, individuals needing criminal defense, small business owners planning estates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Practice Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.