Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "American Glass, Inc.",
description: "American Glass, Inc. is a glass supplier and installation company based in Oklahoma City. While limited information is publicly available, the business appears to serve the local area with glass products and services from their American Avenue location.",
address: {
@type: "PostalAddress",
streetAddress: "2150 American Avenue",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73141",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4922217,
longitude: -97.39864589999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Oklahoma City, OK and surrounding areas",
knowsAbout: "Windows & Doors, Homeowners and businesses needing glass products and installation services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local establishment"
}
],
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.