- 🇩🇰Denmark ressa Copenhagen
Yes, it seems like either/or if you want to override Views titles, both
<H1>
and the meta title
<head><title>My custom title | Drush Site-Install</title> [...]
as described in How to change the title of a Drupal View via code → . - 🇩🇰Denmark ressa Copenhagen
Just adding a note, that removing
[current-page:title] | [site:name]
under "Global" (/admin/config/search/metatag/global) and leaving it empty, allowed a custom Views title from ahook_views_pre_render
function to get used instead.