Meta title changes dynamically

Here’s a couple of options for controlling the meta title of a page:

  1. Best method is to use the data key in your routes.yaml to 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
  2. 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!