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: "Hardwoods of Nashville",
description: "Hardwoods of Nashville Contract & Supply, LLC is a full-service flooring contractor operating since 2004, specializing in hardwood flooring installation, refinishing, and repairs. They also handle carpet, vinyl, and laminate flooring to meet all residential flooring needs. The team manages projects from start to finish, offering in-home estimates to help homeowners select and install the right flooring solution.",
url: "http://hardwoodsofnashville.com/",
telephone: "+1-615-321-9663",
address: {
@type: "PostalAddress",
streetAddress: "214 Mcmillin St",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1581816,
longitude: -86.7943433
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking hardwood installation or refinishing, customers wanting comprehensive flooring solutions, those preferring established local contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Since 2004"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Flooring Types"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Home Estimates"
}
],
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.