<?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: Kriesi, can you pls bring some lignt onto this thread\SEO optimization issue?</title>
		<link>http://www.kriesi.at/support/topic/kriesi-can-you-pls-bring-some-lignt-onto-this-threadseo-optimization-issue</link>
		<description>Support Forum - Topic: Kriesi, can you pls bring some lignt onto this thread\SEO optimization issue?</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 06:22:42 +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/kriesi-can-you-pls-bring-some-lignt-onto-this-threadseo-optimization-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Kriesi, can you pls bring some lignt onto this thread\SEO optimization issue?"</title>
			<link>http://www.kriesi.at/support/topic/kriesi-can-you-pls-bring-some-lignt-onto-this-threadseo-optimization-issue#post-45713</link>
			<pubDate>Sun, 11 Mar 2012 11:20:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">45713@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Great. Status set to resolved. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imbapromotion on "Kriesi, can you pls bring some lignt onto this thread\SEO optimization issue?"</title>
			<link>http://www.kriesi.at/support/topic/kriesi-can-you-pls-bring-some-lignt-onto-this-threadseo-optimization-issue#post-45710</link>
			<pubDate>Sun, 11 Mar 2012 10:20:04 +0000</pubDate>
			<dc:creator>imbapromotion</dc:creator>
			<guid isPermaLink="false">45710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! It worked!&#60;/p&#62;
&#60;p&#62;BTW, if any1 will follow my path, and enable that feature, you will need that pluggin: HTML in Category Descriptions ( &#60;a href=&#34;http://wordpress.org/extend/plugins/allow-html-in-category-descriptions/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/allow-html-in-category-descriptions/&#60;/a&#62; ).... because the default setting dont allow HTML in Descriptions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Kriesi, can you pls bring some lignt onto this thread\SEO optimization issue?"</title>
			<link>http://www.kriesi.at/support/topic/kriesi-can-you-pls-bring-some-lignt-onto-this-threadseo-optimization-issue#post-45700</link>
			<pubDate>Sun, 11 Mar 2012 08:58:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">45700@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think you don't need the meta tag code if you use wpseo because it will use the description automatically if you don't enter a custom category meta description. You just need to modify archive.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imbapromotion on "Kriesi, can you pls bring some lignt onto this thread\SEO optimization issue?"</title>
			<link>http://www.kriesi.at/support/topic/kriesi-can-you-pls-bring-some-lignt-onto-this-threadseo-optimization-issue#post-45698</link>
			<pubDate>Sun, 11 Mar 2012 08:48:38 +0000</pubDate>
			<dc:creator>imbapromotion</dc:creator>
			<guid isPermaLink="false">45698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What is the &#34;meta tag&#34; code? &#60;/p&#62;
&#60;p&#62;I didnt get it. I should just re-make archive.php (the way you offer) or should i also do something with header.php? (the last part - i didnt get it)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Kriesi, can you pls bring some lignt onto this thread\SEO optimization issue?"</title>
			<link>http://www.kriesi.at/support/topic/kriesi-can-you-pls-bring-some-lignt-onto-this-threadseo-optimization-issue#post-45696</link>
			<pubDate>Sun, 11 Mar 2012 08:20:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">45696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think you can simply add this code to archive.php. I'd add it after following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;#39;firstheading&#38;#39;&#38;gt;&#38;lt;span class=&#38;#39;container&#38;#39;&#38;gt;&#38;lt;?php echo avia_which_archive(); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- it would look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;#39;firstheading&#38;#39;&#38;gt;&#38;lt;span class=&#38;#39;container&#38;#39;&#38;gt;&#38;lt;?php echo avia_which_archive(); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/h2&#38;gt;

&#38;lt;?php if (is_category()) { ?&#38;gt;
&#38;lt;?php $description=category_description(); echo $description;  ?&#38;gt;
&#38;lt;?php } ?&#38;gt;

&#38;lt;?php if (is_tax()) { echo term_description(); } ?&#38;gt;

