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: "Valdez Law Office PLLC",
description: "Valdez Law Office PLLC is a criminal defense firm serving Twin Falls, Idaho, providing legal representation for individuals facing criminal charges. The firm handles a range of criminal matters and works to protect clients' rights throughout the legal process.",
telephone: "+1-208-736-7333",
address: {
@type: "PostalAddress",
streetAddress: "2217 Addison Ave E",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5634381,
longitude: -114.44010709999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Criminal Defense, Individuals facing criminal charges in Twin Falls, Local defendants seeking representation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Criminal Defense"
}
],
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.