<?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: Wordpress Tutorial: Make Your Page Titles SEO Friendly</title>
	<atom:link href="http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/</link>
	<description>Web Design &#38; Development</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:24:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: LaDonna</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-9492</link>
		<dc:creator>LaDonna</dc:creator>
		<pubDate>Sat, 15 Aug 2009 10:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-9492</guid>
		<description>Hmmm. Nice one</description>
		<content:encoded><![CDATA[<p>Hmmm. Nice one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-9114</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 29 May 2009 12:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-9114</guid>
		<description>Very nice addition to the code. You should write a tutorial for JungleJar ;)</description>
		<content:encoded><![CDATA[<p>Very nice addition to the code. You should write a tutorial for JungleJar ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leora</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-9107</link>
		<dc:creator>Leora</dc:creator>
		<pubDate>Thu, 28 May 2009 10:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-9107</guid>
		<description>Looking forward to hearing what you (Admin) have to say on the subject.

I fixed the comment page two problem by using the canonical plugin.

Also, I added this to my theme code, in the header:
	else if (is_home()) {
     bloginfo(&#039;name&#039;); echo &quot; - &quot;; bloginfo(&#039;description&#039;);
     if ( $paged &lt; 2 ) { } else { echo (&#039; Page &#039;); echo ($paged);
} 
That basically says &quot;if this is the home page, add the blog name, the blog descripition; if $paged is 1, do nothing, if $paged is more than one, say Page 2 (or 3 or 4 or whatever).&quot;

You really have to be comfortable with PHP to add that &quot;if&quot; line, but you can add anywhere there might be a Page 2, like a category.</description>
		<content:encoded><![CDATA[<p>Looking forward to hearing what you (Admin) have to say on the subject.</p>
<p>I fixed the comment page two problem by using the canonical plugin.</p>
<p>Also, I added this to my theme code, in the header:<br />
	else if (is_home()) {<br />
     bloginfo(&#8216;name&#8217;); echo &#8221; &#8211; &#8220;; bloginfo(&#8216;description&#8217;);<br />
     if ( $paged &lt; 2 ) { } else { echo (&#8216; Page &#8216;); echo ($paged);<br />
}<br />
That basically says &#8220;if this is the home page, add the blog name, the blog descripition; if $paged is 1, do nothing, if $paged is more than one, say Page 2 (or 3 or 4 or whatever).&#8221;</p>
<p>You really have to be comfortable with PHP to add that &#8220;if&#8221; line, but you can add anywhere there might be a Page 2, like a category.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-9105</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 28 May 2009 03:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-9105</guid>
		<description>The SEO page titles have nothing to do with the paged comments feature in Wordpress. 

If you&#039;re talking about the duplicate content problem that Leora was having specifically, then all I can really say is I&#039;ll be writing a new tutorial on JungleJar soon to cover the issue. This tutorial was written before the comment paging feature was added to Wordpress. 

Sorry guys.</description>
		<content:encoded><![CDATA[<p>The SEO page titles have nothing to do with the paged comments feature in Wordpress. </p>
<p>If you&#8217;re talking about the duplicate content problem that Leora was having specifically, then all I can really say is I&#8217;ll be writing a new tutorial on JungleJar soon to cover the issue. This tutorial was written before the comment paging feature was added to Wordpress. </p>
<p>Sorry guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sapphire</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-9098</link>
		<dc:creator>Sapphire</dc:creator>
		<pubDate>Wed, 27 May 2009 13:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-9098</guid>
		<description>I&#039;m having the same problem as Leora with a url of my blog post and a url with /comments-page1 and comments/page-2.  The comments page was only created once a 2nd page of went live.

As I&#039;m not very good at wordpress, a simpler option than that heavy code would be nice.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem as Leora with a url of my blog post and a url with /comments-page1 and comments/page-2.  The comments page was only created once a 2nd page of went live.</p>
<p>As I&#8217;m not very good at wordpress, a simpler option than that heavy code would be nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-6087</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 12 Mar 2009 18:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-6087</guid>
		<description>I don&#039;t see the Wordpress development team doing much more than adding an option to automatically have the comments page ignored by search engines when they crawl the website. It&#039;s like with any other feature you add to your website.. whether it be a plugin or a widget, a lot of times there are going to be problems with these software bits you&#039;ve added to your blog when it comes to SEO, html/xhtml/css validation, or both.

One example of this is the Feedburner E-mail plugin. Unless you know how to tweak the code up, your website is not going to validate, heh.
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the Wordpress development team doing much more than adding an option to automatically have the comments page ignored by search engines when they crawl the website. It&#8217;s like with any other feature you add to your website.. whether it be a plugin or a widget, a lot of times there are going to be problems with these software bits you&#8217;ve added to your blog when it comes to SEO, html/xhtml/css validation, or both.</p>
<p>One example of this is the Feedburner E-mail plugin. Unless you know how to tweak the code up, your website is not going to validate, heh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leora</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-6083</link>
		<dc:creator>Leora</dc:creator>
		<pubDate>Thu, 12 Mar 2009 13:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-6083</guid>
		<description>Thanks for looking at it.  I&#039;m hoping the WordPress developers address this issue with the comments page in the future, because I&#039;ve had a lot of fun playing with the new nested comments.</description>
		<content:encoded><![CDATA[<p>Thanks for looking at it.  I&#8217;m hoping the WordPress developers address this issue with the comments page in the future, because I&#8217;ve had a lot of fun playing with the new nested comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-6082</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 12 Mar 2009 13:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-6082</guid>
		<description>Yeah, I would try that method you found. The code he/she wrote seems a bit excessive, but it looks like it&#039;ll work just fine, and yeah, your comments won&#039;t get included in search engines. This is a good thing though for the most part.</description>
		<content:encoded><![CDATA[<p>Yeah, I would try that method you found. The code he/she wrote seems a bit excessive, but it looks like it&#8217;ll work just fine, and yeah, your comments won&#8217;t get included in search engines. This is a good thing though for the most part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leora</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-6081</link>
		<dc:creator>Leora</dc:creator>
		<pubDate>Thu, 12 Mar 2009 13:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-6081</guid>
		<description>I think this is an issue with the new commenting on Word Press 2.7.  Another approach is here (but I think this means comments don&#039;t get included for search engines):
http://blog.kaizeku.com/wordpress/prevent-wordpress-27-duplicate-content/

I might try this method instead of the plugin, which doesn&#039;t seem to work.</description>
		<content:encoded><![CDATA[<p>I think this is an issue with the new commenting on Word Press 2.7.  Another approach is here (but I think this means comments don&#8217;t get included for search engines):<br />
<a href="http://blog.kaizeku.com/wordpress/prevent-wordpress-27-duplicate-content/" rel="nofollow">http://blog.kaizeku.com/wordpress/prevent-wordpress-27-duplicate-content/</a></p>
<p>I might try this method instead of the plugin, which doesn&#8217;t seem to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.junglejar.com/2009/03/10/wordpress-seo-page-titles/comment-page-1/#comment-6080</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 12 Mar 2009 13:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.junglejar.com/?p=3190#comment-6080</guid>
		<description>Well, this was meant to be a brief tutorial as compared to the other Wordpress tutorials I&#039;ve written for JungleJar. With this said, I didn&#039;t even think to mention anything about comment pages. However, very few blogs/websites display comments on a totally separate page. 

For the blogs/websites that do use separate comment pages, one could whip up a little bit of extra PHP code consisting of not a lot more than an if else statement.

As far as Google Webmaster nailing you for duplicate description tags..well, chances are Google Webmaster is also nailing you for duplicate content in general, because you are using the same heading (post title -- not talking about the actual meta tag page title) on both the post and comments page. Most likely the rest of the search engines that matter are doing the same thing. So, with that said, you might want to display your comments on the same page as your post. Otherwise you&#039;ll be running into SEO issues whether you use the code snippet I provided in this tutorial or not.</description>
		<content:encoded><![CDATA[<p>Well, this was meant to be a brief tutorial as compared to the other Wordpress tutorials I&#8217;ve written for JungleJar. With this said, I didn&#8217;t even think to mention anything about comment pages. However, very few blogs/websites display comments on a totally separate page. </p>
<p>For the blogs/websites that do use separate comment pages, one could whip up a little bit of extra PHP code consisting of not a lot more than an if else statement.</p>
<p>As far as Google Webmaster nailing you for duplicate description tags..well, chances are Google Webmaster is also nailing you for duplicate content in general, because you are using the same heading (post title &#8212; not talking about the actual meta tag page title) on both the post and comments page. Most likely the rest of the search engines that matter are doing the same thing. So, with that said, you might want to display your comments on the same page as your post. Otherwise you&#8217;ll be running into SEO issues whether you use the code snippet I provided in this tutorial or not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
