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

Update document metadata #76

Open
2 of 10 tasks
controversial opened this issue Mar 8, 2020 · 0 comments
Open
2 of 10 tasks

Update document metadata #76

controversial opened this issue Mar 8, 2020 · 0 comments
Assignees
Labels
technical Needs specific technical knowledge

Comments

@controversial
Copy link
Collaborator

controversial commented Mar 8, 2020

We should adopt react-helmet to display sensible document titles on each page instead of having every page just display "React App." Additionally, we should change the favicon to the TUTV logo, and update other miscellaneous bits of document metadata that are still using the values from create-react-app

Checklist:

  • implement a sensible base "fallback" page title
  • add appropriate titles to each of the app pages
  • Update document <meta name="description">
  • Update the favicon everywhere it appears:
    • favicon.ico
    • <link rel="shortcut icon">
    • <link rel="apple-touch-icon">
    • links in manifest.json
  • Update manifest.json with correct app short_name, name, icons, and theme colors
  • Update robots.txt to hide non-public-facing pages from search engines
@duci9y duci9y self-assigned this Mar 10, 2020
@duci9y duci9y added the technical Needs specific technical knowledge label Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical Needs specific technical knowledge
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants