Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Arizona Family Law Ranch",
description: "Arizona Family Law Ranch is a family law firm in Cave Creek specializing in divorce, child custody, spousal support, and property division. Led by experienced attorneys, they offer personalized legal representation and mediation services to help families navigate challenging transitions with compassionate, professional guidance.",
url: "https://www.arizonafamilylawranch.com/",
telephone: "+1-480-333-5588",
address: {
@type: "PostalAddress",
streetAddress: "6525 E Dixileta Dr",
addressLocality: "Cave Creek",
addressRegion: "AZ",
postalCode: "85331",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7553008,
longitude: -111.9404885
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "43",
bestRating: "5"
},
areaServed: "Cave Creek, Arizona and surrounding Phoenix metro areas",
knowsAbout: "Family Law, Divorcing couples, parents navigating custody disputes, individuals seeking mediation services, families in Arizona seeking experienced family law counsel",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mediation Services Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Legal Strategy"
}
],
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.