Allow posting META tags

  1. The problem
    META tags should appear in HEAD, if you add them in article they will be posted in BODY.

  2. Simple solution

  • SCM poster takes META tags and posts it as post attribute
  • A plugin converts post attribute into META

There was an old solution for this already, needs to be tested to see if it still works.

In user resources, there is a plugin.

image

Unfortunately the WP poster in SCM doesn’t correctly transfer meta tags into post custom fields.

The above plugin will not work.

Investigating how to re-enable meta tag transfer.

custom post via api requires some deep php editing per blog, so using wp api to do it doesn’t work.

looking for alternative.