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: "AllDsLLC (Home repair & Maintenance)",
description: "AllDsLLC is a home repair and maintenance contractor serving Sacramento and the surrounding area. They handle a wide range of residential repair and upkeep services, offering homeowners a single point of contact for general contracting needs. The company specializes in keeping homes in good working order with practical, reliable service.",
telephone: "+1-279-786-5109",
address: {
@type: "PostalAddress",
streetAddress: "4000 Alan Shepard St",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95834",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.643003,
longitude: -121.51697409999998
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general home repairs, property maintenance projects, and residential contracting work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Sacramento Business"
}
],
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.