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: "RmD handyman Llc.",
description: "RmD Handyman LLC is a full-service handyman company based in Largo, FL, serving the Tampa Bay area with a wide range of home repair and maintenance services. With a 4.8-star rating from customers, they handle everything from small repairs and fixture installation to drywall work, furniture assembly, and general contracting projects. Their licensed and insured team is known for reliable, professional work on both residential and commercial properties.",
telephone: "+1-727-491-9057",
address: {
@type: "PostalAddress",
streetAddress: "12344 Seminole Blvd #35",
addressLocality: "Largo",
addressRegion: "FL",
postalCode: "33778",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.8855036,
longitude: -82.7875025
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Largo, Tampa Bay area, and surrounding Pinellas County communities",
knowsAbout: "Handyman Services, Homeowners needing routine repairs, busy professionals seeking reliable maintenance support, property managers, small commercial facility owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Professional"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Service Capabilities"
}
],
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.