Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "amco AUTO INSURANCE",
description: "AMCO Auto Insurance is a local insurance agency in Houston serving the Greater Houston area with personalized auto insurance solutions. They specialize in helping drivers find affordable coverage options tailored to their specific needs and budget. With a commitment to customer service and competitive rates, AMCO works to make the insurance process straightforward and accessible.",
telephone: "+1-281-835-4030",
address: {
@type: "PostalAddress",
streetAddress: "15930 S Post Oak Rd c",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77053",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.594830599999998,
longitude: -95.46793540000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "83",
bestRating: "5"
},
areaServed: "Houston and surrounding Greater Houston area, Texas",
knowsAbout: "Insurance Agents, Houston-area drivers seeking affordable auto insurance, individuals comparing coverage options, drivers wanting local agent support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Houston Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized 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.