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: "Chicago Window Replacement",
description: "Chicago Window Replacement specializes in professional window installation and replacement services throughout the Chicago area. They offer custom window solutions designed to improve energy efficiency and enhance home aesthetics. With a focus on quality craftsmanship and customer satisfaction, they serve homeowners looking to upgrade their windows with reliable, durable products.",
url: "https://chicagowindowreplacement.net/",
telephone: "+1-331-227-6565",
address: {
@type: "PostalAddress",
streetAddress: "500 N Michigan Ave #047b",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60611",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8911538,
longitude: -87.62461479999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding areas",
knowsAbout: "Windows & Doors, Homeowners seeking energy-efficient upgrades, homeowners with aging or damaged windows, property owners improving home value",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Window Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Installation"
}
],
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.