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: "Denver Family Lawyers",
description: "Denver Family Lawyers provides comprehensive family law representation for Colorado residents, including divorce, child custody, support matters, and related family legal issues. Based in Denver, the firm serves clients navigating emotionally complex family transitions with professional legal guidance and advocacy.",
url: "https://www.familylawyersdenver.com/",
telephone: "+1-303-502-9600",
address: {
@type: "PostalAddress",
streetAddress: "3801 E Florida Ave Suite 102",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80210",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.689813,
longitude: -104.94246869999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "49",
bestRating: "5"
},
areaServed: "Denver, Colorado and surrounding areas",
knowsAbout: "Family Law, Colorado residents seeking divorce representation, couples establishing custody agreements, parents navigating child support disputes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Denver-Based Family Law Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Attorney Consultation"
}
],
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.