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: "Clancy Painting",
description: "Clancy Painting is a painter serving Bakersfield, CA and the surrounding area. They offer professional painting services for residential and commercial properties. With a focus on quality craftsmanship, Clancy Painting delivers reliable results for homeowners and businesses looking to refresh their spaces.",
telephone: "+1-661-304-1192",
address: {
@type: "PostalAddress",
streetAddress: "1100 Glade St",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93308",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.417542999999995,
longitude: -119.01330920000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners, Business owners, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Bakersfield Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Services"
}
],
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.