Head Tags not showing up for archive

On this page, which is a custom post type archive, even though I’ve configured the Yoast SEO data for it, none of the data populates either in the head automatically nor if I manually call state.headTags.get(). Has anyone gotten archive SEO to work?

Hi @david1

Here you have the documentation page of Head Tags → https://docs.frontity.org/api-reference-1/frontity-head-tags. Notice that @frontity/head-tags package doesn’t make sense without REST API Head Tags plugin plugin, so before installing the package you have to install the plugin in your WordPress backend.

Also, here you have demo project using Head Tags

Have a look at the code to get some inspiration that may help you with your issue

Hope this helps