Structured Data

    Orlando Handyman Service

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    45 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Orlando Handyman Service",
      description: "Orlando Handyman Service is a general contracting business based in Orlando, FL offering handyman and repair services to the local community. Operating from their location on 41st Street, they handle various maintenance and repair projects for residential customers.",
      telephone: "+1-407-865-4925",
      address: {
        @type: "PostalAddress",
        streetAddress: "1422 41st St",
        addressLocality: "Orlando",
        addressRegion: "FL",
        postalCode: "32839",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 28.5015906,
        longitude: -81.3999221
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Orlando, FL and surrounding areas",
      knowsAbout: "Handyman Services, Homeowners needing general repairs, property maintenance, minor remodeling",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Orlando 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.