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: "Home repairs and maintenance",
description: "This Margate-based home repair and maintenance company offers comprehensive services including electrical work, plumbing, painting, and general contracting. They handle everything from small repairs to larger renovation projects, serving residential customers throughout the area. With expertise across multiple trades, they provide one-stop solutions for homeowners needing reliable, multi-skilled service.",
telephone: "+1-954-751-2066",
address: {
@type: "PostalAddress",
streetAddress: "4999 SW 6th St",
addressLocality: "Margate",
addressRegion: "FL",
postalCode: "33068",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.2236394,
longitude: -80.194993
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Margate, FL and surrounding communities",
knowsAbout: "Handyman Services, Homeowners needing multi-trade repairs, Property owners seeking one contractor for various maintenance issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Trade Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.