Here’s a couple of options for controlling the meta title of a page:
- Best method is to use the
datakey in yourroutes.yamlto set page data against your custom collections page. That way you can use that page in Ghost to set all the SEO and other data points. More info can be found here: Ghost Themes - Dynamic URLs & Routing - Second best is to use a block helper so you can control the title value per template, this is a bit more manual but keeps templating fairly dry. I’ve explained that method over here: How to use functional helpers to select index, with custom routing? - #2 by DavidDarnes
Hope this helps!