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: "The Window Depot - E McDowell Rd",
description: "The Window Depot is a home improvement retailer specializing in windows, doors, and building materials for residential and commercial projects. Located on E McDowell Rd in Phoenix, they offer a wide selection of window and door products, along with home improvement supplies and materials. The store provides both retail shopping and professional installation services to help customers complete their renovation and construction projects.",
url: "https://thewindowdepot.com/",
telephone: "+1-602-273-1284",
address: {
@type: "PostalAddress",
streetAddress: "4525 E McDowell Rd",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85008",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4647951,
longitude: -111.98398119999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "232",
bestRating: "5"
},
areaServed: "Phoenix, AZ and surrounding areas",
knowsAbout: "Windows & Doors, Homeowners planning renovations, Contractors and builders, DIY enthusiasts, Commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Product Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Retail & Installation Services"
}
],
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.