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: "Graham.Law",
description: "Graham.Law is a Colorado Springs-based law firm specializing in family law, including divorce, custody, and mediation services. Led by experienced attorneys, the firm provides personalized legal representation and counsel to clients navigating complex family law matters with compassion and expertise.",
url: "https://www.graham.law/",
telephone: "+1-719-630-1123",
address: {
@type: "PostalAddress",
streetAddress: "2 N Cascade Ave # 1100",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.834264999999995,
longitude: -104.825599
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "129",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding El Paso County",
knowsAbout: "Family Law, Couples seeking divorce representation, parents navigating custody disputes, families open to mediation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mediation Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
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.