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: "Wake Forest Home Repair LLC",
description: "Wake Forest Home Repair LLC is a general contracting service based in Wake Forest, NC, specializing in home repair and maintenance work. They handle a variety of residential repair projects, from small fixes to larger renovations, serving the local Wake Forest community and surrounding areas.",
telephone: "+1-919-812-9040",
address: {
@type: "PostalAddress",
streetAddress: "617 W Holding Ave",
addressLocality: "Wake Forest",
addressRegion: "NC",
postalCode: "27587",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9731178,
longitude: -78.5263369
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Wake Forest, NC and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing repairs, local residents seeking convenient service, property maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Wake Forest Business"
},
{
@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.