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: "John's handyman service",
description: "John's Handyman Service provides reliable general contracting and handyman repairs for homes in the Albany area. With a focus on quality workmanship and customer satisfaction, this local service handles a wide range of repairs and maintenance tasks. Whether you need small fixes or larger projects, John's team delivers dependable solutions for homeowners.",
telephone: "+1-510-706-4585",
address: {
@type: "PostalAddress",
streetAddress: "1328 Marin Ave",
addressLocality: "Albany",
addressRegion: "CA",
postalCode: "94706",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.887980299999995,
longitude: -122.29022110000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Albany, CA and surrounding communities",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, Property managers, Homeowners seeking general contractor services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Owner-Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Broad Service Range"
}
],
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.