Summary
The login page has no custom browser tab title or meta description. Add Next.js metadata so users and search engines see a clear “Log in | BetterDev” page.
What should change?
Add metadata export (or a small layout.tsx) for the login route
Set title and description appropriate for member email login
Follow the same pattern used on /meetup, /contact, etc.
Acceptance criteria
Checklist of done conditions:
How to test
- Run npm run dev
- Open http://localhost:3000/login
- Check the browser tab title
- View page source or devtools → confirm meta description
Summary
The login page has no custom browser tab title or meta description. Add Next.js metadata so users and search engines see a clear “Log in | BetterDev” page.
What should change?
Add metadata export (or a small layout.tsx) for the login route
Set title and description appropriate for member email login
Follow the same pattern used on /meetup, /contact, etc.
Acceptance criteria
Checklist of done conditions:
How to test