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: "Atlanta Floor Store",
description: "The Atlanta Floor Store is a full-service flooring retailer and installer serving the Atlanta area with an extensive selection of carpet, hardwood, laminate, luxury vinyl plank/tile, and ceramic tile. They offer a complete experience from product selection to professional installation, featuring an online catalog with room visualization tools, free sample shipping, and in-home estimates from skilled project specialists. Their team includes installation technicians, design consultants, and project coordinators to guide customers through every step of their flooring project.",
url: "https://www.atlantafloorstore.com/",
telephone: "+1-404-800-6698",
address: {
@type: "PostalAddress",
streetAddress: "3740 Dekalb Technology Pkwy B",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30340",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8861077,
longitude: -84.2687253
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "105",
bestRating: "5"
},
areaServed: "Atlanta and surrounding areas, including Chamblee, GA",
knowsAbout: "Flooring, Homeowners seeking new flooring, DIY designers wanting to visualize options, busy professionals preferring online shopping, renovation projects of all sizes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Online Shopping & Visualization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "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.