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: "Gentleman Handyman LLC",
description: "Gentleman Handyman LLC is an independent handyman service based in Portland, OR, offering a wide range of home repair and maintenance services. They handle everything from small repairs and fixture installation to drywall work and general home upkeep, serving the greater Portland area with reliable, professional craftsmanship.",
telephone: "+1-503-970-5169",
address: {
@type: "PostalAddress",
streetAddress: "2715 NE 40th Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97212",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.542401999999996,
longitude: -122.62226000000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, busy professionals, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repairs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Portland Business"
}
],
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.