SEO Enhancements
Opened this issue · 1 comments
ashertoufeeq commented
React apps are great but not with SEOs. react-helmet helps you to solve a part of the problem. We have screens in the src/screens folder add title, meta, and description to every screen using react-helmet. Yep, it's easy.
To merge a pull request
add title, meta, and description to a minimum of 5 screens.
brunodhr commented
I'll take this!