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: "Glass Rehab",
description: "Glass Rehab is an Austin-based glass repair and replacement specialist serving both residential and commercial clients across the greater Austin area. They repair and replace windows, doors, mirrors, and storefront glass, specializing in cost-effective solutions like replacing only the damaged glass pane rather than entire windows. They offer same-day emergency board-up service and focus on energy-efficient solutions with fast, skilled technician service.",
url: "https://www.glassrehab.com/",
telephone: "+1-737-239-5932",
address: {
@type: "PostalAddress",
streetAddress: "1506 S Congress Ave",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.2486988,
longitude: -97.75028569999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "288",
bestRating: "5"
},
areaServed: "Austin and surrounding areas including Bee Cave, Buda, Kyle, San Marcos, Pflugerville, and Bastrop",
knowsAbout: "Windows & Doors, Homeowners with broken or foggy windows, commercial property managers, emergency glass damage situations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Selective Glass Replacement"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Energy-Efficient Solutions"
}
],
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.