Structured Data

    Catering a Fresco

    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: "Catering a Fresco",
      description: "Catering a Fresco is a full-service catering company based in Madison that specializes in fresh, made-to-order cuisine for events of all sizes. They offer comprehensive catering services including menu planning, on-site food preparation, and beverage service, with a focus on quality ingredients and customized menus tailored to each client's needs.",
      url: "http://cateringafresco.com/",
      telephone: "+1-608-258-4436",
      address: {
        @type: "PostalAddress",
        streetAddress: "201 State St",
        addressLocality: "Madison",
        addressRegion: "WI",
        postalCode: "53703",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 43.0745936,
        longitude: -89.3882566
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "4",
        bestRating: "5"
      },
      areaServed: "Madison, Wisconsin and surrounding areas",
      knowsAbout: "Catering, Wedding couples, corporate event planners, non-profit organizations, private celebrations",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Fresh Made-to-Order Approach"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "On-Site Food Preparation"
        }
      ],
      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.