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: "Floors on 14th",
description: "Floors on 14th is a flooring showroom and retailer in Washington, DC's Logan Circle neighborhood, offering a curated selection of hardwood, tile, laminate, and carpet flooring options. The store features an on-site showroom where customers can view and compare materials in person, with knowledgeable staff to guide selections. They serve both residential and commercial clients looking for quality flooring materials and installation expertise.",
url: "http://www.floorson14.com/",
telephone: "+1-202-234-8882",
address: {
@type: "PostalAddress",
streetAddress: "1832 14th St NW",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20009",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9151862,
longitude: -77.0322008
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "79",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Flooring, Homeowners upgrading flooring, Commercial property managers, Design professionals, Budget-conscious renovators",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Showroom"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Flooring Types"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.