Structured Data

    AA Tree Service

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

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "AA Tree Service",
      description: "AA Tree Service is a full-service tree care company serving the Reading area and surrounding communities. They provide tree removal, trimming, pruning, stump grinding, and emergency storm cleanup services for residential and commercial properties. With over 25 years of local experience, AA Tree Service is fully licensed and insured, offering free estimates and prompt, professional service.",
      url: "https://aatreeservicema.com/",
      telephone: "+1-781-244-3782",
      address: {
        @type: "PostalAddress",
        streetAddress: "248 Ash St",
        addressLocality: "Reading",
        addressRegion: "MA",
        postalCode: "01867",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.5169071,
        longitude: -71.0999515
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "291",
        bestRating: "5"
      },
      areaServed: "Reading, MA and surrounding communities",
      knowsAbout: "Tree Services, Homeowners needing tree removal or trimming, property managers managing commercial landscapes, residents recovering from storm damage",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed & Insured"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Emergency Storm Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Free Estimates"
        }
      ],
      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.