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: "Tan the Handyman, LLC",
description: "Tan the Handyman, LLC is an independent handyman service in Richmond, VA offering a wide range of home repair and maintenance services. With a focus on quality workmanship and customer service, they handle everything from small repairs to larger projects around your home.",
telephone: "+1-804-675-8658",
address: {
@type: "PostalAddress",
streetAddress: "5612 Hawthorne Ave",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23227",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.6211875,
longitude: -77.4541072
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Richmond, Virginia and surrounding areas",
knowsAbout: "Handyman Services, Homeowners seeking reliable local repairs, busy professionals needing home maintenance help, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Versatile Service Range"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.