Support » Plugin: The SEO Framework – Fast, Automated, Effortless. » Remove Autogenerated Meta Description completely

Viewing 1 replies (of 1 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi Mark-Weber,

    I hope you’re doing well.

    Within the Description Meta Settings metabox on the SEO Settings page you can disable the undesired output within the Additions tab.

    However, I believe you’re looking for this piece of code:

    add_filter( 'the_seo_framework_enable_auto_description', '__return_false' );

    When added to your theme’s functions.php file, this will still allow you to manually insert a description (and it will look for it), but if none is found the meta tag shouldn’t be output.

    I hope this helps! Have a great day :).

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Autogenerated Meta Description completely’ is closed to new replies.