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: "Alco Insurance Agency",
description: "Alco Insurance Agency is an independent insurance agency in Phoenix serving Arizona families and businesses with comprehensive coverage options. They specialize in auto, home, life, and business insurance, offering personalized quotes and bundling discounts to help clients find affordable protection. Their experienced team works with multiple carriers to match each client's unique needs and budget.",
url: "http://www.alcoinsurance.com/",
telephone: "+1-602-216-2526",
address: {
@type: "PostalAddress",
streetAddress: "111 W Hatcher Rd",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85021",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5711486,
longitude: -112.0766061
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "81",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas, Arizona",
knowsAbout: "Insurance Agents, Arizona families seeking affordable auto and home insurance, small business owners needing commercial coverage, individuals wanting bundled policies for discounts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
}
],
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.