Skip to content

fix(seo): add sitemap reference to robots.txt, metadata to not-found and descriptions across public pages (#246, #247, #249, #250) - #298

Open
ghzhost wants to merge 1 commit into
MergeFi:mainfrom
ghzhost:fix/seo-metadata-improvements
Open

fix(seo): add sitemap reference to robots.txt, metadata to not-found and descriptions across public pages (#246, #247, #249, #250)#298
ghzhost wants to merge 1 commit into
MergeFi:mainfrom
ghzhost:fix/seo-metadata-improvements

Conversation

@ghzhost

@ghzhost ghzhost commented Aug 21, 2026

Copy link
Copy Markdown

Summary

This PR addresses several open SEO, metadata, and crawlability issues across the MergeFi frontend:

Changes

  • src/app/robots.ts: specify sitemap directive using site URL config.
  • src/app/not-found.tsx: export title metadata.
  • src/app/connect/page.tsx: add page description metadata.
  • src/app/issues/page.tsx: add page description metadata.
  • src/app/milestones/page.tsx: add page description metadata.

Validation

  • npm run build: verified production build and static routes generation passed with 0 errors.
  • npm run lint: passed cleanly with 0 ESLint warnings or errors.

Fixes #246, Fixes #247, Fixes #249, Fixes #250

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the chonilius' projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment