TL;DR Please populate og:title with something descriptive!
Describe the bug
The forums try to pull relevant page data from websites that are posted to the forum. When a link is not on its own line, the link text is changed to the Open Graph title. The title for OGS is "Play Go at online-go.com! | OGS", but I believe this could be more descriptive.
Here's how all OGS links show up in the forums (when on the same line as other text):

To Reproduce
Steps to reproduce the behavior:
Expected behavior
A link like https://online-go.com/tournament/70977 should show up as "Honinbo Main Title Tournament 2021" or "Honinbo Main Title Tournament 2021 | OGS".
Additional Context
I looked into fixing this, but OG_TITLE seems to populated differently in prod (Gulpfile.js just populates it with an empty string), and I also can't tell if API calls in the Gulpfile are Kosher.
That's really great, thanks @anoek :)
One issue: somehow Discourse is still pulling "Play Go at online-go.com | OGS", I wonder if it is pulling the first value of
PAGE_TITLE as well? I know this is more of a failing on Discourse's end, but since OGS uses discourse for the forums I wanted to bring it up.
Discourse (both links to the same game):

The DOM before JavaScript runs:

The fix isn't live yet, i'm actually surprised it closed the issue since it was cross repository, but I guess github is cool like that.
When it goes live, it should fix this issue.
The fix isn't live yet, i'm actually surprised it closed the issue since it was cross repository, but I guess github is cool like that.
Oh got it, I didn't realize og:title was already set for games. Thanks again for addressing!
Ok it's live now, quick test showed the game name as expected now :)
Truly glorious!

Most helpful comment
Ok it's live now, quick test showed the game name as expected now :)