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: "Best One Insurance Agency",
description: "Best One Insurance Agency is an independent insurance agency serving Garden Grove and Orange County with comprehensive coverage options including auto, home, life, and business insurance. With a strong reputation built on personalized service and competitive rates, they help clients find the right coverage to protect what matters most.",
telephone: "+1-714-583-7250",
address: {
@type: "PostalAddress",
streetAddress: "12843 Harbor Blvd # E-1",
addressLocality: "Garden Grove",
addressRegion: "CA",
postalCode: "92840",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7771335,
longitude: -117.9177553
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "95",
bestRating: "5"
},
areaServed: "Garden Grove, CA and Orange County",
knowsAbout: "Insurance Agents, Homeowners, auto owners, small business owners, families looking to consolidate insurance policies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@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.