Skip to content

Leaderboard page title has typo variant still indexed #227

Description

@ritaifeoluwa

What changed

  • /leaderbord (typo) still exists as a redirect page in src/app/leaderbord/page.tsx
  • Search engines or old links may index the typo URL

Why

  • While the redirect works, the typo route should return a proper 301 or noindex meta tag to prevent indexing
  • Consider adding <meta name="robots" content="noindex"> to the redirect page

How to test

  1. Visit /leaderbord
  2. Check it redirects to /leaderboard
  3. View page source — confirm no noindex meta tag

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions