I've upgraded the Plugin to the latest version and in the latest version the custom titles and descriptions for post type archives are gone. I can only set the page title for individual pages of that post type.
I expected the settings for the post type archives under /wp-admin/admin.php?page=wpseo_titles#top#post-types. But they're not present anymore.
/wp-admin/admin.php?page=wpseo_titles#top#post-typesIt doesn't show the option
Old version

New Version:
I had this issue too with Yoast Version 7.7.2 and is fixed with PR #10212
When creating the CPT, I use a string on has_archive, example:
'has_archive' => 'view-all-products',
Are you guys going to push this?
This is not so important for English websites, but for foreign websites, I tend to remove "Archive" string from the title, as it's not needed, and right now, there's no possibility of doing it (the possibility, for some reason, was removed with new Yoast version).
That screws with everything.
And I wouldn't say it's related to #9826 (partly maybe), as this is asking to fix/bring back what was available, while the other one is to add a feature.
@vlaskiz This has already been fixed in here and is planned to be released in Yoast SEO v7.9.
@iamazik this shouldn't be released as late as in version 7.9. As @vlaskiz already said this is not so important for English websites, but for foreign websites, it's more important than you think, and it really screws the archive page SEO title. Not to mention that my customers, for instance, wouldn't accept such string as 'Archive' appearing in the title, because the translation for 'Archive' in my language sucks. I had all my websites downgraded to version 7.6.1 to "fix" this issue.
Anyway, you guys should fix this bug for version 7.8.1! It shouldn't be a big deal since this plugin is version controlled using GIT.
Please, consider that thousands of websites use your plugin and they are not in English.
Most helpful comment
Are you guys going to push this?
This is not so important for English websites, but for foreign websites, I tend to remove "Archive" string from the title, as it's not needed, and right now, there's no possibility of doing it (the possibility, for some reason, was removed with new Yoast version).
That screws with everything.
And I wouldn't say it's related to #9826 (partly maybe), as this is asking to fix/bring back what was available, while the other one is to add a feature.