<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>How to remove visual composer meta tags? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 13:03:00 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154213</guid>
					<title><![CDATA[How to remove visual composer meta tags?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154213</link>
					<pubDate>Thu, 27 Nov 2014 23:26:30 +0000</pubDate>
					<dc:creator>s1344678</dc:creator>

					<description>
						<![CDATA[
						<p>I would like to remove the meta tags from visual composer. They collide with my Yoast Seo meta properties. My meta description says<br />
&lt;meta property=&#8221;og:site_name&#8221; content=&#8221;mywebsite.com&#8221;&gt;&lt;meta property=&#8221;og:title&#8221; content=&#8221;page title&#8221;&gt;&lt;meta property=&#8221;og:description&#8221; content=&#8221;[vc_row][vc_column width=&#8221;1/1&#8243;][text_output][content][/text_output][/vc_column][/vc_row][vc_row][vc_column width=&#8221;1/3&#8243;][vc_widget_sidebar sidebar_id=&#8221;header-1&#8243;][/vc_column][vc_column width=&#8221;1/3&#8243;][vc_widget_sidebar sidebar_id=&#8221;header-2&#8243;][/vc_column][vc_column width=&#8221;1/3&#8243;][vc_widget_sidebar sidebar_id=&#8221;header-3&#8243;][/vc_column][/vc_row][vc_row][vc_column width=&#8221;1/3&#8243;][/vc_column][vc_column width=&#8221;2/3&#8243;][text_output][fbcomments][/text_output][/vc_column][/vc_row]&hellip;&#8221;&gt;&lt;meta property=&#8221;og:image&#8221; content=&#8221;&#8221;&gt;&lt;meta property=&#8221;og:url&#8221; content=&#8221;<a href="https://lifeintheuktests.co.uk/life-in-the-uk-test-1/&#8221;&gt;&lt;meta" rel="nofollow">https://lifeintheuktests.co.uk/life-in-the-uk-test-1/&#8221;&gt;&lt;meta</a> property=&#8221;og:type&#8221; content=&#8221;article&#8221;&gt;&lt;meta name=&#8221;generator&#8221; content=&#8221;Powered by Visual Composer &#8211; drag and drop page builder for WordPress.&#8221;/&gt;</p>
<p>I need this to set up facebook comments, which find the description from the visual composer, and when people share it  the description comes up as [vc_row][vc_column width=&#8221;1/1&#8243;][text_output] and so on. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154216</guid>
					<title><![CDATA[Reply To: How to remove visual composer meta tags?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154216</link>
					<pubDate>Thu, 27 Nov 2014 23:28:59 +0000</pubDate>
					<dc:creator>s1344678</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154253</guid>
					<title><![CDATA[Reply To: How to remove visual composer meta tags?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154253</link>
					<pubDate>Fri, 28 Nov 2014 02:33:32 +0000</pubDate>
					<dc:creator>Mikhail M</dc:creator>

					<description>
						<![CDATA[
						<p>Put this code in function.php &#8211; it will remove VC meta tags</p>
<pre><code>add_action(&#039;init&#039;, &#039;myoverride&#039;, 100);
function myoverride() {
    remove_action(&#039;wp_head&#039;, array(visual_composer(), &#039;addMetaData&#039;));
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154254</guid>
					<title><![CDATA[Reply To: How to remove visual composer meta tags?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154254</link>
					<pubDate>Fri, 28 Nov 2014 02:34:10 +0000</pubDate>
					<dc:creator>grossmanje</dc:creator>

					<description>
						<![CDATA[
						<p>Any luck with this? I&#8217;m having the same issue.</p>
<p>Thank you!<br />
Jason</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154256</guid>
					<title><![CDATA[Reply To: How to remove visual composer meta tags?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154256</link>
					<pubDate>Fri, 28 Nov 2014 02:39:43 +0000</pubDate>
					<dc:creator>Mikhail M</dc:creator>

					<description>
						<![CDATA[
						<p>The code above works perfect for me. Just insert it at the very end of theme function.php file</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154435</guid>
					<title><![CDATA[Reply To: How to remove visual composer meta tags?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154435</link>
					<pubDate>Fri, 28 Nov 2014 13:19:59 +0000</pubDate>
					<dc:creator>s1344678</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, works great so far. Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154476</guid>
					<title><![CDATA[Reply To: How to remove visual composer meta tags?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154476</link>
					<pubDate>Fri, 28 Nov 2014 14:35:02 +0000</pubDate>
					<dc:creator>s1344678</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154614</guid>
					<title><![CDATA[Reply To: How to remove visual composer meta tags?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-visual-composer-meta-tags/#post-154614</link>
					<pubDate>Fri, 28 Nov 2014 17:32:48 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Guys,</p>
<p>We&#8217;re sorry for the trouble! </p>
<p>To fix this issue, please go to the Customizer and select <strong>Off</strong> under <strong>Social &gt; OpenGraph &gt; OpenGraph Enable</strong>.</p>
<p>To <strong>Mikhail</strong>, thank you for helping out other fellow members 🙂</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

