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: "Twin Falls ID Family Law Attorney",
description: "Family law attorney serving Twin Falls and the surrounding Magic Valley region. Provides legal representation for divorce, child custody, child support, and other family law matters. Offers personalized counsel to help clients navigate complex family law issues.",
telephone: "+1-208-595-4560",
address: {
@type: "PostalAddress",
streetAddress: "1031 Eastland Dr #1b",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83303",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5613737,
longitude: -114.4411133
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and Magic Valley region",
knowsAbout: "Family Law, Individuals seeking divorce representation, parents navigating custody and support matters, couples with family law disputes in the Twin Falls area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Twin Falls Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Family Law Services"
}
],
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.