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: "Cheney Flooring & Home Design",
description: "Cheney Flooring & Home Design is a full-service flooring and home design company located in Burley, Idaho, serving the local community with comprehensive flooring solutions and interior design consultation. They offer installation and design services to help homeowners update their spaces with quality materials and professional craftsmanship.",
telephone: "+1-208-678-6945",
address: {
@type: "PostalAddress",
streetAddress: "1300 Overland Ave",
addressLocality: "Burley",
addressRegion: "ID",
postalCode: "83318",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5366101,
longitude: -113.7937352
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Burley, ID and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking flooring updates, Customers wanting integrated design consultation, Local Burley residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Flooring & Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
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.