wp_get_seo
Retrieve the SEO meta (title, description, canonical URL, noindex) for a specific WordPress post or page. Pass the install name and post ID to get normalized values from the active SEO plugin.
Instructions
Read a page/post's SEO meta: title, description, canonical, noindex.
Maps the active SEO plugin's meta (SEOPress / Rank Math / Yoast) to generic fields.
Read-only. Requires the REST transport (the wpcli/SSH gateway has no SEO support).
install is the WP Engine install name; get post_id from wp_find_page / wp_get_content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | Yes | ||
| post_id | Yes |