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: "Orion Flooring, Inc.",
description: "Orion Flooring, Inc. is a full-service flooring company in Rialto specializing in hardwood installation, refinishing, tile work, and LVP/laminate flooring. They offer both retail showroom options and professional installation services, serving residential and commercial clients throughout the region. With expertise across multiple flooring types and a commitment to quality craftsmanship, Orion Flooring handles everything from material selection to professional installation.",
url: "https://orionflooring.com/",
telephone: "+1-909-746-0207",
address: {
@type: "PostalAddress",
streetAddress: "363 W Valley Blvd",
addressLocality: "Rialto",
addressRegion: "CA",
postalCode: "92376",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0690764,
longitude: -117.37578680000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "49",
bestRating: "5"
},
areaServed: "Rialto, CA and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking flooring upgrades, Commercial property managers, Contractors needing material suppliers and installation partners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Flooring Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom & Installation Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Services"
}
],
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.