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
The root layout.tsx metadata export (lines 13-16) only sets a generic title and description. There are no Open Graph, Twitter Card, canonical URL, or robots directives. Links shared on Slack, Discord, or Twitter show no preview card. Every page (homepage, dashboard, escrow detail) shares the same generic title.
File: apps/frontend/app/layout.tsx (metadata export), all page files
Description
The root
layout.tsxmetadata export (lines 13-16) only sets a generictitleanddescription. There are no Open Graph, Twitter Card, canonical URL, or robots directives. Links shared on Slack, Discord, or Twitter show no preview card. Every page (homepage, dashboard, escrow detail) shares the same generic title.File:
apps/frontend/app/layout.tsx(metadata export), all page filesAcceptance Criteria
openGraphmetadata to root layout: og:title, og:description, og:image, og:url, og:typetwittercard metadata: card type, site handle, creatoralternates.canonicalURL pointing to production domainrobots: { index: false, follow: false }to prevent indexingpublic/manifest.jsonlink for PWA basicsPoints: 100 | Difficulty: Trivial