Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dogwood Catering Company",
description: "Dogwood Catering Company is a full-service catering provider based in Marietta specializing in custom menus for weddings, corporate events, and special occasions. They offer on-site cooking, bar service, and dietary accommodations to ensure every event is tailored to their clients' needs. With a focus on quality and personalized service, Dogwood handles events of all sizes and delivers a professional catering experience from planning to execution.",
url: "http://dogwoodcatering.com/",
telephone: "+1-404-914-6770",
address: {
@type: "PostalAddress",
streetAddress: "Mailing #125 Physical, 4961 Lower Roswell Rd #117",
addressLocality: "Marietta",
addressRegion: "GA",
postalCode: "30068",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.966435,
longitude: -84.4061598
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "156",
bestRating: "5"
},
areaServed: "Marietta, Atlanta metro, and surrounding areas",
knowsAbout: "Catering, Wedding couples, Corporate event planners, Special occasion hosts, Large gatherings (100+ guests)",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Cooking & Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Menus & Accommodations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Event-Focused Expertise"
}
],
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.