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: "D & A Custom Painting Inc",
description: "D & A Custom Painting Inc is a residential and commercial painting contractor serving the Hayward area with over 16 customer reviews. The company specializes in interior and exterior painting projects, offering quality craftsmanship and attention to detail for homeowners and businesses looking to refresh or transform their properties.",
telephone: "+1-408-971-1142",
address: {
@type: "PostalAddress",
streetAddress: "20027 Royal Ave",
addressLocality: "Hayward",
addressRegion: "CA",
postalCode: "94541",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.6701006,
longitude: -122.11598479999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Hayward, CA and surrounding Bay Area communities",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior/exterior updates, Commercial property owners, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting"
}
],
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.