Structured Data

    Devil's Food Catering

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Devil's Food Catering",
      description: "Devil's Food Catering is a full-service catering company based in Portland that specializes in custom menus for weddings, corporate events, and private celebrations. They offer both on-site cooking and drop-off catering options with a focus on fresh, locally-sourced ingredients and creative cuisine tailored to each client's vision and dietary needs.",
      url: "https://devilsfoodcatering.com/",
      telephone: "+1-503-233-9288",
      address: {
        @type: "PostalAddress",
        streetAddress: "666 N Page St",
        addressLocality: "Portland",
        addressRegion: "OR",
        postalCode: "97227",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 45.53950890000001,
        longitude: -122.67355009999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "67",
        bestRating: "5"
      },
      areaServed: "Portland, OR and surrounding areas",
      knowsAbout: "Catering, Wedding couples, Corporate event planners, Private celebration hosts, Groups with dietary accommodations",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Custom Menu Design"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Locally-Sourced Ingredients"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Flexible Service Options"
        }
      ],
      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.