Structured Data

    California Arborist

    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: "California Arborist",
      description: "California Arborist is a full-service tree care company serving the Whittier area with expertise in tree removal, trimming, pruning, and stump grinding. They provide both routine maintenance and emergency storm damage services for residential and commercial properties. With licensed and insured professionals, they're committed to keeping trees healthy and properties safe.",
      url: "http://www.californiaarborist.com/",
      telephone: "+1-562-698-3280",
      address: {
        @type: "PostalAddress",
        streetAddress: "14068 Lambert Rd",
        addressLocality: "Whittier",
        addressRegion: "CA",
        postalCode: "90605",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.950582499999996,
        longitude: -118.0276099
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.3",
        reviewCount: "36",
        bestRating: "5"
      },
      areaServed: "Whittier, CA and surrounding areas",
      knowsAbout: "Tree Services, Homeowners needing tree maintenance, property managers with multiple trees, residential properties after storm damage",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed & Insured Professionals"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Emergency Storm Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Complete 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.