Structured Data

    BASE Guiding

    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: "BASE Guiding",
      description: "BASE Guiding is an adventure sports and outdoor education center in Twin Falls, ID offering climbing, rappelling, and other adventure activities for individuals and groups. They provide instruction, guided experiences, and training in technical outdoor skills, with a focus on safety and skill development for participants of all levels.",
      url: "https://www.baseguiding.com/",
      telephone: "+1-208-751-5232",
      address: {
        @type: "PostalAddress",
        streetAddress: "252 Filer Ave W",
        addressLocality: "Twin Falls",
        addressRegion: "ID",
        postalCode: "83301",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.5709331,
        longitude: -114.48363359999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "13",
        bestRating: "5"
      },
      areaServed: "Twin Falls, ID and surrounding areas",
      knowsAbout: "Adventure enthusiasts, outdoor education groups, corporate team building, schools and organizations seeking outdoor learning experiences",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Technical Outdoor Training"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Group & Individual Programs"
        }
      ],
      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.