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: "Divorce Matters",
description: "Divorce Matters is a family law firm in Colorado Springs specializing in divorce, child custody, and family law matters. They provide comprehensive legal representation for individuals navigating separation and divorce proceedings, offering services including custody arrangements, asset division, and mediation to help clients achieve favorable outcomes.",
url: "https://divorce-matters.com/locations/colorado-springs-attorney/",
telephone: "+1-719-600-2329",
address: {
@type: "PostalAddress",
streetAddress: "1755 Telstar Dr Ste. 300",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80920",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9595122,
longitude: -104.7972209
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Family Law, Individuals going through divorce, parents seeking custody arrangements, couples interested in mediation services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specializes in Family Law"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Service Options"
}
],
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.