Structured Data

    Pool Man

    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: "Pool Man",
      description: "Pool Man is a local pool service company based in Beaverton, OR, providing professional pool maintenance and care to residential customers in the Portland metro area. With years of experience in the industry, they offer recurring pool cleaning, equipment repair, and seasonal services to keep pools in top condition throughout the year.",
      telephone: "+1-503-297-9190",
      address: {
        @type: "PostalAddress",
        streetAddress: "3365 SW 103rd Ave",
        addressLocality: "Beaverton",
        addressRegion: "OR",
        postalCode: "97005",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 45.4957869,
        longitude: -122.78283529999997
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "3.4",
        reviewCount: "5",
        bestRating: "5"
      },
      areaServed: "Beaverton, Portland metro area, and surrounding communities",
      knowsAbout: "Pool & Spa Services, Residential pool owners, Homeowners seeking regular maintenance, Property managers with multiple pools",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full Service Pool Care"
        }
      ],
      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.