-
Notifications
You must be signed in to change notification settings - Fork 10
chore: add usage docs for seo #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: ayushnirwal <[email protected]>
Signed-off-by: ayushnirwal <[email protected]>
|
Pull Request Test Coverage Report for Build 15050720227Details
💛 - Coveralls |
- **Fragment** to define the data needed from the WP server. | ||
- **Parser** to parse the fragment data to be consumable by NextJS. | ||
- **Location** has value of either `page` or `layout`. This defines if the parsed meta data should be added to the returned value of `getPageMetadata` or `getLayoutMetadata`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should provide the actual shape, if not an example of these. See the level of fidelity in query-engine.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit more on what needs to be provided to registerPlugin, and we should be good to merge.
What
Adds documentation related to Seo systems.
Related Issue(s):
https://github.com/rtCamp/headless/issues/431
How
Checklist
npm run changeset
.