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: "Aces Home Repair and Renovation",
description: "Aces Home Repair and Renovation is a Brooklyn-based general contractor offering comprehensive home repair and renovation services. They provide painting, remodeling, and general contracting work for residential properties. The team handles both small repairs and full-scale renovation projects with a focus on quality craftsmanship and customer satisfaction.",
url: "https://aceshomerepair.com/",
telephone: "+1-646-470-5230",
address: {
@type: "PostalAddress",
streetAddress: "29 E 4th St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11218",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6520212,
longitude: -73.9778376
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Brooklyn homeowners, apartment renovators, landlords seeking quality repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service General Contracting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Brooklyn 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.