Structured Data

    Miguel's tree care LLC

    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: "Miguel's tree care LLC",
      description: "Miguel's Tree Care LLC is a locally-owned tree service company serving the Phoenix area with comprehensive tree maintenance and removal solutions. They specialize in tree trimming, pruning, stump grinding, and emergency storm damage cleanup for residential and commercial properties. With a focus on professional, safe service, Miguel's Tree Care handles everything from routine maintenance to complete tree removal.",
      telephone: "+1-602-581-9974",
      address: {
        @type: "PostalAddress",
        streetAddress: "E Beth Dr",
        addressLocality: "Phoenix",
        addressRegion: "AZ",
        postalCode: "85042",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.3645596,
        longitude: -112.0691634
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "39",
        bestRating: "5"
      },
      areaServed: "Phoenix and surrounding areas",
      knowsAbout: "Tree Services, Homeowners needing tree removal, residential properties requiring regular tree maintenance, customers seeking emergency storm cleanup",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Owner-Operated"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Tree Solutions"
        }
      ],
      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.