Structured Data

    CM Tree

    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: "CM Tree",
      description: "CM Tree is a full-service tree care company serving the Birmingham area with professional tree removal, trimming, pruning, and stump grinding. The team handles emergency storm damage cleanup and provides free estimates for all projects. They are licensed and insured, ensuring safe and reliable service for residential and commercial properties.",
      url: "http://cmtreebhm.com/",
      telephone: "+1-205-914-8404",
      address: {
        @type: "PostalAddress",
        streetAddress: "4720 5th Ave S",
        addressLocality: "Birmingham",
        addressRegion: "AL",
        postalCode: "35222",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.5286026,
        longitude: -86.76069609999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "21",
        bestRating: "5"
      },
      areaServed: "Birmingham, AL and surrounding areas",
      knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with storm damage, commercial properties requiring professional arboricultural services",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed & Insured"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Free Estimates"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Emergency Storm Service"
        }
      ],
      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.