You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yelp is a local business discovery and review platform covering restaurants, home services, shopping, nightlife, and more. The IA is location-driven — the home screen centers on a search bar with location context, surfacing nearby businesses with user reviews as the primary trust signal. Yelp combines consumer-facing discovery with business-facing tools (advertising, reservations, waitlist, request-a-quote), creating a two-sided marketplace for local commerce.
Site Map
Yelp
├── Home
│ ├── Search (business name, category, or service)
│ ├── Location (auto-detected or entered)
│ ├── Category Quick Links
│ │ ├── Restaurants
│ │ ├── Home Services
│ │ ├── Auto Services
│ │ ├── Shopping
│ │ ├── Nightlife
│ │ ├── Beauty & Spa
│ │ ├── Health & Medical
│ │ └── Active Life
│ ├── Trending Near You
│ ├── Recently Viewed
│ └── Collections / Lists
├── Search Results
│ ├── Business List
│ ├── Map View
│ ├── Filters Panel
│ ├── Sponsored Results
│ └── Sort Options
├── Business Page
│ ├── Photos & Videos
│ ├── Business Info
│ │ ├── Address, Phone, Website
│ │ ├── Hours of Operation
│ │ ├── Price Range ($ to $$$$)
│ │ ├── Categories / Tags
│ │ ├── Amenities & Attributes
│ │ └── Health & Safety
│ ├── Reviews
│ │ ├── Overall Rating (1-5 stars)
│ │ ├── Review Highlights (AI-generated)
│ │ ├── Individual Reviews
│ │ ├── Sort (date, rating, Yelp Sort)
│ │ ├── Filter by rating
│ │ └── Owner Responses
│ ├── Actions
│ │ ├── Write a Review
│ │ ├── Add Photos
│ │ ├── Check In
│ │ ├── Bookmark
│ │ ├── Share
│ │ └── Report
│ ├── Reservation (OpenTable / Yelp Reservations)
│ ├── Waitlist (Yelp Waitlist)
│ ├── Order Food (delivery/pickup)
│ ├── Request a Quote (services)
│ ├── Menu (restaurants)
│ ├── Q&A
│ └── Nearby Businesses
├── Restaurants
│ ├── Browse by Cuisine
│ ├── Browse by Feature (outdoor seating, delivery, etc.)
│ ├── Best of Lists
│ └── Reservations
├── Home Services
│ ├── Request a Quote Flow
│ ├── Browse by Service (plumbing, electrician, etc.)
│ └── Cost Guides
├── Write a Review
│ ├── Star Rating (1-5)
│ ├── Review Text
│ ├── Photos / Videos
│ ├── Check-In
│ └── Useful / Funny / Cool votes
├── Profile
│ ├── Reviews
│ ├── Photos
│ ├── Bookmarks (saved businesses)
│ ├── Collections
│ ├── Check-Ins
│ ├── Friends
│ ├── Compliments
│ ├── Elite Status
│ └── Activity Feed
├── Collections
│ ├── Create Collection (curated business lists)
│ ├── Public / Private
│ └── Follow Collections
├── Events (Yelp Events / Elite Events)
├── Talk (forum, being sunset)
├── Yelp for Business
│ ├── Claim Business
│ ├── Business Dashboard
│ ├── Respond to Reviews
│ ├── Update Business Info / Photos
│ ├── Yelp Ads
│ ├── Yelp Deals / Gift Certificates
│ ├── Analytics & Insights
│ ├── Yelp Reservations
│ ├── Yelp Waitlist
│ ├── Yelp Connect (posts to followers)
│ └── Request a Quote Management
├── Yelp Fusion API (developers)
└── Settings
├── Account
├── Privacy
├── Notifications
├── Friend Invitations
└── External Applications
Navigation Model
Type: Top nav bar with search-first design (desktop), bottom tab bar (mobile)
Desktop Top Bar: Logo, Search (two fields: "Find" + "Near"), Write a Review, Restaurants, Home Services, Auto Services, More | Notifications, Messages, Profile
Mobile Bottom Tabs: Search, Collections/Bookmarks, Review, Notifications, Profile
Search Results: List view + map toggle; sticky filter bar at top
Business Page: Long-scroll single page with tabbed sections (Overview, Reviews, Photos, Menu)