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: "Smyrna Handyman Service",
description: "Smyrna Handyman Service is a full-service handyman and general contractor serving the Smyrna area. They handle a wide range of repairs and improvements including plumbing work, general contracting, and various household maintenance tasks. With a strong reputation for quality workmanship, they're equipped to tackle both small repairs and larger renovation projects for residential clients.",
telephone: "+1-989-714-3379",
address: {
@type: "PostalAddress",
streetAddress: "250 Mayfield Dr #2485",
addressLocality: "Smyrna",
addressRegion: "TN",
postalCode: "37167",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9769376,
longitude: -86.5081117
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Smyrna, TN and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing repairs, Residential renovation projects, Property maintenance and upkeep",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed General Contractor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Broad Service Range"
}
],
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.