开发者 |
poliuk
luisherranz rmartinezduque orballo davidarenas santosguillamot frontity |
---|---|
更新时间 | 2021年3月27日 01:08 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.7 |
版权: | GPLv3 |
版权网址: | 版权信息 |
In case you get some errors regarding this dependency make sure you have this library installed (you can take a look at this thread in the code repository).Compatibility This plugin is compatible and works out of the box with some of the most popular WordPress SEO plugins. These are the ones that we tested:
No, you can use it for any headless WordPress project. However, if you use Frontity, you can get all the data automatically with this Frontity package. On the other hand, if you are not using Frontity, you have to add the data manually as explained on the plugin's documentation.
You can find the head tags exposed in the WordPress REST API after making an API request. You can find a new field named head_tags
which is an array of all the meta tags, just as they appear in the web page section. You can see more information at the plugin docs.
If you are not using this Frontity package (which will automatically add the head tags), you should fetch this data at /wp-json/wp/v2/types/post
endpoint.
Yes, the plugin will automatically add the meta tags to the custom post types and custom taxonomies. You can check which entities show the new field on its docs.
Yes, it works with both Yoast SEO and All in One SEO plugins. We actually plan to make it compatible with most of the WordPress SEO plugins. If you test it with any other plugin, kindly let us know whether it works or not so we can update the list.
<head>
tag.