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: "Classic Insurance Agency Inc",
description: "Classic Insurance Agency Inc is an independent insurance agency located in Bladensburg, Maryland, serving the local community with comprehensive insurance solutions. They offer multiple lines of coverage including auto, home, and business insurance options from various carriers. As an independent agent, they work with clients to find policies tailored to individual needs and budgets.",
telephone: "+1-301-699-3344",
address: {
@type: "PostalAddress",
streetAddress: "5639 Annapolis Rd",
addressLocality: "Bladensburg",
addressRegion: "MD",
postalCode: "20710",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.939081099999996,
longitude: -76.9191416
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "33",
bestRating: "5"
},
areaServed: "Bladensburg, Maryland and surrounding areas",
knowsAbout: "Insurance Agents, Local residents seeking auto and home insurance, small business owners needing commercial coverage, individuals looking for personalized insurance advice from an independent agent",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.