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: "Positive Auto Insurance",
description: "Positive Auto Insurance is an independent insurance agency in Alexandria, VA specializing in auto insurance coverage. They work with multiple carriers to help customers find affordable policies tailored to their needs, offering free quotes and personalized service to both new and existing clients.",
telephone: "+1-571-650-0367",
address: {
@type: "PostalAddress",
streetAddress: "277 S Washington St",
addressLocality: "Alexandria",
addressRegion: "VA",
postalCode: "22314",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.80318,
longitude: -77.047832
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Alexandria, VA and surrounding Northern Virginia areas",
knowsAbout: "Insurance Agents, Alexandria residents seeking competitive auto insurance rates, drivers switching providers, customers wanting personalized coverage advice",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Quotes"
}
],
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.