React : How use ogp tags on differents components

I’m trying to implements meta ogp tags on my app :
I want to do something like this :

If I post on discord, www.myurl.com/, I want “Homepage” in my embed title
If I post www.myurl.com/about, i want “About” in my embed title

I’ve already looked around helmet, and something called react-meta-tags, but It’s wasn’t really working.. the url were duplicated and never updated, and after when i’ve fixed this, url in discord was every time the same..

maybe i’ve messed up something ?