mistakia / nano-community

Community gateway and knowledge hub for Nano (digital money)
https://nano.community
MIT License
26 stars 24 forks source link

fix: Add title & metadata for homepage #11

Closed simonthomasnz closed 3 years ago

simonthomasnz commented 3 years ago

Metadata is currently not updated when navigating to the home page via an element using react-router / react-router-dom (e.g. the Nano icon) - most noticeable by the title not updating from the previous value when navigating to a doc page, then tapping on the Nano icon to navigate back to the homepage.

We should be able to remove this data from index.html to avoid repetition, but I'm not 100% sure that this wouldn't cause a regression in the SEO work (don't know much about robots etc.), so I'm not including that in this change.

mistakia commented 3 years ago

Very good catch! We should be able to remove the meta tags and title from index.html