Structured Data

    The Smokey Bone BBQ-Twin

    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: "The Smokey Bone BBQ-Twin",
      description: "The Smokey Bone BBQ-Twin is a barbecue restaurant located in Twin Falls, ID, specializing in smoked meats and traditional BBQ cuisine. They serve dine-in customers and offer catering services for events and gatherings. Known for their barbecue offerings, they provide both restaurant service and event catering options.",
      url: "http://thesmokeybonebbq.com/",
      telephone: "+1-208-733-3885",
      address: {
        @type: "PostalAddress",
        streetAddress: "210 2nd Ave S",
        addressLocality: "Twin Falls",
        addressRegion: "ID",
        postalCode: "83301",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.5538771,
        longitude: -114.4697102
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.2",
        reviewCount: "629",
        bestRating: "5"
      },
      areaServed: "Twin Falls, ID and surrounding areas",
      knowsAbout: "Catering, BBQ enthusiasts, event hosts seeking catering, casual diners, families",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Specialized BBQ Preparation"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Dual Service Model"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.