Structured Data

    Tony and Son’s

    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: "Tony and Son’s",
      description: "Tony and Son's is a full-service landscaping and general contracting company based in Murfreesboro that handles both residential and commercial property maintenance. They specialize in lawn care, landscape design, hardscaping, and seasonal cleanup services. With over three decades of experience, this family-owned business is known for reliable service and attention to detail.",
      url: "http://www.tonyandsonslandscaping.com/",
      telephone: "+1-615-766-0006",
      address: {
        @type: "PostalAddress",
        streetAddress: "2919 Islington Dr",
        addressLocality: "Murfreesboro",
        addressRegion: "TN",
        postalCode: "37128",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.8295984,
        longitude: -86.4478217
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.3",
        reviewCount: "36",
        bestRating: "5"
      },
      areaServed: "Murfreesboro and surrounding Middle Tennessee areas",
      knowsAbout: "Landscaping & Lawn Care, Homeowners seeking reliable lawn maintenance, commercial property managers, landscaping renovation projects",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Family-Owned Operation"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Scope"
        }
      ],
      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.