<?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>m-eken &#187; wordpress</title>
	<atom:link href="http://m-eken.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://m-eken.com</link>
	<description></description>
	<lastBuildDate>Wed, 05 Oct 2011 19:17:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress header.php meta description and title</title>
		<link>http://m-eken.com/2008/08/31/wordpress-headerphp-meta-description-and-title/</link>
		<comments>http://m-eken.com/2008/08/31/wordpress-headerphp-meta-description-and-title/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 09:49:32 +0000</pubDate>
		<dc:creator>Eken</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[header.php]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://m-eken.com/?p=180</guid>
		<description><![CDATA[I am researching the best meta tags and title for seo on wordpress. I used only following my &#8220;M Theme&#8221;&#8216;s header.php. &#60;title&#62; &#60;?php bloginfo('name'); ?&#62; &#60;?php if(is_single()){?&#62; &#38;raquo; Blog Archive &#60;?php } wp_title(); ?&#62; &#60;/title&#62; But I saw some different hints at google webmasters / tools. So I found some codes. Now I test following [...]]]></description>
			<content:encoded><![CDATA[<p>I am researching the best meta tags and title for seo on wordpress. I used only following my &#8220;M Theme&#8221;&#8216;s header.php.</p>
<p><code>&lt;title&gt;<br />
&lt;?php bloginfo('name'); ?&gt;<br />
&lt;?php if(is_single()){?&gt; &amp;raquo; Blog Archive<br />
&lt;?php } wp_title(); ?&gt;<br />
&lt;/title&gt;</code></p>
<p>But I saw some different hints at google webmasters / tools. So I found some codes. Now I test following code  in &#8220;E theme&#8221;&#8216;s header.php</p>
<p><code>&lt;meta name="description" content="&lt;?php if (!is_home())<br />
{single_post_title('',true);}<br />
else{ bloginfo('name');echo" - "; bloginfo('description');}?&gt;" /&gt;<br />
&lt;meta name="keywords" content="" /&gt;<br />
&lt;title&gt;<br />
&lt;?php bloginfo('name'); ?&gt;<br />
&lt;?php wp_title(); ?&gt;<br />
&lt;/title&gt;</code></p>
<p>And I also research the faster code.</p>
]]></content:encoded>
			<wfw:commentRss>http://m-eken.com/2008/08/31/wordpress-headerphp-meta-description-and-title/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

