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: "Family Assured",
description: "Family Assured is an insurance agency located in Fredericksburg, VA, specializing in helping families find the right coverage for their needs. Operating from their Plank Road location, they work directly with clients to match them with appropriate insurance solutions.",
telephone: "+1-571-210-6999",
address: {
@type: "PostalAddress",
streetAddress: "2215 Plank Rd #173",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2968732,
longitude: -77.4975321
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Insurance Agents, Families seeking personalized insurance guidance, Fredericksburg residents needing local insurance services, individuals comparing coverage options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Accessibility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused 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.