Structured Data

    Smith Mountain Irrigation

    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: "Smith Mountain Irrigation",
      description: "Smith Mountain Irrigation serves the Salem, VA area with comprehensive irrigation services for residential and commercial properties. The company specializes in system installation, repair, maintenance, and seasonal services to keep landscapes healthy and efficient year-round.",
      telephone: "+1-540-238-5226",
      address: {
        @type: "PostalAddress",
        streetAddress: "24 Hawthorn Rd",
        addressLocality: "Salem",
        addressRegion: "VA",
        postalCode: "24153",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.3000709,
        longitude: -80.06089209999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.2",
        reviewCount: "6",
        bestRating: "5"
      },
      areaServed: "Salem, Virginia and surrounding areas",
      knowsAbout: "Irrigation Systems, Homeowners with established landscapes, Commercial property managers, Seasonal property owners",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Solutions"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.