Structured Data

    Ramos Trees

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Ramos Trees",
      description: "Ramos Trees is a full-service tree care company serving the Oklahoma City area with expertise in tree removal, trimming, pruning, and stump grinding. The team handles emergency storm damage, routine maintenance, and hazard tree assessments for residential and commercial properties. They're known for professional, efficient work and personalized service tailored to each property's needs.",
      url: "https://ramostrees.com/",
      telephone: "+1-405-956-4783",
      address: {
        @type: "PostalAddress",
        streetAddress: "37 NE 67th St",
        addressLocality: "Oklahoma City",
        addressRegion: "OK",
        postalCode: "73105",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.540325900000006,
        longitude: -97.5090768
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "17",
        bestRating: "5"
      },
      areaServed: "Oklahoma City and surrounding areas",
      knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, properties with storm damage, commercial landscaping managers",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Tree Care"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        }
      ],
      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.