Structured Data

    Scott's 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: "Scott's Plumbing Company",
      description: "Scott's Plumbing Company is a full-service plumbing contractor serving Knoxville and surrounding areas with expertise in residential and commercial plumbing repairs, installations, and maintenance. The company handles everything from drain cleaning and water heater service to sewer line work and emergency plumbing issues, backed by licensed and insured technicians who offer free estimates and financing options.",
      url: "https://www.scottsplumbing.net/",
      telephone: "+1-865-224-3335",
      address: {
        @type: "PostalAddress",
        streetAddress: "1924 Dutch Valley Dr #5",
        addressLocality: "Knoxville",
        addressRegion: "TN",
        postalCode: "37918",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.013526,
        longitude: -83.93443119999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "189",
        bestRating: "5"
      },
      areaServed: "Knoxville, TN and surrounding areas",
      knowsAbout: "Plumbing, Homeowners with emergency plumbing needs, households requiring drain cleaning or water heater service, property managers managing residential or commercial properties",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Free Estimates"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed & Insured"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Financing Available"
        }
      ],
      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.