Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Ez-Way insurance agency",
description: "Ez-Way Insurance Agency is an independent insurance agency in Austin serving the Central Texas area with personalized insurance solutions. They specialize in auto, home, and life insurance coverage, helping individuals and families find policies that fit their needs and budgets. With a focus on customer service and competitive rates, Ez-Way works with multiple carriers to provide clients with options and savings opportunities.",
telephone: "+1-512-539-0817",
address: {
@type: "PostalAddress",
streetAddress: "1200 W Howard Ln ste N",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78753",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.424804400000003,
longitude: -97.66983929999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Austin and surrounding Central Texas communities",
knowsAbout: "Insurance Agents, Austin families seeking auto and home insurance, individuals comparing coverage options, people wanting local personalized service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@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.