Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Can you give me an example block of code to test with?

    Thread Starter breathelifein

    (@biellebrunner)

    Hi.
    It’s something like this:

    <div itemscope itemtype="https://schema.org/TVSeries"><meta itemprop="name" content="Castle"><span itemprop="season" itemscope itemtype="https://schema.org/TVSeason"><meta itemprop="name" content="season 7"></span>
    <em>Episode:</em> <span itemprop="episode" itemscope itemtype="https://schema.org/TVEpisode"><meta itemprop="position" content="23"><span itemprop="name">Hollander's Woods</span></span>
    <em>Director:</em> <span itemprop="director" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Paul Holahan</span></span>
    <em>Writer:</em> <span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">Andrew W. Marlowe</span></span> & <span itemprop="author" itemscope itemtype="https://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

    (@joedolson)

    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

    (@biellebrunner)

    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.