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: "Pak's Law Office",
description: "Pak's Law Office is a criminal defense firm located in Twin Falls, Idaho, serving clients facing criminal charges. Led by experienced defense attorneys, they handle a range of criminal matters for individuals navigating the local and state justice system. The firm provides direct representation focused on protecting clients' rights and achieving the best possible outcomes in their cases.",
telephone: "+1-208-736-2072",
address: {
@type: "PostalAddress",
streetAddress: "601 Addison Ave",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5633084,
longitude: -114.46731919999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "38",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Criminal Defense, Individuals facing criminal charges in Idaho, DUI defendants, first-time offenders",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Attorney Representation"
}
],
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.