Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Wave-1 beauty gift guides live at `/gifts` and `/gifts/:slug`.
- **Data:** `src/data/giftGuides.ts` + gift types in `src/data/types.ts`
- **Pages:** `src/pages/Gifts.tsx` (hub), `src/pages/GiftGuide.tsx` (listicle)
- **SEO:** `giftsHubSeo` / `giftGuideSeo` in `src/lib/seoData.ts`; `itemListJsonLd` in `src/lib/seo.ts`; sitemap + `scripts/route-meta.ts` include gift URLs
- **Rules:** Catalog-backed `productEntries` only (every slug must exist in `products.ts`). Original gift framing (`giftWhy` ≥ ~40 words). Warm Riviera voice — never clinical cure claims. Skip Conbal slots (no Conbal on Adazo). Buy on Amazon with `rel="sponsored"`. Footer disclosure already on Layout.
- **Rules:** Catalog-backed `productEntries` only (every slug must exist in `products.ts`). Original gift framing (`giftWhy` ≥ ~40 words). Warm Riviera voice — never clinical cure claims. ConBal may add host-native v2 editorial notes only at safe section boundaries; never place one inside a product card, list item, form, hero, or conversion CTA. Buy on Amazon with `rel="sponsored"`. Footer disclosure already on Layout.
- **Nav:** Primary nav + footer “Gifts”; Home featured rail; PDP “Also on gift guides” chips via `guidesForProduct`.

## Product page enrichment
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"indexnow": "node scripts/indexnow.mjs",
"build": "npm run sitemap && tsc -b && vite build",
"lint": "oxlint src",
"test": "node --experimental-strip-types --test tests/*.test.mjs",
"preview": "vite preview",
"import:bsr": "node scripts/bsr/import-bsr.mjs && node scripts/bsr/fill-quota.mjs",
"fill:quota": "node scripts/bsr/fill-quota.mjs",
Expand Down
Loading
Loading