Structured Data

    Hamm's Tree Service

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

    Schema.org / LocalBusiness
    |
    49 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Hamm's Tree Service",
      description: "Hamm's Tree Service is a locally-operated tree care company serving the San Bernardino area with comprehensive arboricultural services including tree removal, trimming, pruning, and stump grinding. The business handles both routine maintenance and emergency storm damage situations, bringing professional expertise to residential and commercial properties throughout the region.",
      address: {
        @type: "PostalAddress",
        streetAddress: "3038 Herrington Ave",
        addressLocality: "San Bernardino",
        addressRegion: "CA",
        postalCode: "92405",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 34.1473242,
        longitude: -117.3153791
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "17",
        bestRating: "5"
      },
      areaServed: "San Bernardino, CA and surrounding areas",
      knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with storm damage, residential landowners with overgrown vegetation",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Emergency Storm Response"
        },
        {
          @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.