Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0
Why this matters
sitemap.ts lists /kingdom and /liquidations as indexable (and they are not in robots disallow), but only loans, loans/[loanId], and lend export generateMetadata. frontend/src/app/[locale]/kingdom/page.tsx and [locale]/liquidations/page.tsx are use client with no metadata, so both fall back to the static root title RemitLend - Borderless P2P Lending & Remittance with no page-specific description, canonical, or OG tags.
Acceptance criteria
Files to touch
frontend/src/app/[locale]/kingdom/page.tsx
frontend/src/app/[locale]/liquidations/page.tsx
Out of scope
- Pages intentionally disallowed in robots.ts
Why this matters
sitemap.ts lists /kingdom and /liquidations as indexable (and they are not in robots disallow), but only loans, loans/[loanId], and lend export generateMetadata. frontend/src/app/[locale]/kingdom/page.tsx and [locale]/liquidations/page.tsx are use client with no metadata, so both fall back to the static root title RemitLend - Borderless P2P Lending & Remittance with no page-specific description, canonical, or OG tags.
Acceptance criteria
Files to touch
frontend/src/app/[locale]/kingdom/page.tsxfrontend/src/app/[locale]/liquidations/page.tsxOut of scope