外掛說明
Traficonnect adds custom SEO meta fields including focus keywords to the default WordPress REST API response for posts. It supports both Rank Math and Yoast SEO plugins.
安裝方式
- Upload the plugin files to the
/wp-content/plugins/traficonnect
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
常見問題集
-
How do I retrieve the SEO meta fields via REST API?
-
Simply make a GET request to the
/wp-json/wp/v2/posts/<post_id>
endpoint and check for thetraficonnect_seo_meta
field. -
Can I update SEO meta fields via the REST API?
-
Yes, you can include the
traficonnect_seo_meta
fields in the POST or PUT requests, provided you have the required permissions.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.1
- Initial release with Yoast and Rank Math SEO integration via REST API.