Restaurant Operations

Online Menu Mistakes Chinese Restaurants Make

The online menu is often the first real interaction a diner has with a Chinese restaurant. If it is unreadable, stale, or confusing, the restaurant loses orders before the diner calls or visits.

Mistake map

Mistake Why it hurts Fix
PDF-only menu Hard to read on phones and weak for search. Create an HTML menu page with printable option.
Image-only menu Poor accessibility and poor indexing. Use real text for dish names, prices, and descriptions.
Delivery-platform dependence Restaurant loses control of menu identity. Maintain a canonical menu on the restaurant website.
No updated date Diners do not trust prices or availability. Show when the menu was last updated.
Unclear dish names New diners default to familiar items. Use functional names, Chinese names, pinyin, and short descriptions.
No dietary information Diners with restrictions leave or call repeatedly. Label major signals and explain cross-contact limits.
Large uncompressed photos Slow mobile loading. Use fewer, accurate, compressed photos.

On long menu pages, WCAG expects a way to bypass repeated blocks such as navigation, which is why skip links and clear main-content landmarks matter. ADA guidance treats accessible digital communication as part of serving the public effectively, not just as a design preference. WCAG expects link purpose to be clear from the link text or surrounding context, so labels like "Lunch menu PDF" are stronger than "click here." Menu systems work best when dish names, descriptions, and URLs are transcribed cleanly instead of buried in image-only menus or PDFs. Because Google uses mobile-first indexing, the important text and structure on menu pages need to work cleanly on phones as well as desktops. Schema.org includes Menu and MenuItem types, so item names, descriptions, and prices can be marked up as structured menu data. WCAG 2.2 sets a 4.5:1 contrast minimum for normal text and 3:1 for large text.

Minimum viable online menu

A usable online menu should include:
- Restaurant name, address, phone, hours, and ordering link
- HTML text menu with sections
- Dish names, prices, and short descriptions for unfamiliar items
- Spice and dietary signals
- Updated date
- Printable version or print-friendly layout

Related guides