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: "SimplyDoors",
description: "SimplyDoors is a local door and window supplier and installer serving the San Antonio area from their Schertz location. They specialize in entry doors, storm doors, windows, and related installation services for residential customers. With a focus on quality products and professional installation, SimplyDoors helps homeowners upgrade their entryways and windows with expert guidance and reliable service.",
url: "https://simplydoors.com/",
telephone: "+1-210-903-8450",
address: {
@type: "PostalAddress",
streetAddress: "17750 Lookout Rd Suite 150",
addressLocality: "Schertz",
addressRegion: "TX",
postalCode: "78154",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.6045091,
longitude: -98.29078349999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Schertz, San Antonio, and surrounding areas",
knowsAbout: "Windows & Doors, Homeowners upgrading entry doors or windows, those needing professional installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Schertz Location"
}
],
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.