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: "Prosper Path Insurance Agency",
description: "Prosper Path Insurance Agency is an independent insurance agency serving the Harrisonburg, Virginia area. They provide personalized insurance solutions across multiple carriers, helping clients find coverage that fits their needs and budget. With a focus on customer service and competitive rates, they work with individuals and families to navigate insurance options and identify potential savings through bundling and other discounts.",
telephone: "+1-540-425-3789",
address: {
@type: "PostalAddress",
streetAddress: "12 US-11",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.449220499999996,
longitude: -78.8685029
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Harrisonburg, Virginia and surrounding areas",
knowsAbout: "Insurance Agents, Local residents seeking personalized insurance guidance, families looking to bundle policies for savings, small business owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.