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: "Lee-Tech Hardwood Floors",
description: "Lee-Tech Hardwood Floors specializes in hardwood floor installation and refinishing in the Roanoke area. With a focus on quality craftsmanship and attention to detail, they serve both residential and commercial clients looking to restore or install beautiful hardwood flooring.",
telephone: "+1-540-588-6217",
address: {
@type: "PostalAddress",
streetAddress: "3317 Fleming Ave NW",
addressLocality: "Roanoke",
addressRegion: "VA",
postalCode: "24012",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.309923399999995,
longitude: -79.9418237
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Roanoke, VA and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking hardwood floor restoration, New construction projects requiring hardwood installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Hardwood Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.