<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: qTranslate and multilingual META tags</title>
	<atom:link href="http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/</link>
	<description></description>
	<lastBuildDate>Fri, 10 May 2013 06:19:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: John</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2347</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 09 Nov 2012 18:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2347</guid>
		<description><![CDATA[It&#039;s difficult for me to tell what&#039;s going on without seeing your source code, but this sounds like to me like a conflict between your other SEO plugin and qTranslate META. As stated on the plugin homepage, I have not tested the plugin with any other SEO plugin and do not intend to.
I can&#039;t solve your problem directly, but perhaps trying the following may give you some clues:
&lt;ol&gt;
	&lt;li&gt;Look in your database to see if the META information is saved correctly. Look at the table &lt;code&gt;wp_postmeta&lt;/code&gt;, where the &lt;code&gt;meta_key&lt;/code&gt; column begins with &lt;code&gt;qtrans_meta:&lt;/code&gt;. This is kindof low-level but will help establish if the meta information itself has become corrupted.&lt;/li&gt;
	&lt;li&gt;Create a local duplicate of the site (and database), completely uninstall the other SEO plugin, use a default theme with no customisations, and see what happens then.&lt;/li&gt;
&lt;/ol&gt;

The qtranslate META plugin itself is not that complicated, and you will probably be able to figure out what it&#039;s doing by looking at the &lt;code&gt;qtranslate-meta.php&lt;/code&gt;. Debugging Wordpress loop stuff can be a hassle because you never know where hooks are being registered, and in which order they&#039;re firing. There are Wordpress plugins for helping with this, but in general it means getting very in depth and truly understanding what&#039;s going on. It&#039;s difficult to provide a quick solution in cases like these.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s difficult for me to tell what&#8217;s going on without seeing your source code, but this sounds like to me like a conflict between your other SEO plugin and qTranslate META. As stated on the plugin homepage, I have not tested the plugin with any other SEO plugin and do not intend to.<br />
I can&#8217;t solve your problem directly, but perhaps trying the following may give you some clues:</p>
<ol>
<li>Look in your database to see if the META information is saved correctly. Look at the table <code>wp_postmeta</code>, where the <code>meta_key</code> column begins with <code>qtrans_meta:</code>. This is kindof low-level but will help establish if the meta information itself has become corrupted.</li>
<li>Create a local duplicate of the site (and database), completely uninstall the other SEO plugin, use a default theme with no customisations, and see what happens then.</li>
</ol>
<p>The qtranslate META plugin itself is not that complicated, and you will probably be able to figure out what it&#8217;s doing by looking at the <code>qtranslate-meta.php</code>. Debugging WordPress loop stuff can be a hassle because you never know where hooks are being registered, and in which order they&#8217;re firing. There are WordPress plugins for helping with this, but in general it means getting very in depth and truly understanding what&#8217;s going on. It&#8217;s difficult to provide a quick solution in cases like these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: efffetti</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2346</link>
		<dc:creator>efffetti</dc:creator>
		<pubDate>Fri, 09 Nov 2012 13:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2346</guid>
		<description><![CDATA[Hi, I am having two problesm here. 
1) Titles in different languages are not in the source code of no pages, but Descriptions are 
2) Descriptions are in the source code twice, both called meta name=&quot;description&quot; content=&quot;&quot;: the fist occurrence of the meta description is that of the main language of the site, the second is that of the language of the page. I need to mainly solve the title issue, but even the second would be appreciated. 
Here is what I have on my WP site:
Site based on twenty eleven child (the child is just changed in the CSS for background colours and fonts)
Static Pages as main
YOAST SEO, set to rewrite title, and title taxonomy is %%title%% (but this should not affect anything because it is rewritten)
(I also tried to disable the rewrite, but a lot of duplications in one sinngle meta title occurrs so I have all the languages one after the other, + the title of the site. Also tried WITHOUT the rewrite and WITHOUT the %%title%% taxonomy, nothing changed, and also emptying all the SEO TITLES fields... in the latter case the result was all the page titles in all the languages one after the other)
QTranslate Meta with settings to wp_title in the hook
General settings title of the blog st up with [:en] xxxxxxx [:ru] yyyyyyy etc and that part works in the body but NOT IN THE META
I tried all the solutions suggested in the thread but none worked.
Please help me :)
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi, I am having two problesm here.<br />
1) Titles in different languages are not in the source code of no pages, but Descriptions are<br />
2) Descriptions are in the source code twice, both called meta name=&#8221;description&#8221; content=&#8221;": the fist occurrence of the meta description is that of the main language of the site, the second is that of the language of the page. I need to mainly solve the title issue, but even the second would be appreciated.<br />
Here is what I have on my WP site:<br />
Site based on twenty eleven child (the child is just changed in the CSS for background colours and fonts)<br />
Static Pages as main<br />
YOAST SEO, set to rewrite title, and title taxonomy is %%title%% (but this should not affect anything because it is rewritten)<br />
(I also tried to disable the rewrite, but a lot of duplications in one sinngle meta title occurrs so I have all the languages one after the other, + the title of the site. Also tried WITHOUT the rewrite and WITHOUT the %%title%% taxonomy, nothing changed, and also emptying all the SEO TITLES fields&#8230; in the latter case the result was all the page titles in all the languages one after the other)<br />
QTranslate Meta with settings to wp_title in the hook<br />
General settings title of the blog st up with [:en] xxxxxxx [:ru] yyyyyyy etc and that part works in the body but NOT IN THE META<br />
I tried all the solutions suggested in the thread but none worked.<br />
Please help me <img src='http://blog.johnjcamilleri.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2248</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 18 Sep 2012 14:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2248</guid>
		<description><![CDATA[It depends on why you want meta tags in the first place, and that&#039;s not up to me to decide for you. If meta tags are not important to you, then yes you should remove this plugin.]]></description>
		<content:encoded><![CDATA[<p>It depends on why you want meta tags in the first place, and that&#8217;s not up to me to decide for you. If meta tags are not important to you, then yes you should remove this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugen</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2247</link>
		<dc:creator>Eugen</dc:creator>
		<pubDate>Tue, 18 Sep 2012 13:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2247</guid>
		<description><![CDATA[I do not understand. Why do I need your plugin?
Can I remove the plugin? It can not hurt to index blog?]]></description>
		<content:encoded><![CDATA[<p>I do not understand. Why do I need your plugin?<br />
Can I remove the plugin? It can not hurt to index blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2244</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 18 Sep 2012 05:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2244</guid>
		<description><![CDATA[We can&#039;t control what Google does Eugen! It is almost agreed that META tags are useless when it comes to SEO anyway; since they are so easily abused, many say that the major search engines to do not even pay attention to them.]]></description>
		<content:encoded><![CDATA[<p>We can&#8217;t control what Google does Eugen! It is almost agreed that META tags are useless when it comes to SEO anyway; since they are so easily abused, many say that the major search engines to do not even pay attention to them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugen</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2241</link>
		<dc:creator>Eugen</dc:creator>
		<pubDate>Mon, 17 Sep 2012 23:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2241</guid>
		<description><![CDATA[Google does not index the text in the Description and Keywords. Why?
Text in Russian. But it is obvious that he is different.
http://savepic.ru/3191415.jpg
http://savepic.ru/3192439.jpg]]></description>
		<content:encoded><![CDATA[<p>Google does not index the text in the Description and Keywords. Why?<br />
Text in Russian. But it is obvious that he is different.<br />
<a href="http://savepic.ru/3191415.jpg" rel="nofollow">http://savepic.ru/3191415.jpg</a><br />
<a href="http://savepic.ru/3192439.jpg" rel="nofollow">http://savepic.ru/3192439.jpg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patricio</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2112</link>
		<dc:creator>patricio</dc:creator>
		<pubDate>Wed, 27 Jun 2012 08:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2112</guid>
		<description><![CDATA[perfect! thanks a lot!!! that did the job with just one line of code :)]]></description>
		<content:encoded><![CDATA[<p>perfect! thanks a lot!!! that did the job with just one line of code <img src='http://blog.johnjcamilleri.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2111</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 27 Jun 2012 07:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2111</guid>
		<description><![CDATA[Hi Patricio,
Yes this is a very good point. I think I know the solution: place the following line in your &lt;code&gt;qtranslate-meta.php&lt;/code&gt; file, in the beginning of the &lt;code&gt;hook_head&lt;/code&gt; function (line 163):

&lt;code&gt;if (!(is_single() &#124;&#124; is_page())) return;&lt;/code&gt;

Let me know if this works correctly, and I will push it as an update to the plugin.]]></description>
		<content:encoded><![CDATA[<p>Hi Patricio,<br />
Yes this is a very good point. I think I know the solution: place the following line in your <code>qtranslate-meta.php</code> file, in the beginning of the <code>hook_head</code> function (line 163):</p>
<p><code>if (!(is_single() || is_page())) return;</code></p>
<p>Let me know if this works correctly, and I will push it as an update to the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patricio</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2109</link>
		<dc:creator>patricio</dc:creator>
		<pubDate>Mon, 25 Jun 2012 15:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2109</guid>
		<description><![CDATA[hi there!
great plugin! i have one small problem - maybe i oversee something, but i get the meta tags of the first post also in the category and tag pages which leads to double content. is there an easy way to avoid this (if ... remove_action)?
thanks for your work and help!]]></description>
		<content:encoded><![CDATA[<p>hi there!<br />
great plugin! i have one small problem &#8211; maybe i oversee something, but i get the meta tags of the first post also in the category and tag pages which leads to double content. is there an easy way to avoid this (if &#8230; remove_action)?<br />
thanks for your work and help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruslan</title>
		<link>http://blog.johnjcamilleri.com/2010/01/qtranslate-and-multilingual-meta-tags/comment-page-2/#comment-2108</link>
		<dc:creator>Ruslan</dc:creator>
		<pubDate>Sat, 16 Jun 2012 15:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjcamilleri.com/?p=145#comment-2108</guid>
		<description><![CDATA[Only &quot;For users of qTranslate META 0.9.1 and older, to make the plugin work on a “static” homepage you should change the title hook used from single_post_title to wp_title (in qtranslate-meta.php, line 29).&quot; helped me on version 1.0.0!!!!!!!!]]></description>
		<content:encoded><![CDATA[<p>Only &#8220;For users of qTranslate META 0.9.1 and older, to make the plugin work on a “static” homepage you should change the title hook used from single_post_title to wp_title (in qtranslate-meta.php, line 29).&#8221; helped me on version 1.0.0!!!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->