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: "The Wood Floor Company",
description: "The Wood Floor Company is a San Jose-based flooring specialist offering hardwood installation, refinishing, and a full range of flooring materials including tile, laminate, and carpet. Operating as both a showroom and service provider, they combine retail selection with professional installation expertise, serving both residential and commercial customers throughout the Bay Area.",
url: "https://www.thewoodfloorcompany.net/",
telephone: "+1-408-837-7464",
address: {
@type: "PostalAddress",
streetAddress: "5387 Camden Ave",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95124",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.240868,
longitude: -121.90586750000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "19",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding Bay Area",
knowsAbout: "Flooring, Homeowners seeking hardwood refinishing, Businesses needing commercial flooring, First-time flooring buyers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Showroom"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Hardwood Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.