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: "Seattle's Doorhouse",
description: "Seattle's Doorhouse is a local supplier and retailer specializing in doors, frames, and related hardware for residential and commercial projects. Located in Seattle, they offer a wide selection of entry doors, interior doors, and installation services, serving contractors, builders, and homeowners throughout the region. Their knowledgeable team provides expert guidance on door selection and can assist with both DIY projects and professional installations.",
url: "http://seattlesdoorhouse.com/",
telephone: "+1-206-628-6256",
address: {
@type: "PostalAddress",
streetAddress: "2250 4th Ave S",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98134",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.5824026,
longitude: -122.32880270000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "57",
bestRating: "5"
},
areaServed: "Seattle and surrounding Puget Sound region",
knowsAbout: "Windows & Doors, Homeowners, Contractors, Builders, DIY enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Seattle Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Expert Support"
}
],
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.