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: "Jim's handyman services",
description: "Jim's Handyman Services is an independent handyman business serving the Murfreesboro area, offering a wide range of home repair and maintenance solutions. With expertise as a general contractor, Jim handles everything from small repairs and fixture installation to drywall work and more complex home projects. The business is known for reliable, professional service to keep homes in good working order.",
telephone: "+1-772-867-4400",
address: {
@type: "PostalAddress",
streetAddress: "2753 Oxford Hall Ave",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.7971161,
longitude: -86.4109902
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, busy professionals seeking convenient home maintenance, property managers with multiple units",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed General Contractor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Business"
}
],
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.