-
I’m working on integrating with RankMath SEO via the WordPress REST API. I need comprehensive documentation on where RankMath stores its data in the WordPress database (which meta keys, option names, and tables are used), so I can properly read and update this data through the WordPress REST API. Specifically, I’d like to know the complete list of meta fields beyond the basic ones (rank_math_title, rank_math_description, rank_math_focus_keyword) and how they’re structured. Per my knowledge accessing the RankMath API doesn’t allow editing of the WordPress fields so I have to register these fields in order for the WordPress REST API to send those fields and data to me via an API call.
1). At a minimum to continue my development I need the table and field name for where the “Permalink” data is stored in the WordPress data base. It shows this field in the Preview Snippet Editor.
2). Where is the post SEO Score stored in the WordPress database? (Ex: 85/100)
3). Where is the “Title” character and pixel count stored in the WordPress database? (Ex: x/60 (x/580px) These values show in the Preview Snippet Editor.
4). Where is the “Permalink” character count stored in the WordPress database? (Ex: x/75) These values show in the Preview Snippet Editor.
5). Where is the “Description” character and pixel count stored in the WordPress database? (Ex: x/160 (x/920px) These values show in the Preview Snippet Editor.
The ticket ‘WordPress REST API Fields’ is closed to new replies.