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: "Virginia Flooring Supply",
description: "Virginia Flooring Supply is a locally-owned building materials store in Manassas specializing in flooring products and home goods. They offer a wide selection of flooring options including hardwood, tile, laminate, and carpet, along with expert guidance to help customers choose the right materials for their projects. With a showroom and knowledgeable staff, they serve both DIY homeowners and professional contractors.",
url: "http://virginiaflooringsupply.com/",
telephone: "+1-703-530-1011",
address: {
@type: "PostalAddress",
streetAddress: "8693 Virginia Meadows Dr",
addressLocality: "Manassas",
addressRegion: "VA",
postalCode: "20109",
addressCountry: "US"
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Manassas, VA and surrounding Northern Virginia communities",
knowsAbout: "Flooring, Homeowners planning flooring renovations, DIY enthusiasts, professional contractors, home builders",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Flooring Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional & DIY Friendly"
}
],
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.