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: "USA Flooring - Capital Blvd",
description: "USA Flooring in Raleigh offers a comprehensive selection of flooring options including hardwood, tile, laminate, vinyl, and carpet, with professional installation services available. The showroom features display samples and expert staff to help customers select the right flooring for their home or commercial space. They provide free estimates and financing options to make flooring projects accessible to homeowners and contractors throughout the Raleigh area.",
url: "https://www.usaflooringnc.com/locations/raleigh/",
telephone: "+1-984-400-8973",
address: {
@type: "PostalAddress",
streetAddress: "4721 Capital Blvd",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27604",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8490195,
longitude: -78.58178749999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "607",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Flooring, Homeowners planning renovations, property managers, contractors seeking quality materials and installation, budget-conscious buyers seeking financing options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Flooring Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Financing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Installation"
}
],
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.