<?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: How to Add Unique Meta Tags in WordPress</title>
	<atom:link href="http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress</link>
	<description>I think, then write.</description>
	<lastBuildDate>Mon, 30 Aug 2010 00:09:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Brandon</title>
		<link>http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress/comment-page-1#comment-1752</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 24 Apr 2007 16:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress#comment-1752</guid>
		<description>Thanks for the suggestions everyone.  I&#039;ll think about the different ways to add meta tags and test it on a few sites to see which ways I like best.  I&#039;ll post about it again at a later date.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestions everyone.  I&#8217;ll think about the different ways to add meta tags and test it on a few sites to see which ways I like best.  I&#8217;ll post about it again at a later date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress/comment-page-1#comment-1740</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Tue, 24 Apr 2007 04:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress#comment-1740</guid>
		<description>Oops, messed up on the code tag.  This is better, I think.

&lt;code&gt;
&lt;meta name=&quot;description&quot; content=&quot;&lt;?php echo get_post_meta($post-&gt;ID ,&#039;description&#039;,true); ?&gt;&quot;&gt;

&lt;meta name=&quot;keywords&quot; content=&quot;&lt;?php echo get_post_meta($post-&gt;ID ,&#039;keywords&#039;,true); ?&gt;&quot;&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Oops, messed up on the code tag.  This is better, I think.</p>
<p><code><br />
&lt;meta name="description" content="&lt;?php echo get_post_meta($post-&gt;ID ,'description',true); ?&gt;"&gt;</p>
<p>&lt;meta name="keywords" content="&lt;?php echo get_post_meta($post-&gt;ID ,'keywords',true); ?&gt;"&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress/comment-page-1#comment-1739</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Tue, 24 Apr 2007 04:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress#comment-1739</guid>
		<description>I wrote this code in the header tag.

&lt;code&gt;ID ,&#039;description&#039;,true); ?&gt;&quot;&gt;

ID ,&#039;keywords&#039;,true); ?&gt;&quot;&gt;&lt;/code&gt;

This code allows me to use the custom fields to write a different meta description and keywords for each post.

It&#039;s working so far.  I used to use a meta tag plug-in but for some reason it wasn&#039;t working well for my site.</description>
		<content:encoded><![CDATA[<p>I wrote this code in the header tag.</p>
<p><code>ID ,'description',true); ?&gt;"&gt;</p>
<p>ID ,'keywords',true); ?&gt;"&gt;</code></p>
<p>This code allows me to use the custom fields to write a different meta description and keywords for each post.</p>
<p>It&#8217;s working so far.  I used to use a meta tag plug-in but for some reason it wasn&#8217;t working well for my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Evans</title>
		<link>http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress/comment-page-1#comment-1678</link>
		<dc:creator>Paul Evans</dc:creator>
		<pubDate>Fri, 20 Apr 2007 11:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress#comment-1678</guid>
		<description>Thanks Brandon !
The wordpress plugin is useful but then you start going down that alley where you have to write unique title and desc tags for each page. Time-consuming, but arguably worth doing if you can.
Your option, however, is a great solution if time is not of the essence...for someone like me !
Paul</description>
		<content:encoded><![CDATA[<p>Thanks Brandon !<br />
The wordpress plugin is useful but then you start going down that alley where you have to write unique title and desc tags for each page. Time-consuming, but arguably worth doing if you can.<br />
Your option, however, is a great solution if time is not of the essence&#8230;for someone like me !<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aglocoliser</title>
		<link>http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress/comment-page-1#comment-1629</link>
		<dc:creator>Aglocoliser</dc:creator>
		<pubDate>Wed, 18 Apr 2007 14:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandon-hopkins.com/how-to-add-unique-meta-tags-in-wordpress#comment-1629</guid>
		<description>I use the Add-Meta-Tags plugin (http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/) for description and keyword meta tags, and SEO Title Tag (http://www.netconcepts.com/seo-title-tag-plugin/)for my titles.</description>
		<content:encoded><![CDATA[<p>I use the Add-Meta-Tags plugin (<a href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/" rel="nofollow">http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/</a>) for description and keyword meta tags, and SEO Title Tag (<a href="http://www.netconcepts.com/seo-title-tag-plugin/)for" rel="nofollow">http://www.netconcepts.com/seo-title-tag-plugin/)for</a> my titles.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
