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: "Houston Hardwoods Inc.",
description: "Houston Hardwoods Inc. specializes in hardwood flooring installation, refinishing, and restoration for residential and commercial properties across the Houston area. With over two decades of experience, they offer expert craftsmanship in selecting, installing, and maintaining hardwood floors, helping homeowners and businesses achieve beautiful, durable flooring solutions. Their team handles everything from new installations to sanding, staining, and refinishing existing hardwood floors.",
url: "https://houstonhardwoods.com/",
telephone: "+1-713-686-6176",
address: {
@type: "PostalAddress",
streetAddress: "4910 W 34th St",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77092",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.820239,
longitude: -95.4622889
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "221",
bestRating: "5"
},
areaServed: "Houston and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking hardwood installation, homeowners with existing floors needing refinishing, commercial property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Expert Refinishing"
},
{
@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.