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: "Professional Insurance Agency",
description: "Professional Insurance Agency is an independent insurance brokerage serving Arlington, VA and the surrounding region. They specialize in helping individuals and businesses find comprehensive insurance coverage across multiple carriers, offering personalized service to match clients with the right policies for their needs.",
telephone: "+1-571-206-0219",
address: {
@type: "PostalAddress",
streetAddress: "1777 N Kent St",
addressLocality: "Arlington",
addressRegion: "VA",
postalCode: "22209",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8967087,
longitude: -77.0690832
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Arlington, Virginia and surrounding Northern Virginia communities",
knowsAbout: "Insurance Agents, Small business owners, homeowners seeking comprehensive coverage, professionals needing multiple insurance types, clients comparing rates across carriers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent Status"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized 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.