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: "Jones Law Firm PC - High St",
description: "Jones Law Firm PC is a Denver-based family law practice specializing in divorce, custody disputes, and related matters. The firm provides personalized legal representation for clients navigating separation, child support, and family transitions, with a focus on protecting clients' rights and interests throughout the legal process.",
url: "https://denverdivorceattorneys.com/",
telephone: "+1-303-952-4582",
address: {
@type: "PostalAddress",
streetAddress: "1721 High St",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80218",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.743714399999995,
longitude: -104.96512700000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "199",
bestRating: "5"
},
areaServed: "Denver, CO and surrounding areas",
knowsAbout: "Family Law, Individuals seeking divorce representation, parents navigating custody arrangements, couples addressing child support and spousal support issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Family Law Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Denver Practice"
}
],
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.