<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Removing Meta string. Google Robots.txt</title>
		<link>http://www.kriesi.at/support/topic/removing-meta-string-google-robotstxt</link>
		<description>Support Forum - Topic: Removing Meta string. Google Robots.txt</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 23:59:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/removing-meta-string-google-robotstxt" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Removing Meta string. Google Robots.txt"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-string-google-robotstxt#post-80943</link>
			<pubDate>Thu, 25 Oct 2012 00:04:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80943@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that worked for you :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Animationink on "Removing Meta string. Google Robots.txt"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-string-google-robotstxt#post-80941</link>
			<pubDate>Wed, 24 Oct 2012 23:51:13 +0000</pubDate>
			<dc:creator>Animationink</dc:creator>
			<guid isPermaLink="false">80941@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome,&#60;/p&#62;
&#60;p&#62;That worked perfectly.. Thank you Peter.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing Meta string. Google Robots.txt"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-string-google-robotstxt#post-80870</link>
			<pubDate>Wed, 24 Oct 2012 10:53:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">80870@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62;Open up header.php delete following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (function_exists(&#38;#39;avia_set_follow&#38;#39;)) { echo avia_set_follow(); }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will remove the meta robots line. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Animationink on "Removing Meta string. Google Robots.txt"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-string-google-robotstxt#post-80833</link>
			<pubDate>Wed, 24 Oct 2012 01:58:24 +0000</pubDate>
			<dc:creator>Animationink</dc:creator>
			<guid isPermaLink="false">80833@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;I have followed your instruction but, I'm still getting the meta information in the meta tag.  See below. &#60;/p&#62;
&#60;p&#62;&#38;lt;!DOCTYPE html&#38;gt;&#60;br /&#62;
&#38;lt;html dir=&#34;ltr&#34; lang=&#34;en-US&#34;&#38;gt;&#60;br /&#62;
&#38;lt;head&#38;gt;&#60;br /&#62;
&#38;lt;meta charset=&#34;UTF-8&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;meta name=&#34;robots&#34; content=&#34;noindex, follow&#34; /&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing Meta string. Google Robots.txt"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-string-google-robotstxt#post-80828</link>
			<pubDate>Wed, 24 Oct 2012 01:21:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Animationink,&#60;/p&#62;
&#60;p&#62;You need to modify the avia_set_follow function in framework&#38;gt;php&#38;gt;function-set-avia-frontend.php . Search for the function name and then look for:&#60;br /&#62;
&#60;code&#62;if ((is_single() &#124;&#124; is_page() &#124;&#124; is_home() ) &#38;amp;&#38;amp; ( !is_paged() ))&#60;/code&#62;&#60;br /&#62;
change it to:&#60;br /&#62;
&#60;code&#62;if ((is_single() &#124;&#124; is_page() ) &#38;amp;&#38;amp; ( !is_paged() ))&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That should do it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Animationink on "Removing Meta string. Google Robots.txt"</title>
			<link>http://www.kriesi.at/support/topic/removing-meta-string-google-robotstxt#post-80826</link>
			<pubDate>Wed, 24 Oct 2012 01:11:11 +0000</pubDate>
			<dc:creator>Animationink</dc:creator>
			<guid isPermaLink="false">80826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;I'm trying to remove the string &#34;&#38;lt;meta name=&#34;robots&#34; content=&#34;index, follow&#34; /&#38;gt;&#34; from my index file. Where about's is the php file to edit &#34;&#60;br /&#62;
&#34;&#38;lt;meta charset=&#34;&#38;lt;?php bloginfo( 'charset' ); ?&#38;gt;&#34; /&#38;gt;&#34;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
