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: "Gama Windows Inc",
description: "Gama Windows Inc is a Chicago-based window and door installation company serving the local area with custom replacement windows, entry doors, and storm windows. With over a decade of service to Chicagoland residents, they specialize in energy-efficient window solutions and professional installation for both residential properties. The team focuses on quality craftsmanship and personalized service for homeowners looking to upgrade their home's appearance and efficiency.",
telephone: "+1-773-931-8841",
address: {
@type: "PostalAddress",
streetAddress: "4457 S Archer Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60632",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8121283,
longitude: -87.7070545
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Chicago and surrounding areas",
knowsAbout: "Windows & Doors, Chicago homeowners seeking window replacements, families wanting energy-efficient upgrades, property owners in need of entry door installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Window Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Chicago 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.