Structured Data

    The Palms

    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 Palms",
      description: "The Palms is a classic American restaurant established in 1975 and a local institution in Lexington, VA. Located at 101 West Nelson Street, they serve traditional American fare in a welcoming atmosphere. The restaurant is open daily from 11am-10pm (extended hours Friday-Saturday until 11pm) and offers both dine-in service and catering for events.",
      url: "http://www.thepalmslexington.com/",
      telephone: "+1-540-463-7911",
      address: {
        @type: "PostalAddress",
        streetAddress: "101 W Nelson St",
        addressLocality: "Lexington",
        addressRegion: "VA",
        postalCode: "24450",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.784854599999996,
        longitude: -79.4437615
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "1475",
        bestRating: "5"
      },
      areaServed: "Lexington, Virginia and surrounding areas",
      knowsAbout: "Catering, Families seeking classic American comfort food, local diners, event hosts needing catering services, groups and gatherings",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established 1975"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Catering Available"
        }
      ],
      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.