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: "JC Painting",
description: "JC Painting is a local painting contractor serving Yucaipa and surrounding areas, specializing in residential and commercial painting projects. With a focus on quality craftsmanship and customer satisfaction, JC Painting handles interior and exterior work to refresh and protect properties throughout the region.",
telephone: "+1-909-244-2786",
address: {
@type: "PostalAddress",
streetAddress: "32021 Avenue E",
addressLocality: "Yucaipa",
addressRegion: "CA",
postalCode: "92399",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0263944,
longitude: -117.10468299999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Yucaipa, CA and surrounding communities",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, Commercial property managers, Property owners seeking local painting services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Yucaipa Painter"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Work"
}
],
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.