Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Choice Insurance Agency",
description: "Choice Insurance Agency is an independent insurance broker serving Virginia Beach and the surrounding Hampton Roads area. They specialize in homeowners, auto, life, and business insurance, offering personalized coverage solutions from multiple carriers. As an independent agency, they help clients find the best rates and policies tailored to their specific needs rather than being limited to a single company's offerings.",
url: "https://choiceins.com/",
telephone: "+1-757-416-5100",
address: {
@type: "PostalAddress",
streetAddress: "5544 Greenwich Rd #200",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23462",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8433796,
longitude: -76.17740859999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "121",
bestRating: "5"
},
areaServed: "Virginia Beach, Hampton Roads, and surrounding areas of Virginia",
knowsAbout: "Insurance Agents, Homeowners, auto insurance shoppers, small business owners, families seeking bundled coverage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Coverage"
}
],
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.