Skip to content

[Good first issue]: Add page metadata to /login #14

Description

@FrankezeCode

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

  • Browser tab shows a BetterDev login title
  • Meta description is present and accurate
  • Build completes without metadata/client component conflicts

Checklist of done conditions:

  • title and description added for /login
  • Pattern matches other app pages
  • npm run build passes
  • No linter errors on touched files

How to test

  1. Run npm run dev
  2. Open http://localhost:3000/login
  3. Check the browser tab title
  4. View page source or devtools → confirm meta description

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions