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: "The Flooring Outfit",
description: "The Flooring Outfit is a flooring retailer and installation company based in Mesa serving the greater Phoenix area. They offer a wide selection of flooring materials including hardwood, tile, laminate, LVP, and carpet, with both showroom browsing and professional installation services. Their experienced team helps customers select the right flooring for their homes and completes quality installations.",
url: "http://theflooringoutfit.com/",
telephone: "+1-480-988-6415",
address: {
@type: "PostalAddress",
streetAddress: "9253 E Willis Rd #120",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85212",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.283352,
longitude: -111.63305199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "82",
bestRating: "5"
},
areaServed: "Mesa, Arizona and surrounding Phoenix metropolitan area",
knowsAbout: "Flooring, Homeowners planning renovations, budget-conscious families comparing flooring options, and those seeking both retail selection and professional installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Showroom"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Flooring Types"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Installation Services Included"
}
],
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.