Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Golden State Glass",
description: "Golden State Glass is a San Francisco-based glass supplier and installation specialist serving the Bay Area since 1952. They provide custom glass solutions for residential and commercial projects, including windows, doors, mirrors, shower enclosures, and specialty glass work. Known for quality craftsmanship and personalized service, Golden State Glass handles both repair and new installation projects.",
telephone: "+1-415-386-7000",
address: {
@type: "PostalAddress",
streetAddress: "3733 Geary Blvd",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94118",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.781045999999996,
longitude: -122.45953390000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "San Francisco and surrounding Bay Area",
knowsAbout: "Windows & Doors, Homeowners needing custom glass work, Commercial businesses requiring glass solutions, Historic home renovations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Since 1952"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Glass Solutions"
}
],
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.