Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Maness Home Repair",
description: "Maness Home Repair LLC is a family-owned handyman business run by owner William Maness, specializing in wall and ceiling repairs, basic plumbing, general home maintenance, and apartment refreshes. The business handles fixture installation (outlets, switches, light fixtures, ceiling fans), drywall repair, and various home improvement projects, with complimentary cleanup included on every job. Known for personalized service, free estimates, and transparent pricing with no hidden fees.",
url: "https://manesshomerepairllc.com/",
telephone: "+1-773-675-9130",
address: {
@type: "PostalAddress",
streetAddress: "5700 N Washtenaw Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60659",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.9849886,
longitude: -87.6970727
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Chicago and surrounding areas, IL",
knowsAbout: "Handyman Services, Renters needing apartment refreshes, homeowners with drywall or ceiling repairs, apartment landlords maintaining units",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned & Owner-Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complimentary Cleanup"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Transparent Pricing"
}
],
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.