Support » Plugin: Perfect Pullquotes » Please drop ‘fn’ from itemprop=”name fn”

  • Resolved sarahsmithers

    (@sarahsmithers)


    Hey,

    Can you please delete the letters ‘fn’ in the following line of citation code from the perfect-pullquotes.php

    $citeText = ‘<span itemprop=”name fn”>’.strip_tags( $a[‘cite’] ).'</span>’;

    The fn creates a lot of errors in the Structured Data section of Google Webmaster Tools as ‘fn’ is not recognized. By simply dropping the fn, it fixes the whole problem. I.e.

    $citeText = ‘<span itemprop=”name”>’.strip_tags( $a[‘cite’] ).'</span>’;

    Regards,

Viewing 1 replies (of 1 total)
  • Plugin Author Adam DeHaven

    (@adamdehaven)

    Thanks for the head’s up. The fn is actually for the hentry however it appears that removing it is also valid.

    The fix has been pushed and should be available soon as an update to version 1.7.2 via your WordPress Dashboard.

Viewing 1 replies (of 1 total)
  • The topic ‘Please drop ‘fn’ from itemprop=”name fn”’ is closed to new replies.