1. Edit your qa-theme/your-theme/qa-theme.php file
2. Add or merge the initialize() function like this:
public function initialize() {
if ($this->template === 'question') {
if (!empty($this->content['q_view']['raw']['tags'])) {
$this->content['site_title'] .= ' | ' . $this->content['q_view']['raw']['tags'];
}
}
}
Result:
In the screenshot above how-to is the tag of the question