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: "Heights Auto Repair",
description: "Heights Auto Repair is an independent auto repair shop in Houston serving both domestic and foreign vehicles with a full range of maintenance and repair services. With over 424 customer reviews and a 4.5-star rating, the shop specializes in diagnostics, routine maintenance, brake service, transmission work, and general repairs. Their experienced technicians focus on honest, transparent service and fair pricing for Houston-area drivers.",
url: "http://heightsautorepair.com/",
telephone: "+1-713-880-2440",
address: {
@type: "PostalAddress",
streetAddress: "735 W 19th St",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77008",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.8030312,
longitude: -95.41182859999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "424",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Domestic and foreign vehicle owners, Budget-conscious drivers, DIY mechanics needing diagnostics",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repair Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent & Transparent"
}
],
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.