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: "Hardwood & Carpet Express",
description: "Carpet Express is a family-owned flooring retailer with over 30 years of experience serving Northern Virginia from locations in Lorton and Ashburn. They offer a comprehensive selection of flooring options including carpet, hardwood, laminate, luxury vinyl, tile, and waterproof flooring for both residential and commercial applications. Their knowledgeable staff helps customers select flooring that matches their lifestyle and budget, with professional in-home estimates and skilled installation services.",
url: "http://www.mattresscarpetexpress.com/",
telephone: "+1-703-550-1933",
address: {
@type: "PostalAddress",
streetAddress: "8196 Terminal Rd #D",
addressLocality: "Lorton",
addressRegion: "VA",
postalCode: "22079",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.736028,
longitude: -77.1885707
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "161",
bestRating: "5"
},
areaServed: "Lorton, Ashburn, and surrounding Northern Virginia communities",
knowsAbout: "Flooring, Homeowners seeking diverse flooring options, Businesses needing commercial flooring solutions, Budget-conscious customers wanting quality products",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Over 30 Years Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Product Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional 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.