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: "Casa Flooring",
description: "Casa Flooring is a building materials and home goods store in North Las Vegas specializing in flooring products and installation. They offer a wide selection of flooring options including hardwood, tile, laminate, and carpet to suit various budgets and design preferences. With a 4.8-star rating from customers, Casa Flooring is known for quality products and helpful service.",
telephone: "+1-702-565-2272",
address: {
@type: "PostalAddress",
streetAddress: "3873 E Craig Rd #6",
addressLocality: "North Las Vegas",
addressRegion: "NV",
postalCode: "89030",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2399111,
longitude: -115.09132310000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "62",
bestRating: "5"
},
areaServed: "North Las Vegas and surrounding Las Vegas Valley communities",
knowsAbout: "Flooring, Homeowners seeking quality flooring products, DIY enthusiasts, contractors and builders, customers shopping for building materials",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Product Selection"
},
{
@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.