Structured Data

    Legacy Plumbing Company

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

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Legacy Plumbing Company",
      description: "Legacy Plumbing Company is a full-service plumbing contractor serving the Cary area and surrounding communities. They handle residential and commercial plumbing projects including drain cleaning, water heater installation and repair, sewer line service, and general plumbing repairs. The team is licensed, insured, and offers free estimates on all work.",
      url: "http://legacyplumbingnc.com/",
      telephone: "+1-919-571-9146",
      address: {
        @type: "PostalAddress",
        streetAddress: "7416 Chapel Hill Rd C",
        addressLocality: "Cary",
        addressRegion: "NC",
        postalCode: "27513",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.794897999999996,
        longitude: -78.749095
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "72",
        bestRating: "5"
      },
      areaServed: "Cary, NC and surrounding areas",
      knowsAbout: "Plumbing, Homeowners needing emergency repairs, Residential properties with aging plumbing, Commercial facilities requiring professional service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed & Insured"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Free Estimates"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full Service Capabilities"
        }
      ],
      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.