Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Chicama Hardwood Floors, LLC",
description: "Chicama Hardwood Floors, LLC is a hardwood flooring specialist serving the Stafford, VA area. They provide professional hardwood floor installation and refinishing services for residential clients. With a focus on quality craftsmanship, they deliver custom hardwood solutions tailored to each homeowner's needs.",
telephone: "+1-571-505-3791",
address: {
@type: "PostalAddress",
streetAddress: "62 Acadia St",
addressLocality: "Stafford",
addressRegion: "VA",
postalCode: "22554",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4847201,
longitude: -77.3805093
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Stafford, VA and surrounding Northern Virginia communities",
knowsAbout: "Flooring, Homeowners seeking hardwood flooring installation, homeowners with existing hardwood floors needing refinishing, renovation projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Hardwood Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Stafford Business"
}
],
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.