Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Zuno Painting LLC",
description: "Zuno Painting LLC is a professional painting company serving the Los Angeles area with expertise in both interior and exterior residential painting projects. With a focus on quality craftsmanship and customer satisfaction, they handle everything from room refreshes to full home repaints using quality materials and attention to detail.",
url: "http://www.zunopainting.com/",
telephone: "+1-310-505-2167",
address: {
@type: "PostalAddress",
streetAddress: "6601 W 87th Pl",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.958059,
longitude: -118.404649
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "60",
bestRating: "5"
},
areaServed: "Los Angeles, CA and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking quality residential painting, property managers, homeowners preparing to sell",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting"
}
],
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.