Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Handyman Can",
description: "The Handyman Can is a local handyman service based in San Antonio offering general home repair and maintenance solutions. They handle a variety of household projects and repairs for homeowners needing reliable, skilled work on their properties.",
telephone: "+1-830-402-8755",
address: {
@type: "PostalAddress",
streetAddress: "Pennystone Ave",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78223",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.3770377,
longitude: -98.4479496
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, Busy professionals, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Antonio Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Home Repairs"
}
],
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.