Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 43 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Maintenance man",
description: "The Maintenance Man is a local handyman service based in Tacoma offering general home repair and maintenance solutions. While specific service details are limited, they handle various household repair and upkeep tasks for residential customers in the Tacoma area.",
telephone: "+1-253-754-8956",
address: {
@type: "PostalAddress",
addressLocality: "Tacoma",
addressRegion: "WA",
postalCode: "98402",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.2529361,
longitude: -122.44427470000001
},
areaServed: "Tacoma, WA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable local handyman services, Property maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Tacoma-Based Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Maintenance Solutions"
}
],
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.