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: "J B's Home Repair/Handyman",
description: "J B's Home Repair is a general contracting and handyman service serving the Sacramento area. They handle a variety of home repair and maintenance projects for residential customers. With a focus on reliable service, J B's Home Repair is equipped to tackle both small repairs and larger renovation work.",
telephone: "+1-916-368-6148",
address: {
@type: "PostalAddress",
streetAddress: "8958 La Riviera Dr",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95826",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.56361,
longitude: -121.36937999999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing repairs, DIY project assistance, renovation work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Sacramento Service"
}
],
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.