Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Michael Wood",
description: "Michael Wood is a criminal defense attorney serving Twin Falls, Idaho, providing legal representation for clients facing criminal charges. With a local presence in Twin Falls, he offers defense services across various criminal matters to help protect clients' rights and interests throughout the legal process.",
telephone: "+1-208-736-8190",
address: {
@type: "PostalAddress",
streetAddress: "184 Gooding St W",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5563328,
longitude: -114.4722504
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.1",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Criminal Defense, Individuals facing criminal charges in Twin Falls, those needing local legal representation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Contact"
}
],
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.