<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Adding keywords meta</title>
 <description>Adding keywords meta - comments</description>
 <link>https://textpattern.tips/adding-keywords-meta</link>
 <atom:link href="https://textpattern.tips/adding-keywords-meta?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Fri, 10 Jul 09 03:16:21 +0000</pubDate>

 <item>
     <title>Comment on Adding keywords meta by John Stephens</title>
     <link><a href="https://textpattern.tips/adding-keywords-meta#c000104" id="c000104">1</a></link>
     <guid><a href="https://textpattern.tips/adding-keywords-meta#c000104" id="c000104">1</a></guid>
     <pubDate>Mon, 23 Feb 09 02:28:03 +0000</pubDate>
     <description><![CDATA[<p>What advantage does this method offer over just using  Textpattern&#8217;s built-in Keywords field and tag? Are you using that field for something else?</p><p>On a site that uses the smd_tags plugin, I let the tags do double-duty as keywords like so:</p><p>&lt;meta name=&#8220;keywords&#8221; content=&#8221;&lt;txp:article&gt;&lt;txp:smd_tag_list wraptag=&#8221;&#8220; break=&#8221;, &#8220; indent=&#8221;&#8220;&gt;&lt;txp:smd_tag_name title=&#8220;1&#8221; /&gt;&lt;/txp:smd_tag_list&gt;&lt;/txp:article&gt;&#8221; /&gt;</p><p>This gives me the benefit of not having to enter the same data twice.</p>]]></description>
     <content:encoded><![CDATA[<p>What advantage does this method offer over just using  Textpattern&#8217;s built-in Keywords field and tag? Are you using that field for something else?</p><p>On a site that uses the smd_tags plugin, I let the tags do double-duty as keywords like so:</p><p>&lt;meta name=&#8220;keywords&#8221; content=&#8221;&lt;txp:article&gt;&lt;txp:smd_tag_list wraptag=&#8221;&#8220; break=&#8221;, &#8220; indent=&#8221;&#8220;&gt;&lt;txp:smd_tag_name title=&#8220;1&#8221; /&gt;&lt;/txp:smd_tag_list&gt;&lt;/txp:article&gt;&#8221; /&gt;</p><p>This gives me the benefit of not having to enter the same data twice.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://designop.us/">John Stephens</a></dc:creator>
 
</item>
<item>
     <title>Comment on Adding keywords meta by dRiZ</title>
     <link><a href="https://textpattern.tips/adding-keywords-meta#c000480" id="c000480">1</a></link>
     <guid><a href="https://textpattern.tips/adding-keywords-meta#c000480" id="c000480">1</a></guid>
     <pubDate>Wed, 06 May 09 16:12:08 +0000</pubDate>
     <description><![CDATA[<p>Wouldn&#8217;t this be better?</p><pre><code>&lt;txp:if_individual_article&gt;
	&lt;meta name="keywords" content="&lt;txp:keywords /&gt;" /&gt;
	&lt;meta name="description" content="&lt;txp:excerpt /&gt;" /&gt;
&lt;txp:else /&gt;
	&lt;meta name="keywords" content="..."&gt;
	&lt;meta name="description" content="..."&gt;
&lt;/txp:if_individual_article&gt;
</code></pre>]]></description>
     <content:encoded><![CDATA[<p>Wouldn&#8217;t this be better?</p><pre><code>&lt;txp:if_individual_article&gt;
	&lt;meta name="keywords" content="&lt;txp:keywords /&gt;" /&gt;
	&lt;meta name="description" content="&lt;txp:excerpt /&gt;" /&gt;
&lt;txp:else /&gt;
	&lt;meta name="keywords" content="..."&gt;
	&lt;meta name="description" content="..."&gt;
&lt;/txp:if_individual_article&gt;
</code></pre>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://driz.co.uk/">dRiZ</a></dc:creator>
 
</item>
<item>
     <title>Comment on Adding keywords meta by Vienuolis</title>
     <link><a href="https://textpattern.tips/adding-keywords-meta#c000507" id="c000507">1</a></link>
     <guid><a href="https://textpattern.tips/adding-keywords-meta#c000507" id="c000507">1</a></guid>
     <pubDate>Fri, 10 Jul 09 03:16:21 +0000</pubDate>
     <description><![CDATA[<p>dRiZ, an excerpt should be too long for a description, I prefer <code>&lt;txp:link_description /&gt;</code> — e.g.:</p><pre><code>&lt;meta name="description" content="&lt;txp:link_description /&gt;" /&gt;
</code></pre>]]></description>
     <content:encoded><![CDATA[<p>dRiZ, an excerpt should be too long for a description, I prefer <code>&lt;txp:link_description /&gt;</code> — e.g.:</p><pre><code>&lt;meta name="description" content="&lt;txp:link_description /&gt;" /&gt;
</code></pre>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="https://vladas.palubinskas.lt/">Vienuolis</a></dc:creator>
 
</item>

</channel>
</rss>