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: "VesaPainters",
description: "VesaPainters is a full-service painting company serving the Valley Glen area, specializing in both interior and exterior residential painting projects. The team delivers quality craftsmanship with attention to detail, handling everything from wall preparation to final finishing. They work directly with homeowners to bring their color visions to life.",
url: "http://vesapainters.com/",
telephone: "+1-747-350-6603",
address: {
@type: "PostalAddress",
streetAddress: "13019 Oxnard St Apt 110",
addressLocality: "Valley Glen",
addressRegion: "CA",
postalCode: "91401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.1798046,
longitude: -118.4167485
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Valley Glen, CA and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior and exterior painting, DIY refreshes, color consultation services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Project Management"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Client Communication"
}
],
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.