Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dan's Home maintenance and honey do",
description: "Dan's Home Maintenance and Honey Do is an independent handyman service based in Rockport, TX, offering general contracting and home maintenance solutions. They handle a variety of home repair and improvement projects, specializing in the types of jobs homeowners need done around their property. With a focus on personalized service, Dan's is ideal for residents looking for reliable help with household maintenance and repairs.",
telephone: "+1-702-561-0456",
address: {
@type: "PostalAddress",
streetAddress: "1211 Smokehouse Rd",
addressLocality: "Rockport",
addressRegion: "TX",
postalCode: "78382",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.9862671,
longitude: -97.0859275
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Rockport, TX and surrounding coastal areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, Busy professionals, Property owners with maintenance backlogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Owner-Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting Experience"
}
],
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.