Structured Data

    The Tree Barber

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "The Tree Barber",
      description: "The Tree Barber is a tree care service based in Miramar, FL, specializing in professional tree trimming, pruning, and removal. With a focus on keeping trees healthy and attractive, they serve the Broward County area with skilled arboricultural expertise and attention to detail.",
      url: "http://treebarberofbroward.com/",
      telephone: "+1-954-834-6498",
      address: {
        @type: "PostalAddress",
        streetAddress: "6810 Pembroke Rd",
        addressLocality: "Miramar",
        addressRegion: "FL",
        postalCode: "33023",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 25.9947746,
        longitude: -80.2236473
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Miramar, FL and surrounding Broward County areas",
      knowsAbout: "Tree Services, Homeowners needing tree trimming, Property managers with multiple trees, Residential tree maintenance",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Professional Arboricultural Care"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Broward Expertise"
        }
      ],
      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.