<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZX:rishistar programming blocks &#187; meta tags</title>
	<atom:link href="http://rishistar.com/zx/tag/meta-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://rishistar.com/zx</link>
	<description>Java/Wordpress programming tips and tricks</description>
	<lastBuildDate>Thu, 28 Jul 2011 22:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Making your page Meta Tag the post title in WordPress</title>
		<link>http://rishistar.com/zx/2010/05/making-your-page-meta-tag-the-post-title-in-wordpress/</link>
		<comments>http://rishistar.com/zx/2010/05/making-your-page-meta-tag-the-post-title-in-wordpress/#comments</comments>
		<pubDate>Wed, 26 May 2010 15:17:30 +0000</pubDate>
		<dc:creator>rishi</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[meta tags]]></category>

		<guid isPermaLink="false">http://rishistar.com/zx/2010/05/making-your-page-meta-tag-the-post-title-in-wordpress/</guid>
		<description><![CDATA[The META tag can be used to provide additional information to search engines. Google doesn’t use meta tags directly to increase page rank but a helpful description can be useful in deciding what gets used as a page summary on another site, making something thats more appealing to the user than whatever bit of the [...]]]></description>
			<content:encoded><![CDATA[<p>The META tag can be used to provide additional information to search engines. Google doesn’t use meta tags directly to increase page rank but a helpful description can be useful in deciding what gets used as a page summary on another site, making something thats more appealing to the user than whatever bit of the page is displayed along with a link.</p>
<p>You can include this in WordPress using the following in the header.php file in your template.</p>
<p><strong>&lt;meta name=&quot;description&quot; content=&quot;&lt;?php the_title() ; ?&gt; &quot; /&gt;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://rishistar.com/zx/2010/05/making-your-page-meta-tag-the-post-title-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

