frontity
Forum Replies Created
-
Forum: Plugins
In reply to: [REST API - Head Tags] plugin doesn’t get Yoast as separate tagsThanks for your feedback. We’ll try to improve the description of the plugin so it’s more clear
Let me expand my answer.
Frontity projects (and packages) work directly with the info available in the REST API. This “REST API – Head Tags” plugin was built to expose in the REST API the meta-tags that can be defined with plugins like YOAST because with versions prior to Yoast 14, Yoast wasn’t doing this
Anyway, if you’re using Yoast 14 or above, you won’t need this plugin, as from this version the metatags and all SEO info is properly exposed to the REST API by the Yoast plugin itself
Hope this helps. Thanks for your patience.
Forum: Plugins
In reply to: [REST API - Head Tags] plugin doesn’t get Yoast as separate tagsThis WordPress plugin is meant to work with
@frontity/head-tagsFrontity packageIn a Frontity project, this combination ( REST API – Head Tags WordPress plugin + head-tags frontity package) will make your metatags are automatically included in your final rendered HTML
Besides this you can customize the metatags from your React app using elements like
<Head>.Here you have more info:
– https://docs.frontity.org/guides/seo
– https://docs.frontity.org/api-reference-1/frontity-head-tags
– https://docs.frontity.org/frontity-plugins/rest-api-head-tagsForum: Plugins
In reply to: [REST API - Head Tags] Add Meta Tags onYes, the plugin is absolutely compatible with Yoast SEO 🙂
From the description of your issue however it’s not clear to me to me if you are using the frontity framework (https://frontity.org) or just have a plain react project using the REST API.
If you are facing an issue that is frontity-related, I’d recommend you to ask for help on our community forum at community.frontity.com 🙂