Title: Doesn&#039;t work with msvalidate.01
Last modified: August 22, 2016

---

# Doesn't work with msvalidate.01

 *  Resolved [Daniel Payne](https://wordpress.org/support/users/djepayne/)
 * (@djepayne)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/doesnt-work-with-msvalidate01/)
 * I setup a Bing webmaster account, and they want me to add the following meta 
   statement in the header:
 * <meta name=”msvalidate.01″content=”84FB9AFAEA2C47CADF801045CA7B39DD” />
 * So I used this plugin, entered the value, then looked at one of my WordPress 
   pages, however there is no meta statement for msvalidate present. Even after 
   I save this value in the WordPress GUI it simply disappears and is instead replaced
   by: <meta />. Very weird plugin behavior.
 * What’s wrong with this plugin?
 * [https://wordpress.org/plugins/add-meta-tags/](https://wordpress.org/plugins/add-meta-tags/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * (@gnotaras)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/doesnt-work-with-msvalidate01/#post-5778636)
 * Hello Daniel,
 * You have a typo in the meta statement and it cannot pass the internal validation.
   An empty space is required before `content=`.
 * Correct statement:
 *     ```
       <meta name="msvalidate.01" content="84FB9AFAEA2C47CADF801045CA7B39DD" />
       ```
   
 * Hope this helps,
    George
 *  Thread Starter [Daniel Payne](https://wordpress.org/support/users/djepayne/)
 * (@djepayne)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/doesnt-work-with-msvalidate01/#post-5778687)
 * So how is a plugin user supposed to know that there is an internal validation,
   and that a space is required? There is no feedback after I click Save.
 *  Plugin Author [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * (@gnotaras)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/doesnt-work-with-msvalidate01/#post-5778712)
 * Hello Daniel,
 * The HTML syntax is the responsibility of the user. Detecting syntax errors like
   a missing space is beyond the scope of the validation that is performed.
 * The internal validation exists for security reasons, mainly to protect the Metadata
   metabox in the post editing screen, where non admins might have access in case
   of a multi-author blog. Nevertheless, it is also used for the plugin settings.
 * The internal validation uses the internal WordPress API and involves serialization
   of the input and removal of invalid content. No feedback is returned to the user
   because the WordPress API returns no such feedback.
 * Unfortunately, there are no plans to implement a custom mechanism that returns
   such feedback to the user.
 * Thanks for your understanding.
 * George
 * PS: I’m marking the topic as resolved. Feel free to re-open.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Doesn't work with msvalidate.01’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/add-meta-tags.svg)
 * [Add Meta Tags](https://wordpress.org/plugins/add-meta-tags/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-meta-tags/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-meta-tags/)
 * [Active Topics](https://wordpress.org/support/plugin/add-meta-tags/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-meta-tags/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-meta-tags/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/doesnt-work-with-msvalidate01/#post-5778712)
 * Status: resolved