nuxt-x-restaurants
Neighborhoods Index (`/neighborhoods`)
Landing page that lists every neighborhood available in the directory with restaurant counts.
Neighborhoods Index
Landing page at /neighborhoods that lists every neighborhood with restaurant locations and links to the per-neighborhood page.
How it works
- Fetches all restaurants via
useDomain().getRestaurants({ limit: 500 }) - Counts restaurants per neighborhood (deduplicated, normalized)
- Renders as a card grid with neighborhood name, pin icon, and count badge
- Each card links to
/neighborhoods/[slug]
SEO
<title>and<meta description>describe the directory- Sitemap entry at
/neighborhoods - Per-neighborhood detail pages (linked from each card) carry
ItemListJSON-LD for rich results
AI Context
page: neighborhoods/index
package: "@xenterprises/nuxt-x-restaurants"
use-when: >
Building the neighborhood browser entry point. Aggregates all
neighborhoods available in the directory with counts. Card grid links
to per-neighborhood detail pages.
