內容簡介
此外掛將 Yoast SEO 設定透過 REST API 讓 WordPress PWA 使用。
於一般的文章或頁面 REST API 請求中傳回 Yoast 的文章或頁面 metadata。並將此資料儲存在傳回資料的 yoast_meta 欄位中。
`
{
id: 123,
…
yoast_meta: {
title: “Testy Test | My WordPress site”,
}
}
`
支援頁面、文章、類別、標籤以及任何公開自訂文章類型和自訂分類法。
感謝 Pablo Postigo、Tedy Warsitha 和 Charlie Francis 對此外掛的貢獻!
外掛標籤
開發者團隊
原文外掛簡介
Makes Yoast SEO settings available to WordPress PWA using the REST API.
Returns Yoast post or page metadata in a normal post or page REST API request. Stores the metadata in the yoast_meta field of the returned data.
`
{
id: 123,
…
yoast_meta: {
title: “Testy Test | My WordPress site”,
}
}
`
Supports pages, posts, categories, tags and any public custom post types and custom taxonomies.
Thanks to Pablo Postigo, Tedy Warsitha and Charlie Francis for amazing contributions!
