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: "Diligent Painting",
description: "Diligent Painting is a professional painting contractor serving the Fresno area with expertise in residential and commercial projects. The business specializes in high-quality interior and exterior painting services, delivering meticulous attention to detail and customer satisfaction. With a strong track record of completed projects, Diligent Painting is known for reliable workmanship and professional service.",
telephone: "+1-559-470-1269",
address: {
@type: "PostalAddress",
streetAddress: "8839 N Cedar Ave suit 12",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93720",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8644004,
longitude: -119.75837019999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Fresno, California and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior or exterior painting, Commercial property managers, Property investors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Painting Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Fresno Contractor"
}
],
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.