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: "Weeworx Outlaw Handyman Services/Appliance Repair",
description: "Weeworx Outlaw Handyman Services is a full-service handyman and appliance repair company serving Portsmouth, VA. They handle a wide range of household repairs and maintenance tasks, from general handyman work to specialized appliance repairs. With a focus on reliable service and customer satisfaction, they're equipped to tackle both small repairs and more complex household projects.",
telephone: "+1-757-642-7501",
address: {
@type: "PostalAddress",
streetAddress: "Trafalgar Arch",
addressLocality: "Portsmouth",
addressRegion: "VA",
postalCode: "23703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8866611,
longitude: -76.3830315
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "225",
bestRating: "5"
},
areaServed: "Portsmouth, VA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, appliance maintenance, renters with maintenance issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Appliance Repair 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.