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: "K&M Floors Atlanta",
description: "K&M Floors Atlanta is a full-service flooring company offering installation and refinishing of hardwood, tile, laminate, and carpet flooring. Located in Atlanta, they serve residential and commercial clients with expert craftsmanship and a showroom displaying their available flooring options. Their experienced team handles everything from material selection to professional installation.",
url: "https://www.kmfloorsinc.com/",
telephone: "+1-404-282-8791",
address: {
@type: "PostalAddress",
streetAddress: "1119 Logan Cir NW Suite 101",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30318",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8061621,
longitude: -84.4329027
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Atlanta, Georgia and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking hardwood refinishing, commercial property managers, customers wanting tile or laminate installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-House Showroom"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Flooring Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Work"
}
],
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.