Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Goose Handyman",
description: "Goose Handyman provides comprehensive home repair and maintenance services to Twin Falls and surrounding areas. Their experienced team handles everything from small repairs and fixture installations to larger projects, delivering reliable workmanship for homeowners seeking trustworthy local service.",
url: "https://handygoose.com/contact-us",
telephone: "+1-208-830-9578",
address: {
@type: "PostalAddress",
streetAddress: "151 Blair Dr",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.564064099999996,
longitude: -114.4451333
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, busy families seeking trustworthy local help, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Twin Falls Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capabilities"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.