Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Contigo Insurance Agency",
description: "Contigo Insurance Agency is an independent insurance agency serving Round Rock and the greater Austin area with a full range of personal and commercial insurance solutions. They specialize in auto, home, life, and business insurance, helping customers find coverage that fits their specific needs and budget. As an independent agency, Contigo works with multiple carriers to offer competitive rates and bundling options.",
url: "https://www.contigoagency.com/location/insurance-round-rock/",
telephone: "+1-512-388-0346",
address: {
@type: "PostalAddress",
streetAddress: "1800 N Mays St Suite 106",
addressLocality: "Round Rock",
addressRegion: "TX",
postalCode: "78664",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.525222999999993,
longitude: -97.6870738
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "85",
bestRating: "5"
},
areaServed: "Round Rock, Austin, and surrounding Central Texas communities",
knowsAbout: "Insurance Agents, Homeowners seeking bundled coverage, Small business owners, Drivers looking for competitive auto rates, Families needing life insurance protection",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Bundling Discounts"
},
{
@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.