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: "Foothills Family Law",
description: "Foothills Family Law is an independent family law firm in Arvada specializing in divorce, child custody, spousal support, and property division for families throughout the Denver metro area. The firm handles collaborative divorce, mediation, and contested litigation, offering personalized legal representation during challenging family transitions. They provide free initial consultations and work with clients to find cost-effective solutions tailored to their circumstances.",
url: "http://www.foothillsfamilylaw.com/",
telephone: "+1-303-355-1141",
address: {
@type: "PostalAddress",
streetAddress: "5610 Ward Rd STE 300",
addressLocality: "Arvada",
addressRegion: "CO",
postalCode: "80002",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.796550499999995,
longitude: -105.13705279999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Denver metro area, including Arvada, Broomfield, Westminster, Thornton, and surrounding communities",
knowsAbout: "Family Law, Divorcing couples, parents navigating custody disputes, families seeking mediation, individuals protecting parental rights",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Initial Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Collaborative Divorce Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Mediation 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.