Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add titles and SEO configuration for all routes related to synonyms feature #2668

Closed
lpsinger opened this issue Nov 4, 2024 · 0 comments · Fixed by #2774
Closed

Add titles and SEO configuration for all routes related to synonyms feature #2668

lpsinger opened this issue Nov 4, 2024 · 0 comments · Fixed by #2774
Assignees

Comments

@lpsinger
Copy link
Member

lpsinger commented Nov 4, 2024

Please add page titles and SEO configuration for all routes related to the synonyms feature. Add this at module scope to each route module:

export const handle: BreadcrumbHandle & SEOHandle = {
  breadcrumb: 'Correction',  // Replace with desired page title
  getSitemapEntries: () => null,  // Include this to exclude from site map (e.g. for admin pages)
}
@lpsinger lpsinger added this to the Circulars Synonyms milestone Nov 22, 2024
@jracusin jracusin added this to GCN Dec 2, 2024
@jracusin jracusin moved this to Open in GCN Dec 2, 2024
@dakota002 dakota002 moved this from Open to In Progress in GCN Dec 9, 2024
@dakota002 dakota002 self-assigned this Dec 9, 2024
@dakota002 dakota002 moved this from In Progress to In Review in GCN Dec 9, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in GCN Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants