Insert text BEFORE the “tag” title

I skipped this and figured out the best way as Pseudo CSS (I believe it is called)

body.tag .page-title:before {
    content: 'Conferences In ';
}

^ this works well