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: "The Raleigh Handyman",
description: "The Raleigh Handyman is a full-service repair and maintenance company offering locksmith, plumbing, painting, electrical work, and general contracting services throughout the Raleigh area. With expertise across multiple trades, they handle everything from small repairs to larger renovation projects, making them a one-stop solution for residential property owners needing reliable, skilled work.",
telephone: "+1-919-210-1525",
address: {
@type: "PostalAddress",
streetAddress: "5345 Sahalee Way",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27604",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.812058799999996,
longitude: -78.539532
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "194",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing repairs, property managers, busy professionals, small business owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Trade Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.