Replies: 11
Hi. Thanks for the great plugin.
Is there any way to remove the “all meta” only for a specific custom post type?
I want to stop the following tags from being automatically inserted for certain custom post types.
How can I disable the output of tags using remove_action or other methods?
<!-- This site is optimized with the Yoast SEO plugin v17.7.1 - https://yoast.com/wordpress/plugins/seo/ -->
<title></title>
<meta property="og:locale" content="" />
<meta property="og:type" content="article" />
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="article:modified_time" content="" />
<meta property="og:image" content="" />
<meta property="og:image:width" content="" />
<meta property="og:image:height" content="" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph"></script>
<!-- / Yoast SEO plugin. -->
I don’t use SEO features in this custom post type, so I want to remove all tags that are automatically inserted.
Thank you for all the great support.