Structured Data

    Tree top tree service

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

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Tree top tree service",
      description: "Tree Top Tree Service is a local tree care provider serving the Knoxville area from their location on Smelser Road. They offer professional tree services including removal, trimming, and stump grinding to help homeowners maintain healthy landscapes and address hazardous or overgrown trees.",
      telephone: "+1-865-216-8310",
      address: {
        @type: "PostalAddress",
        streetAddress: "4507 Smelser Rd SW",
        addressLocality: "Knoxville",
        addressRegion: "TN",
        postalCode: "37920",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.9310202,
        longitude: -83.9055643
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "2",
        bestRating: "5"
      },
      areaServed: "Knoxville, TN and surrounding areas",
      knowsAbout: "Tree Services, Homeowners needing tree removal, property maintenance, storm cleanup, hazardous tree mitigation",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Knoxville Based"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Tree Care"
        }
      ],
      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.