Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "California Rubber Flooring Supply",
description: "California Rubber Flooring Supply is a specialized supplier of rubber flooring materials for residential and commercial applications in the Sunnyvale area. They offer a curated selection of rubber flooring products and materials for customers looking to install durable, slip-resistant flooring solutions. The business caters to both DIY installers and contractors seeking quality rubber flooring options.",
url: "https://calrubberflooring.com/",
telephone: "+1-669-244-5858",
address: {
@type: "PostalAddress",
streetAddress: "1060 Stewart Dr",
addressLocality: "Sunnyvale",
addressRegion: "CA",
postalCode: "94085",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3841424,
longitude: -121.99742750000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Sunnyvale, CA and surrounding Silicon Valley communities",
knowsAbout: "Flooring, Contractors, DIY homeowners, commercial property managers, fitness facilities and gyms",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialty Rubber Flooring Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Building Materials Source"
}
],
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.