Structured Data

    Ray's Lawn Care

    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: "Ray's Lawn Care",
      description: "Ray's Lawn Care is an independent lawn maintenance company serving Chicago and surrounding areas from their South Ashland Avenue location. They specialize in professional lawn care services designed to keep residential properties looking healthy and well-maintained throughout the year.",
      telephone: "+1-773-927-7977",
      address: {
        @type: "PostalAddress",
        streetAddress: "3343 S Ashland Ave",
        addressLocality: "Chicago",
        addressRegion: "IL",
        postalCode: "60608",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 41.8329568,
        longitude: -87.6652604
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Chicago, IL and surrounding areas",
      knowsAbout: "Landscaping & Lawn Care, Chicago homeowners, residential property owners seeking regular lawn maintenance",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Independent Business"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Direct Local Contact"
        }
      ],
      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.