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: "Archer Auto Insurance",
description: "Archer Auto Insurance provides personalized auto coverage solutions to Fredericksburg-area drivers. Based locally on Lafayette Boulevard, they work directly with clients to find policies that match individual needs and budgets.",
telephone: "+1-276-268-4771",
address: {
@type: "PostalAddress",
streetAddress: "2608 Lafayette Blvd",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22408",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.27236,
longitude: -77.4832912
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Insurance Agents, Fredericksburg area drivers seeking personalized auto insurance, individuals preferring local agent service, drivers wanting in-person policy consultation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
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.