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: "Window e-Store",
description: "Window e-Store is a supplier and installer of residential windows and doors serving the Austin area. They offer a wide selection of window styles, custom options, and professional installation services to help homeowners improve energy efficiency and curb appeal.",
url: "http://www.windowestore.com/",
telephone: "+1-855-290-6366",
address: {
@type: "PostalAddress",
streetAddress: "1912 W Anderson Ln. Suite 208B",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78757",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.354623200000002,
longitude: -97.7263518
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "98",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Windows & Doors, Homeowners seeking energy-efficient windows, those replacing old doors and windows, renovators upgrading home aesthetics",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Window Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Online Ordering Convenience"
}
],
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.