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: "Wood Windows and Doors Corporation",
description: "Wood Windows and Doors Corporation is a manufacturer and supplier of custom wood windows and doors serving the San Francisco Bay Area. Located in San Pablo, they design, fabricate, and install high-quality wooden window and door systems for residential and commercial projects. Their expertise in custom wood products and direct manufacturing allows them to offer personalized solutions tailored to specific architectural requirements.",
url: "https://www.woodwindowsndoors.com/",
telephone: "+1-510-363-3242",
address: {
@type: "PostalAddress",
streetAddress: "210 Center Ct",
addressLocality: "San Pablo",
addressRegion: "CA",
postalCode: "94806",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9749984,
longitude: -122.3534469
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "10",
bestRating: "5"
},
areaServed: "San Pablo and surrounding Bay Area communities",
knowsAbout: "Windows & Doors, Architects and builders seeking custom wood windows, Historic home restoration projects, High-end residential renovations, Commercial properties requiring specialty wood doors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Manufacturer"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Design Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Production"
}
],
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.