ILJ keywords – what is the name of the field?
-
Hello,
we are using external people who do not have acess to our WP website. We have been reposting the stuff manually but now we plan to automize the process. We are using wordpress_xmlrpc in python and we would like to also post keywords for internal links this way. Unlike other plugins (such as Yoast SEO) I did not find the name for ILJ keywords field in export (probably because they are stored separately and not with the post). wordpress_xmlrpc behaves like a person filling a form, so I guess with a right field name, it will not be a huge problem.
We use this for Yoast SEO
post.custom_fields = [] post.custom_fields.append({ 'key': '_yoast_wpseo_metadesc', 'value': 'Meta description ....' })
But what ‘key’ could I use for internal links keywords?
- The topic ‘ILJ keywords – what is the name of the field?’ is closed to new replies.