I’ve made a PR that will add option to change title sepator:
https://github.com/discourse/discourse/pull/9815
Setting is an enum with list of separators inspired by Yoast SEO WP plugin.
For example, you can set the separator to be like:
Discourse Meta | The Official Support Forum for Discourse
or
Discourse Meta < The Official Support Forum for Discourse
Currently, the only option is -
.
I didn’t go the plugin
route for several reasons, mainly it seems to me that plugin couldn’t change all of this. I could be wrong.