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: "American Pro Insurance",
description: "American Pro Insurance is an independent insurance agency in McKinney serving the Dallas-Fort Worth area with comprehensive coverage options including auto, home, life, and business insurance. They work with multiple carriers to provide personalized quotes and help clients find the right coverage at competitive rates. Their goal is to simplify insurance shopping and ensure clients have the protection they need.",
url: "https://americanproinsurance.com/",
telephone: "+1-626-737-2171",
address: {
@type: "PostalAddress",
streetAddress: "6675 S Custer Rd Suite 500 PMB 1027",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75070",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.135646799999996,
longitude: -96.7324829
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "McKinney, TX and surrounding Dallas-Fort Worth areas",
knowsAbout: "Insurance Agents, Homeowners, auto insurance buyers, small business owners, families seeking comprehensive coverage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Carrier Access"
},
{
@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.