Structured Data

    Complex Pools

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Complex Pools",
      description: "Complex Pools is a full-service pool company serving the Portland metro area with expertise in pool construction, renovations, equipment repair, and seasonal maintenance. They handle everything from building new pools and updating existing installations to managing water chemistry and equipment troubleshooting. Their team provides comprehensive solutions to keep pools functional and clean year-round.",
      url: "https://www.complexpoolspdx.com/",
      telephone: "+1-503-730-2829",
      address: {
        @type: "PostalAddress",
        streetAddress: "16164 SE 106th Ave",
        addressLocality: "Clackamas",
        addressRegion: "OR",
        postalCode: "97015",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 45.4055092,
        longitude: -122.5535265
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "2",
        bestRating: "5"
      },
      areaServed: "Clackamas, Portland metro area, and surrounding Oregon communities",
      knowsAbout: "Pool & Spa Services, Pool owners needing construction or renovation, homeowners with equipment repairs or seasonal maintenance, residential pool care",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Pool Solutions"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Year-Round Support"
        }
      ],
      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.