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: "Southwest Hardwood Floors, Inc.",
description: "Southwest Hardwood Floors, Inc. is a Las Vegas-based hardwood flooring specialist offering installation, refinishing, and sales of quality hardwood products. With over a decade of experience serving the Las Vegas area, they provide expert consultation, professional installation services, and a curated selection of hardwood flooring options to match any home style and budget.",
url: "http://southwesthardwood.com/",
telephone: "+1-702-850-8511",
address: {
@type: "PostalAddress",
streetAddress: "7020 W Warm Springs Rd Suite 160",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89113",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0573732,
longitude: -115.2457924
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Las Vegas, Nevada and surrounding areas",
knowsAbout: "Flooring, Homeowners wanting hardwood flooring installation, homeowners seeking refinishing services, new construction buyers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Solutions"
}
],
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.