<?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: Adding page numbers: How to avoid duplicate titles and meta descriptions in pages 2 and higher of WordPress category and tag pages</title>
	<atom:link href="http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/</link>
	<description>Where to find Malcolm Coles, reviews, and tips on how to do things I couldn&#039;t do.</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: David</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-29095</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 25 Jul 2011 16:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-29095</guid>
		<description>Don&#039;t have any php knowledge... have tried different variations from the code on this post but no matter what the meta description does not change...all that happens is that there is a new meta description added... so now there are 2 descriptions at the same time which I can imagine is even worse than a duplicate one :)

Would appreciate if you could write down that piece of code if you can, this little thing knocked my site a couple of places in rankings...so I just have to get it fixed and I don&#039;t know anyone that has the knowledge to help me out..also there is nothing on this anywhere...would be really great if you could give me the code...</description>
		<content:encoded><![CDATA[<p>Don't have any php knowledge... have tried different variations from the code on this post but no matter what the meta description does not change...all that happens is that there is a new meta description added... so now there are 2 descriptions at the same time which I can imagine is even worse than a duplicate one <img src='http://www.malcolmcoles.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Would appreciate if you could write down that piece of code if you can, this little thing knocked my site a couple of places in rankings...so I just have to get it fixed and I don't know anyone that has the knowledge to help me out..also there is nothing on this anywhere...would be really great if you could give me the code...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Coles</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-29094</link>
		<dc:creator>Malcolm Coles</dc:creator>
		<pubDate>Mon, 25 Jul 2011 12:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-29094</guid>
		<description>You need to nest the page bit inside the other tag (rather than add a second meta description tag)...</description>
		<content:encoded><![CDATA[<p>You need to nest the page bit inside the other tag (rather than add a second meta description tag)...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-29093</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 25 Jul 2011 11:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-29093</guid>
		<description>----
&lt;meta name=&quot;description&quot; content=&quot; at my description&quot;/&gt;




&lt;meta name=&quot;description&quot; content=&quot;&lt;?php if ( $paged  at at my description&quot;/&gt;

----

This code for instance works with one little problem
it does not remove the original title and meta description on page 2, 3 and so on....it adds new meta and title so now I have 2 different title and meta tags.....all I need is a little tweak in this code so the original title and meta description dont show up on 2,3,4....</description>
		<content:encoded><![CDATA[<p>----<br />
&lt;meta name=&quot;description&quot; content=&quot; at my description"/&gt;</p>
<p>&lt;meta name=&quot;description&quot; content=&quot;&lt;?php if ( $paged  at at my description"/&gt;</p>
<p>----</p>
<p>This code for instance works with one little problem<br />
it does not remove the original title and meta description on page 2, 3 and so on....it adds new meta and title so now I have 2 different title and meta tags.....all I need is a little tweak in this code so the original title and meta description dont show up on 2,3,4....</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-29092</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 25 Jul 2011 11:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-29092</guid>
		<description>Hi again Malcolm

sorry for spamming your blog with my second comment, just wanted to tell you that after a couple of hours I have finally found where to put in the php code in thesis theme

there is only one problem left

 

&lt;?php if ( $paged 


this code makes 2 different titles on all the pages
first title is the original title and the text Page2 after that

then under it there is second title that adds  Reviews, SEO, wordpress, how to do things ...+ home page name

I would like only 1 title tag on all of the pages, not 2.... the only difference is to add page 2,3.. to the title on all the other pages eccept home page

But the second problem is meta description...which basically is my main problem....I would like different meta descriptions on pages 2,3.... than home page

Could you please right down a piece of code that does that?

I promise that I wont bug you more after that :)

Thanks</description>
		<content:encoded><![CDATA[<p>Hi again Malcolm</p>
<p>sorry for spamming your blog with my second comment, just wanted to tell you that after a couple of hours I have finally found where to put in the php code in thesis theme</p>
<p>there is only one problem left</p>
<p>&lt;?php if ( $paged </p>
<p>this code makes 2 different titles on all the pages<br />
first title is the original title and the text Page2 after that</p>
<p>then under it there is second title that adds  Reviews, SEO, wordpress, how to do things ...+ home page name</p>
<p>I would like only 1 title tag on all of the pages, not 2.... the only difference is to add page 2,3.. to the title on all the other pages eccept home page</p>
<p>But the second problem is meta description...which basically is my main problem....I would like different meta descriptions on pages 2,3.... than home page</p>
<p>Could you please right down a piece of code that does that?</p>
<p>I promise that I wont bug you more after that <img src='http://www.malcolmcoles.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-29087</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 25 Jul 2011 09:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-29087</guid>
		<description>Thanks for the quick response Malcolm

The thesis theme is pretty complicated, can&#039;t find anything like that..

By the way, after google spotted this my rankings went down and I dont think its a coincidence since they were stable for a very long time

Therefore its really important for me to fix it.... If you could by any chance take a look at thesis theme i would really appreciate it, Im sure you will find where to put in the code in no time, but for a guy like me that does not have that much php knowledge is impossible... can zip the files and send them to you...

I understand if you don&#039;t have the time but you would really help me out a lot if you could do this...

Thanks in advance..</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response Malcolm</p>
<p>The thesis theme is pretty complicated, can't find anything like that..</p>
<p>By the way, after google spotted this my rankings went down and I dont think its a coincidence since they were stable for a very long time</p>
<p>Therefore its really important for me to fix it.... If you could by any chance take a look at thesis theme i would really appreciate it, Im sure you will find where to put in the code in no time, but for a guy like me that does not have that much php knowledge is impossible... can zip the files and send them to you...</p>
<p>I understand if you don't have the time but you would really help me out a lot if you could do this...</p>
<p>Thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Coles</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-29086</link>
		<dc:creator>Malcolm Coles</dc:creator>
		<pubDate>Mon, 25 Jul 2011 08:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-29086</guid>
		<description>Not too sure about the thesis code, sorry. But you need to find the bit of code, somewhere in the header or possibly the functions file, that creates the meta description and html title. One way is to search the folder on your desktop with the thesis files for the word title and the word meta ...

I wouldn&#039;t disallow the pages, or you&#039;ll restrict Google&#039;s ability to find posts.

And I wouldn&#039;t worry about it too much. Google&#039;s used to blogs with these duplicate problems and I doubt they&#039;ll cause you any problems in practice.

malcolm</description>
		<content:encoded><![CDATA[<p>Not too sure about the thesis code, sorry. But you need to find the bit of code, somewhere in the header or possibly the functions file, that creates the meta description and html title. One way is to search the folder on your desktop with the thesis files for the word title and the word meta ...</p>
<p>I wouldn't disallow the pages, or you'll restrict Google's ability to find posts.</p>
<p>And I wouldn't worry about it too much. Google's used to blogs with these duplicate problems and I doubt they'll cause you any problems in practice.</p>
<p>malcolm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-29081</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 24 Jul 2011 23:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-29081</guid>
		<description>Hey Malcolm, great content on your blog...i keep coming back to it all the time...anyway, this post was not useful to me since I cant apply this to my theme

I use Thesis theme and tried this out but it does not seem to work
I dont have any seo plugins since there is no need to if your are using thesis theme..

My domain looks like this..

www.domain.com
www.domain.com/page2/
www.domain.com/page3/

where the pages are previous older posts...didnt have any problems with this but recently google webmaster tools is saying that I have double meta description tags...

How do I fix this in Thesis theme? 

PLEASE help, I have been looking for a solution for days and havent found any, dont usually ask for help until I have done everything there is to solve a problem myself but at this point I cant...

How do I solve this?

Was thinking about disallowing page2, page3 and so on in robots.txt
but dont know if this is a good idea... 

What to you suggest I do? 

Thank you very much in advance for your help and waiting for your reply...</description>
		<content:encoded><![CDATA[<p>Hey Malcolm, great content on your blog...i keep coming back to it all the time...anyway, this post was not useful to me since I cant apply this to my theme</p>
<p>I use Thesis theme and tried this out but it does not seem to work<br />
I dont have any seo plugins since there is no need to if your are using thesis theme..</p>
<p>My domain looks like this..</p>
<p><a href="http://www.domain.com" rel="nofollow">http://www.domain.com</a><br />
<a href="http://www.domain.com/page2/" rel="nofollow">http://www.domain.com/page2/</a><br />
<a href="http://www.domain.com/page3/" rel="nofollow">http://www.domain.com/page3/</a></p>
<p>where the pages are previous older posts...didnt have any problems with this but recently google webmaster tools is saying that I have double meta description tags...</p>
<p>How do I fix this in Thesis theme? </p>
<p>PLEASE help, I have been looking for a solution for days and havent found any, dont usually ask for help until I have done everything there is to solve a problem myself but at this point I cant...</p>
<p>How do I solve this?</p>
<p>Was thinking about disallowing page2, page3 and so on in robots.txt<br />
but dont know if this is a good idea... </p>
<p>What to you suggest I do? </p>
<p>Thank you very much in advance for your help and waiting for your reply...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Coles</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-28814</link>
		<dc:creator>Malcolm Coles</dc:creator>
		<pubDate>Thu, 23 Jun 2011 15:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-28814</guid>
		<description>I had some code in my old theme to remove the wptexturize filter. It got lost when I changed to this theme. Anyway, I&#039;ve reinserted it now so quotes should be back to straight ones ... Thanks for heads up though.</description>
		<content:encoded><![CDATA[<p>I had some code in my old theme to remove the wptexturize filter. It got lost when I changed to this theme. Anyway, I've reinserted it now so quotes should be back to straight ones ... Thanks for heads up though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanner</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-28805</link>
		<dc:creator>Tanner</dc:creator>
		<pubDate>Wed, 22 Jun 2011 15:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-28805</guid>
		<description>Been looking for this fix for awhile - thanks!

FYI, you may want to wrap the sample code itself in code brackets, like so:

&lt;code&gt;echo (&#039; page &#039;);&lt;/code&gt;

As it is, WordPress has converted all single-quotes to smart quotes and anyone who tries to cut and paste your code will break their WP page.</description>
		<content:encoded><![CDATA[<p>Been looking for this fix for awhile - thanks!</p>
<p>FYI, you may want to wrap the sample code itself in code brackets, like so:</p>
<p><code>echo (' page ');</code></p>
<p>As it is, WordPress has converted all single-quotes to smart quotes and anyone who tries to cut and paste your code will break their WP page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.malcolmcoles.co.uk/blog/avoid-duplicate-meta-descriptions-in-pages-2-and-higher-of-the-wordpress-loop/#comment-28665</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 10 Jun 2011 18:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=216#comment-28665</guid>
		<description>Is there any way of solving this if you&#039;re using Yoast WordPress SEO plugin?

This is driving me mad.</description>
		<content:encoded><![CDATA[<p>Is there any way of solving this if you're using Yoast WordPress SEO plugin?</p>
<p>This is driving me mad.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

