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: "Valley Flooring",
description: "Valley Flooring is a flooring retailer and installation service in Clovis, CA offering a range of flooring materials and professional installation. They serve the Central Valley with flooring solutions for residential and commercial properties.",
telephone: "+1-559-297-5325",
address: {
@type: "PostalAddress",
streetAddress: "324 N Minnewawa Ave",
addressLocality: "Clovis",
addressRegion: "CA",
postalCode: "93612",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8360172,
longitude: -119.70863459999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Clovis, Fresno County, Central Valley, CA",
knowsAbout: "Flooring, Homeowners seeking flooring materials, Residential renovation projects, Commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Established Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Retail & Installation 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.