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: "A & B Insurance Agency, Inc",
description: "A & B Insurance Agency, Inc is an independent insurance agency in Jacksonville serving the Northeast Florida region with personalized coverage solutions. They offer auto, home, life, and business insurance options from multiple carriers, allowing customers to find the best rates and coverage tailored to their specific needs. Their experienced team focuses on building long-term client relationships and providing comprehensive insurance guidance.",
url: "http://www.aandbinsurance.com/",
telephone: "+1-904-388-6446",
address: {
@type: "PostalAddress",
streetAddress: "2153 Blanding Blvd",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32210",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.278970400000002,
longitude: -81.7267322
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "238",
bestRating: "5"
},
areaServed: "Jacksonville and Northeast Florida",
knowsAbout: "Insurance Agents, Homeowners seeking competitive rates, small business owners needing commercial coverage, drivers looking for auto insurance, individuals wanting bundled insurance packages",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.