Structured Data

    Bob's Pool & Spa Services

    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: "Bob's Pool & Spa Services",
      description: "Bob's Pool & Spa Services is a locally-owned pool and spa maintenance company serving the Pueblo area. They specialize in pool cleaning, equipment repair, and spa services to keep residential pools and hot tubs in top condition. With years of experience in the industry, Bob's provides reliable, straightforward service for homeowners looking to maintain their aquatic investments year-round.",
      telephone: "+1-719-214-4816",
      address: {
        @type: "PostalAddress",
        streetAddress: "3200 W 29th St",
        addressLocality: "Pueblo",
        addressRegion: "CO",
        postalCode: "81003",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.296465,
        longitude: -104.646705
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "3.4",
        reviewCount: "5",
        bestRating: "5"
      },
      areaServed: "Pueblo, CO and surrounding areas",
      knowsAbout: "Pool & Spa Services, Homeowners with pools or hot tubs, Busy professionals seeking regular maintenance, Seasonal pool owners",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive Services"
        }
      ],
      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.