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: "Aaron’s Building Maintenance Home repair and Handyman services",
description: "Aaron's Building Maintenance provides comprehensive home repair and handyman services in Portsmouth, VA, including painting, general contracting work, and various maintenance projects. With experience across multiple trades, they handle both small repairs and larger home improvement jobs for residential customers looking for reliable, skilled workmanship.",
telephone: "+1-757-739-5074",
address: {
@type: "PostalAddress",
streetAddress: "600 Washington St",
addressLocality: "Portsmouth",
addressRegion: "VA",
postalCode: "23704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.834248300000006,
longitude: -76.30424940000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Portsmouth, VA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing painting, small to medium home repairs, general contracting work",
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.