Structured Data

    Capitol Plumbing Co.

    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: "Capitol Plumbing Co.",
      description: "Capitol Plumbing Co. is a Madison-based plumbing service specializing in residential and commercial plumbing repairs, installations, and maintenance. They handle everything from drain cleaning and water heater service to sewer line work, offering licensed and insured service with free estimates available.",
      url: "http://capitolplumbingcompany.com/",
      telephone: "+1-608-222-2324",
      address: {
        @type: "PostalAddress",
        streetAddress: "4914 Pflaum Rd #3",
        addressLocality: "Madison",
        addressRegion: "WI",
        postalCode: "53718",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 43.0628786,
        longitude: -89.2968262
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "46",
        bestRating: "5"
      },
      areaServed: "Madison, WI and surrounding areas",
      knowsAbout: "Plumbing, Homeowners needing repairs or maintenance, property managers, businesses requiring commercial plumbing solutions",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Free Estimates"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed and Insured"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Plumbing"
        }
      ],
      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.