You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 fromcreate-react-app
Checklist:
<meta name="description">
<link rel="shortcut icon">
<link rel="apple-touch-icon">
manifest.json
short_name
,name
,icons
, and theme colorsrobots.txt
to hide non-public-facing pages from search enginesThe text was updated successfully, but these errors were encountered: