Title: Plugin removes schema markups
Last modified: September 1, 2016

---

# Plugin removes schema markups

 *  Resolved [breathelifein](https://wordpress.org/support/users/biellebrunner/)
 * (@biellebrunner)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/plugin-removes-schema-markups/)
 * For some reason, when I add a new event occurrence with schema markup, they’re
   all removed after I publish the event. I get left with a bunch of empty <span
   > tags.
    Why is that happening, and what can I do so I can keep those markups
   on my events pages?
 * [https://wordpress.org/plugins/my-calendar/](https://wordpress.org/plugins/my-calendar/)

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

 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/plugin-removes-schema-markups/#post-7534905)
 * Can you give me an example block of code to test with?
 *  Thread Starter [breathelifein](https://wordpress.org/support/users/biellebrunner/)
 * (@biellebrunner)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/plugin-removes-schema-markups/#post-7534908)
 * Hi.
    It’s something like this:
 *     ```
       <div itemscope itemtype="http://schema.org/TVSeries"><meta itemprop="name" content="Castle"><span itemprop="season" itemscope itemtype="http://schema.org/TVSeason"><meta itemprop="name" content="season 7"></span>
       <em>Episode:</em> <span itemprop="episode" itemscope itemtype="http://schema.org/TVEpisode"><meta itemprop="position" content="23"><span itemprop="name">Hollander's Woods</span></span>
       <em>Director:</em> <span itemprop="director" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Paul Holahan</span></span>
       <em>Writer:</em> <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Andrew W. Marlowe</span></span> & <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Terri Edda Miller</span></span>
       <em>Air date:</em> <span itemprop="startDate" datetime="2015-05-11">May 11, 2015</span></div>
       ```
   
 * After I save the page, I get this:
 *     ```
       <div><span></span>
       <em>Episode:</em> <span><span>Hollander's Woods</span></span>
       <em>Director:</em> <span><span>Paul Holahan</span></span>
       <em>Writer:</em> <span><span>Andrew W. Marlowe</span></span> & <span><span>Terri Edda Miller</span></span>
       <em>Air date:</em> <span>May 11, 2015</span></div>
       ```
   
 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/plugin-removes-schema-markups/#post-7534917)
 * I’m going to alter the HTML filters to allow schema attributes; currently, they’re
   being filtered. I’ll try and get this update out as soon as possible, but it 
   won’t be immediate.
 *  Thread Starter [breathelifein](https://wordpress.org/support/users/biellebrunner/)
 * (@biellebrunner)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/plugin-removes-schema-markups/#post-7534918)
 * That OK. Thank you so much for taking the time!

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

The topic ‘Plugin removes schema markups’ is closed to new replies.

 * ![](https://ps.w.org/my-calendar/assets/icon-256x256.png?rev=1097576)
 * [My Calendar - Accessible Event Manager](https://wordpress.org/plugins/my-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/my-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-calendar/reviews/)

## Tags

 * [markup](https://wordpress.org/support/topic-tag/markup/)

 * 4 replies
 * 2 participants
 * Last reply from: [breathelifein](https://wordpress.org/support/users/biellebrunner/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/plugin-removes-schema-markups/#post-7534918)
 * Status: resolved