Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Adam Moncier Law Firm",
description: "Adam Moncier Law Firm is a legal practice based in Knoxville, Tennessee, serving clients with legal representation and counsel. Located on Clinch Ave, the firm provides professional legal services to the local community.",
telephone: "+1-865-200-4615",
address: {
@type: "PostalAddress",
streetAddress: "1318 Clinch Ave",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37916",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9598995,
longitude: -83.9280678
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Knoxville, Tennessee and surrounding areas",
knowsAbout: "Family Law, Individuals seeking legal representation in Knoxville",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Knoxville Presence"
}
],
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.