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: "Hansenz painting",
description: "Hansenz Painting is an independent painting contractor serving the Henderson area. They offer professional painting services for residential properties, delivering quality workmanship and attention to detail. With a focus on customer satisfaction, Hansenz Painting handles interior and exterior painting projects for homeowners looking for reliable, skilled painters.",
telephone: "+1-702-860-1280",
address: {
@type: "PostalAddress",
streetAddress: "249 Carson Way",
addressLocality: "Henderson",
addressRegion: "NV",
postalCode: "89015",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0304269,
longitude: -115.00068390000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Henderson, Nevada and surrounding communities",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, Property owners seeking local service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Contractor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential Focus"
}
],
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.