Structured Data

    Francisco and Son Pool Service

    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: "Francisco and Son Pool Service",
      description: "Francisco and Son Pool Service is a locally-owned pool maintenance and repair company serving Novato and surrounding areas. They specialize in pool cleaning, equipment repair, and seasonal opening and closing services to keep residential pools in top condition year-round.",
      telephone: "+1-415-948-0954",
      address: {
        @type: "PostalAddress",
        streetAddress: "41 Hamilton Dr suite E",
        addressLocality: "Novato",
        addressRegion: "CA",
        postalCode: "94949",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.0707423,
        longitude: -122.53826509999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Novato, CA and surrounding North Bay communities",
      knowsAbout: "Pool & Spa Services, Residential pool owners seeking reliable maintenance, homeowners needing seasonal pool opening and closing, property managers with multiple pools",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Family-Owned Operation"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive Pool 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.