Structured Data

    A and B best lawn service

    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: "A and B best lawn service",
      description: "A and B Best Lawn Service is an independent lawn care provider serving Miami with comprehensive grounds maintenance and landscaping services. Based in the NW Miami area, they handle routine lawn upkeep and property beautification for residential clients looking for reliable, hands-on service from local owners.",
      telephone: "+1-786-907-5724",
      address: {
        @type: "PostalAddress",
        streetAddress: "1351 NW 53rd St",
        addressLocality: "Miami",
        addressRegion: "FL",
        postalCode: "33142",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 25.8240444,
        longitude: -80.21937989999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Miami and surrounding areas, Florida",
      knowsAbout: "Landscaping & Lawn Care, Residential homeowners, Property managers, Busy professionals seeking routine lawn care",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local, Independent Operation"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Service"
        }
      ],
      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.