&#38;lt;?php if (is_tag()) { ?&#38;gt;&#38;lt;?php echo tag_description(); ?&#38;gt;&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The meta tag code needs to be in header.php (before the closing head tag).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imbapromotion on "Kriesi, can you pls bring some lignt onto this thread\SEO optimization issue?"</title>
			<link>http://www.kriesi.at/support/topic/kriesi-can-you-pls-bring-some-lignt-onto-this-threadseo-optimization-issue#post-45690</link>
			<pubDate>Sun, 11 Mar 2012 05:44:41 +0000</pubDate>
			<dc:creator>imbapromotion</dc:creator>
			<guid isPermaLink="false">45690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;PS: Of course there is a lf descriptions of &#34;How to Show Category and Tag Descriptions In WordPress Theme&#34;.&#60;br /&#62;
For example this one here: &#60;a href=&#34;http://www.ampercent.com/how-to-show-category-and-tag-descriptions-in-wordpress-theme/4813/&#34; rel=&#34;nofollow&#34;&#62;http://www.ampercent.com/how-to-show-category-and-tag-descriptions-in-wordpress-theme/4813/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But all these guides just dont work with Corona (((
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imbapromotion on "Kriesi, can you pls bring some lignt onto this thread\SEO optimization issue?"</title>
			<link>http://www.kriesi.at/support/topic/kriesi-can-you-pls-bring-some-lignt-onto-this-threadseo-optimization-issue#post-45689</link>
			<pubDate>Sun, 11 Mar 2012 05:24:34 +0000</pubDate>
			<dc:creator>imbapromotion</dc:creator>
			<guid isPermaLink="false">45689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Kriesi, i`ve seen you did find some time in our busy scheduled to oversee and reply to the latest postsn the forum.&#60;/p&#62;
&#60;p&#62;So i thought that maybe you can bring some light on the thread which was arised by me here: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-turn-on-the-categoryes-desription-wordpress-feature-in-corona&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-turn-on-the-categoryes-desription-wordpress-feature-in-corona&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Actually, (maybe it will sound a little bit harsh. Sorry) i was hoping you not to &#34;comments&#34; something on that thread, but actually solve that issue. Or, if its not a issue, but a &#34;Feature&#34; - to you to change it.&#60;/p&#62;
&#60;p&#62;My point here is very simple.&#60;br /&#62;
I have a Corona blog and one more another site on other wordpress &#34;engine.&#60;br /&#62;
So, as ive mention on the linked post, some time ago i`ve spent my time with my second (not-Corona blog) and i firstly fullfill:&#60;br /&#62;
SEO Title and SEO Description field for all my categories on that blog. In next three days the amount of traffic from Google almost doubled. After that, i`ve run all over the Categoryes and also fullfill all the (default wordpress) &#34;category description&#34; field. That field allow to insert any custom made description on top of the &#34;category page&#34;. And after that my traffic from Google jumped even more.&#60;br /&#62;
=================&#60;/p&#62;
&#60;p&#62;And now Corona:&#60;br /&#62;
1)We can fill SEO title + SEO Description fields (if we have YoastSEO installed).&#60;br /&#62;
But, Corona doesn't work with default &#34;category description&#34; field.&#60;/p&#62;
&#60;p&#62;We can fulfill it, and more that that - the actual text does appear on the &#34;HTML source&#34; of the category page.&#60;br /&#62;
But on the page itself - nope. NO description there.&#60;/p&#62;
&#60;p&#62;So, my points are:&#60;br /&#62;
1) By the default settings the text writen in the &#34;Category Description&#34; fields - appears on the actual &#34;category page&#34;.&#60;br /&#62;
In Corona, that test only appears on the HTML code. Seems like its &#34;disabled&#34; somehow to not to appear on the page.&#60;br /&#62;
So visitors cant see that description and Google don`t &#34;react&#34; on that part of HTML (since Google now check both HTML and the actual &#34;appeareance&#34; to prevent keywords spam).&#60;/p&#62;
&#60;p&#62;2)So, by enabling that feature Corona owner will get:&#60;/p&#62;
&#60;p&#62;A)A great tool to improve overall SEO - which will get them more natural SearchTraffic.&#60;br /&#62;
B)By using the &#34;Category Descriptions&#34; (if they will appear on the actual pages - we (owners of Corona blogs) will improve our websites, and allow our visitors to enjoy our blogs\sites even more.&#60;/p&#62;
&#60;p&#62;So, WHY not to enable both &#34;CATEGORY description&#34; and &#34;TAGS description&#34; back to its default state?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
