Hi,
We're rebuilding an old site (where everything was set up manually) into a more dynamic site using Metabox and Elementor. To that end, we've created two custom post types with MetaBox AIO with the slugs "book-reviews" and "case-studies", and we're not seeing where to set SEO details (metatitle, metadescription) for the archive pages of those post types. I believe this can be done with Yoast SEO but we're avoiding that as we have a seperate SEO plugin already installed that does not seem to recognise the archive pages as set up by MetaBox.
Since this is our predicament, and we need to replicate the MetaDetails that were set up on the manual "archive" pages on the old site, we are wondering what can be done with MB Views? I imagine there's a couple lines of PHP/HTML that can be inserted with views to achieve the desired result, but we're not sure how to actually get them in the <head> tag of the CPT archive pages.
The code that we want in the head tag is along these lines (correct me if I'm wrong here):
<meta name="title" content='The MetaTitle'><meta name="description" content='The MetaDescription'>