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: "Ryan Eagan (Doing Stuff)",
description: "Ryan Eagan offers reliable handyman services throughout Charlottesville, handling everything from small repairs and fixture installations to drywall work and general home maintenance. With a perfect 5-star rating from customers, Ryan brings dependable craftsmanship and attention to detail to residential projects of all sizes.",
telephone: "+1-434-466-5467",
address: {
@type: "PostalAddress",
streetAddress: "711 Nalle St B",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.02964790000001,
longitude: -78.4918431
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, busy professionals, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Owner"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Versatile Services"
}
],
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.