Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Royal Touch Catering and Events",
description: "Royal Touch Catering and Events is a full-service catering company based in Sacramento specializing in customized menus and event coordination. They handle everything from intimate gatherings to large celebrations, offering on-site cooking, bar service, and comprehensive event planning to bring clients' visions to life.",
url: "http://www.royaltouchce.com/",
telephone: "+1-916-486-1140",
address: {
@type: "PostalAddress",
streetAddress: "1120 Fulton Ave Site I",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95825",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5857124,
longitude: -121.4005508
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Catering, Wedding couples, corporate event planners, large family celebrations, special milestone events",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menus"
}
],
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.