Title: Validation Issue
Last modified: August 24, 2016

---

# Validation Issue

 *  Resolved [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/validation-issue-5/)
 * Hi, seems there is a validation error about the **itemprop** as attribute in **
   meta** tag.
 * Here the description
 * **Attribute itemprop not allowed on element meta at this point.**
 *     ```
       <!-- All in One SEO Pack 2.2.6.2 by Michael Torbert of Semper Fi Web Design[465,531] -->
       <meta name="description" itemprop="description" content="my desc" />
       ```
   
 * [https://wordpress.org/plugins/all-in-one-seo-pack/](https://wordpress.org/plugins/all-in-one-seo-pack/)

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

 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/validation-issue-5/#post-6064418)
 * That is valid markup for Google but the W3C validator doesn’t like it. If you
   want to remove it then there is an option for Use Schema.org Markup under All
   in One SEO, General Settings.
 *  Thread Starter [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/validation-issue-5/#post-6064511)
 * Hi wpsmort,
 * Thanks for the answer, I’m little confused about the fact that google allow the
   itemprop where the specs say that is not standard.
 * Anyway, I’ll remove it from the options.
 * Thanks again.
 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/validation-issue-5/#post-6064512)
 * From what I’ve read, the W3C Validator has not been updated to support Schema.
   org and RDP markup
 *  Thread Starter [Guido Scialfa](https://wordpress.org/support/users/wido/)
 * (@wido)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/validation-issue-5/#post-6064522)
 * Uhm, within the body there are no problem with validation, I mean, if i use the
   correct structure itemscope > itemprop etc…,
 * Let me give you an example.
 *     ```
       <!DOCTYPE html>
       <html>
   
       <head>
       <meta charset="UTF-8" /><!-- <meta charset="utf8" /> -->
   
       <title>A Schema.org document</title>
       </head>
   
       <body>
       <div itemscope itemtype ="http://schema.org/Movie">
         <h1 itemprop="name">Avatar</h1>
         <span>Director: <span itemprop="director">James Cameron</span> (born August 16, 1954)</span>
         <span itemprop="genre">Science fiction</span>
         <a href="../movies/avatar-theatrical-trailer.html" itemprop="trailer">Trailer</a>
       </div>
   
       </body>
   
       </html>
       ```
   
 * That markup doesn’t validate if the itemscope is missed.
 * Validation Response
 *     ```
       Line 11, Column 41: The itemtype attribute must not be specified on elements that do not have an itemscope attribute specified.
   
       <div itemtype ="http://schema.org/Movie">
       ```
   
 * does this not mean that the schema.org is supported? Sorry me to bother you, 
   it’is just to understand.
 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/validation-issue-5/#post-6064524)
 * I’m not an HTML expert but this is an ongoing argument between HTML experts online
   about whether there should be support for Schema.org markup in the validator.
   All I can tell you is that we develop an SEO plugin and we ensure that the Schema.
   org markup we add complies with Google’s rules because we care about Google and
   making sure we comply with what they want.

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

The topic ‘Validation Issue’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290)
 * [All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic](https://wordpress.org/plugins/all-in-one-seo-pack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-seo-pack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-seo-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-seo-pack/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Steve M](https://wordpress.org/support/users/wpsmort/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/validation-issue-5/#post-6064524)
 * Status: resolved