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: "Glass & Sash Inc.",
description: "Glass & Sash Inc. is a full-service window and door company based in San Rafael, combining manufacturing, installation, and retail services. They offer custom window solutions, entry doors, and related glass products, serving both residential and commercial clients throughout the North Bay. With on-site manufacturing capabilities and a showroom, they provide personalized design consultation and professional installation.",
url: "http://www.glassandsash.com/",
telephone: "+1-415-456-2240",
address: {
@type: "PostalAddress",
streetAddress: "425 Irwin St",
addressLocality: "San Rafael",
addressRegion: "CA",
postalCode: "94901",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9640097,
longitude: -122.5222113
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "19",
bestRating: "5"
},
areaServed: "San Rafael and surrounding North Bay communities",
knowsAbout: "Windows & Doors, Homeowners seeking custom window replacements, property managers needing commercial glass solutions, builders and contractors requiring bulk orders",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Manufacturing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Retail Showroom"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Service Model"
}
],
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.