Skip to content

## FRONTEND: Help Center Article Page Missing <title> and OG Meta Tags #1058

Description

@OSEH-svg

Description
The dynamic help article route app/help/[category]/[slug]/page.tsx does not export a generateMetadata function. Every help article renders with the same generic page title, making them undiscoverable by search engines and invisible to link-preview scrapers.

Tasks

  • Add generateMetadata({ params }) to app/help/[category]/[slug]/page.tsx.
  • Set title, description, and openGraph from the article's frontmatter content.
  • Ensure the canonical URL is set correctly.
  • Follow the pattern established in app/sitemap.ts.
    Acceptance Criteria
  • Each help article has a unique <title> and <meta name="description">.
  • Open Graph tags are populated correctly for link previews.
  • Canonical URL matches the article's public URL.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions