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: "Texas Floors",
description: "Texas Floors is a full-service flooring company in Cypress offering installation, refinishing, and sales of hardwood, tile, laminate, vinyl, and carpet flooring. They combine a showroom with expert installation services, serving both residential and commercial clients throughout the Houston area. With over a decade of experience, they're known for quality craftsmanship and reliable project completion.",
url: "https://texasfloors.com/",
telephone: "+1-281-256-3333",
address: {
@type: "PostalAddress",
streetAddress: "25402 Northwest Fwy Ste 103",
addressLocality: "Cypress",
addressRegion: "TX",
postalCode: "77429",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.964439499999997,
longitude: -95.68830830000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "198",
bestRating: "5"
},
areaServed: "Cypress, TX and surrounding Houston area",
knowsAbout: "Flooring, Homeowners replacing or refinishing floors, commercial property owners, builders and contractors, customers wanting showroom consultation before purchase",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom & Installation in One"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Flooring Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Experience"
}
],
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.