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: "Jessie's Floors",
description: "Jessie's Floors is a flooring retailer and installation service located in Riverdale, Georgia, offering a range of flooring solutions for residential and commercial projects. They provide both product selection and professional installation services to help customers transform their spaces with quality flooring options.",
telephone: "+1-770-994-8457",
address: {
@type: "PostalAddress",
streetAddress: "7367 GA-85",
addressLocality: "Riverdale",
addressRegion: "GA",
postalCode: "30274",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5538737,
longitude: -84.41484129999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Riverdale, Georgia and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking flooring upgrades, Commercial property managers, Renovation contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Retail & Installation Combined"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.