Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Handyman in Idaho",
description: "Handyman in Idaho is a full-service home repair and maintenance company serving the Boise area. They handle a wide range of projects including drywall repair, fixture installation, furniture assembly, and general home maintenance tasks. With a 5-star rating from 12 reviews, they're known for reliable, efficient service on both small repairs and larger projects.",
url: "https://handymaninidaho.com/",
telephone: "+1-510-299-8101",
address: {
@type: "PostalAddress",
streetAddress: "5777 N Gary Ln",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83714",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.673423299999996,
longitude: -116.27920429999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Boise, Idaho and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, busy professionals, rental property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Home Repairs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Boise-Based"
}
],
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.