Structured Data

    Poolman

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

    Schema.org / LocalBusiness
    |
    44 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Poolman",
      description: "Poolman provides pool maintenance and cleaning services to Phoenix-area homeowners. Based on their name and service focus, they offer regular pool upkeep to keep residential pools clean and functioning properly.",
      address: {
        @type: "PostalAddress",
        streetAddress: "315 E Watkins St Suite A",
        addressLocality: "Phoenix",
        addressRegion: "AZ",
        postalCode: "85004",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.4256295,
        longitude: -112.0683754
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "1",
        reviewCount: "5",
        bestRating: "5"
      },
      areaServed: "Phoenix, AZ and surrounding areas",
      knowsAbout: "Pool & Spa Services, Phoenix homeowners with residential pools needing regular maintenance, busy professionals seeking recurring pool care",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Pool Specialist"
        }
      ],
      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.