Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Craig Johnson Law",
description: "Craig Johnson Law is a Provo-based criminal defense firm led by attorney Craig Johnson, who brings over 15 years of prosecution experience and has tried more than 60 felony jury trials. The firm specializes in criminal defense, DUI cases, sexual assault charges, and related criminal matters, offering clients direct access to Craig rather than working through assistants. They also provide estate planning, civil protective orders, and victim's rights representation.",
url: "https://craigjohnsonlaw.com/",
telephone: "+1-801-458-2285",
address: {
@type: "PostalAddress",
streetAddress: "2500 N University Ave",
addressLocality: "Provo",
addressRegion: "UT",
postalCode: "84604",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.2664924,
longitude: -111.65738839999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "265",
bestRating: "5"
},
areaServed: "Provo and surrounding Utah communities",
knowsAbout: "Criminal Defense, Individuals facing felony or DUI charges, sexual assault defendants, those needing estate planning, people seeking victim's rights representation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Extensive Trial Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Attorney Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Practice Areas"
}
],
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.