Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @ohstereza,

    You can disable that meta record by adding this filter snippet to your theme functions.php file or through a plugin like WP Code.

    add_filter( 'aioseo_author_meta', '__return_false' );

    I’m afraid that the meta tag with the itemprop="author" attribute that you’re seeing at the bottom of your screenshot is not coming from our plugin, so we can’t help you with that one. I recommend temporarily disabling plugins one-by-one and switching to a different theme to figure out which plugin/theme is outputting it.

    Thread Starter ohstereza

    (@ohstereza)

    Very thanks! it’s working!

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Awesome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.