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: "Diaz handyman services",
description: "Diaz Handyman Services is an independent handyman business serving El Cerrito and surrounding areas. They handle a wide range of general maintenance and repair work including small repairs, fixture installation, drywall repair, and other household projects. With a perfect 5-star rating from 12 reviews, they're known for reliable, quality work on residential properties.",
telephone: "+1-510-684-8624",
address: {
@type: "PostalAddress",
streetAddress: "633 Elm St",
addressLocality: "El Cerrito",
addressRegion: "CA",
postalCode: "94530",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.906379799999996,
longitude: -122.3012708
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "El Cerrito, CA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, busy professionals, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Perfect Customer Rating"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Range of 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.