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: "Irish Painting | Bakersfield Painters",
description: "Irish Painting is a professional painting contractor serving Bakersfield and surrounding areas. They specialize in both interior and exterior painting projects for residential and commercial properties. With a focus on quality craftsmanship and customer satisfaction, Irish Painting delivers reliable painting services to transform homes and businesses.",
telephone: "+1-661-301-6263",
address: {
@type: "PostalAddress",
streetAddress: "5640 District Blvd",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93313",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.313999599999995,
longitude: -119.06519000000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, Commercial property owners, Bakersfield residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Bakersfield Painter"
},
{
@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.