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: "Arizona Window and Door Store",
description: "Arizona Window and Door Store is a locally-owned home improvement retailer in Scottsdale specializing in windows, doors, and related installation services. They offer a wide selection of custom window and door options, professional installation, and expert guidance for residential projects. The team provides in-home consultations and works directly with homeowners to find solutions tailored to Arizona's climate and architectural styles.",
url: "https://thewindowdoorstore.com/",
telephone: "+1-480-450-1953",
address: {
@type: "PostalAddress",
streetAddress: "7625 E Redfield Rd # 400",
addressLocality: "Scottsdale",
addressRegion: "AZ",
postalCode: "85260",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.613321899999995,
longitude: -111.9164034
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "1308",
bestRating: "5"
},
areaServed: "Scottsdale, AZ and surrounding Phoenix metropolitan area",
knowsAbout: "Windows & Doors, Homeowners seeking quality windows and doors, Energy-conscious renovators, Homeowners wanting custom aesthetic options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Window & Door Selection"
},
{
@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.