• Resolved plittlefield

    (@plittlefield)


    How can I disable the “author” meta tag?

    <meta name="author" content="Paul">

    I have turned off Author types in the Meta Tags section of settings:-

    Thanks,

    Paully

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @plittlefield! If you want to remove the author tag, use the following snippet:
    add_filter( 'slim_seo_linkedin_author', '__return_empty_string' );

    Thread Starter plittlefield

    (@plittlefield)

    Thanks! It does mean I have to install another plugin to do snippets ?? it’s a shame there is no toggle (like the Twitter and rel ones) to turn off LinkedIn meta data!

    You don’t need to install an additional plugin. Just add this code snippet to your theme’s functions.php file and everything will work.

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