Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Chris Johnson - Liberty Mutual & Progressive Insurance Agent",
description: "Chris Johnson is an independent insurance agent in Washington, DC representing Liberty Mutual and Progressive. He provides personalized insurance solutions including auto, home, life, and business coverage for DC residents and surrounding areas. With a focus on customer service and competitive rates, Chris helps clients find the right coverage and bundling discounts to fit their needs.",
telephone: "+1-202-629-1600",
address: {
@type: "PostalAddress",
streetAddress: "4723 Sheriff Rd NE",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20019",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.902689099999996,
longitude: -76.9345203
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Insurance Agents, Washington DC residents seeking auto insurance, homeowners needing bundled coverage, small business owners, individuals looking for life insurance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Carrier Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
}
],
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.