palmiak / smartcrawl-wpgraphql
SmartCrawl 的 WPGraphQL 扩展。
1.0.1
2020-03-31 10:50 UTC
Requires
- php: >=5.6
- wp-graphql/wp-graphql: >=0.3.8
Requires (Dev)
This package is auto-updated.
Last update: 2024-08-29 05:24:51 UTC
README
要求
要使用此插件,您需要
- WPGraphQL - 🚀 WordPress 的 GraphQL API
- SmartCrawl 或 SmartCrawl PRO - WordPress SEO 检查器、分析器和优化器
使用方法
对于文章和文章类型
query GET_POSTS { posts { edges { node { id title date smartcrawl_seo{ title metaDesc metaRobotsNoindex metaRobotsNofollow opengraphTitle opengraphDescription canonical opengraphImage { sourceUrl } twitterTitle twitterDescription twitterImage { sourceUrl } twitterCard focusKeywords } } } } }
对于分类法
query GET_CATEGORIES { categories { edges { node { smartcrawl_seo{ title metaDesc metaRobotsNoindex metaRobotsNofollow opengraphTitle opengraphDescription canonical opengraphImage { sourceUrl } twitterTitle twitterDescription twitterImage { sourceUrl } twitterCard focusKeywords } } } } }
贡献
感谢 Ashley Hitchcock 的启发。