Skip to content

[Frontend] Sitemap-listed indexable pages kingdom and liquidations have no generateMetadata, inheriting the generic root title with no canonical/OG #1239

Description

@grantfox-oss

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

  • kingdom and liquidations expose generateMetadata via buildPageMetadata (unique title/description, canonical, OG)
  • Each rendered page emits a distinct title and canonical link
  • Pattern matches the existing loans/lend approach

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

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programenhancementNew feature or requestfrontendIssues related to frontend developmentseoSEO improvements

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions