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: "Sanders Handyman Services llc",
description: "Sanders Handyman Services LLC is a licensed and insured general contracting and handyman business serving the Leander area and surrounding communities. They handle a wide range of home repair and maintenance projects, from small fixes to larger renovation work, providing reliable service for homeowners who need professional help with both interior and exterior tasks.",
url: "http://www.sandershandymanservices.com/",
telephone: "+1-512-420-3467",
address: {
@type: "PostalAddress",
streetAddress: "2200 Cottontail Dr",
addressLocality: "Leander",
addressRegion: "TX",
postalCode: "78641",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.5684059,
longitude: -97.88434199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "53",
bestRating: "5"
},
areaServed: "Leander, TX and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, homeowners planning renovations, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting Expertise"
}
],
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.