Skip to content

seo: Quest detail pages use static, generic metadata instead of the real quest title/description #452

Description

@LarytheLord

app/quests/[id]/layout.tsx exports static metadata ("Quest Details — Guild") instead of a generateMetadata() function pulling the actual quest's title/description. Every quest page looks identical to search engines and link previews, losing the long-tail SEO value of dozens of distinct quest pages.

Acceptance Criteria

  • Convert to generateMetadata({ params }) that fetches the quest and sets a real title/description per page
  • Falls back gracefully if the quest isn't found

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions