Including Board name within <title> on Forum Topic Page
Sorry if this has been answered elsewhere, no luck searching.
At the Board level the <title> element includes the Board name and the Community title based on this general format page.head.title = {0} {1} {2} however when you move to the Forum Topic Page the board name is not included within the <title> element.
I'm aware of using Text Keys to modify the <title> element format e.g. page.ForumTopicPage.page-head-title.format = {1,choice,1#{0}|1<{0} - Page {1,number,integer}} although there is limited documenation on this text keys syntax.
From an SEO perspective having the board name in the title elements makes a lot of sense because titles like
I love my new runners - The Big Shoe Community
compared to
I love my new runners - Nike - The Big Shoe Community
greatly improves relevant keyword indexing by the search engine
I don't think overriding the text keys here will help as we need to do this globally? Are there any special {X} variables that can be added to the string above to add the board name?
Thanks