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 Home Repairs & Improvements",
description: "Wake Home Repairs & Improvements is a general contracting business serving the Raleigh area with comprehensive home repair and improvement services. Based in Raleigh, they handle a variety of residential projects from repairs to renovations, providing homeowners with reliable local craftsmanship for their property needs.",
telephone: "+1-919-977-4844",
address: {
@type: "PostalAddress",
streetAddress: "102 Russ St",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27610",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.7792934,
longitude: -78.6093534
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing repairs, DIY enthusiasts seeking contractor support, property owners planning home improvements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Raleigh-Based"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Contracting"
}
],
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.