Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bob's Handyman & Repair",
description: "Bob's Handyman & Repair is a local, owner-operated handyman service in South Orange County with 25+ years of experience. Bob handles everything from minor repairs and fixture installations to home maintenance, general improvements, and specialized silicone work—refusing jobs he can't perform properly. Known for punctuality, professionalism, and meticulous attention to customer satisfaction.",
url: "http://handybobs.com/",
telephone: "+1-949-305-8189",
address: {
@type: "PostalAddress",
streetAddress: "4 Cuervo",
addressLocality: "Rancho Santa Margarita",
addressRegion: "CA",
postalCode: "92688",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6210551,
longitude: -117.61807689999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "96",
bestRating: "5"
},
areaServed: "South Orange County, CA including Rancho Santa Margarita and surrounding communities",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, Homeowners seeking general home improvements, Seniors and busy professionals valuing punctuality and professionalism",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "25+ Years Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Operated & Reliable"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Selective Project Acceptance"
}
],
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.