<?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>Korhan Ekinci Günlüğü &#187; Wordpress</title>
	<atom:link href="http://korhanekinci.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://korhanekinci.com</link>
	<description>Bir başka WordPress blogu.</description>
	<lastBuildDate>Thu, 11 Jun 2009 19:37:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress İçin Meta Tag Optimizasyonu</title>
		<link>http://korhanekinci.com/wordpress/wordpress-icin-meta-tag-optimizasyonu/</link>
		<comments>http://korhanekinci.com/wordpress/wordpress-icin-meta-tag-optimizasyonu/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 17:39:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Meta etiketler]]></category>
		<category><![CDATA[Meta Tag]]></category>

		<guid isPermaLink="false">http://korhanekinci.com/?p=42</guid>
		<description><![CDATA[Bilindiği gibi WordPress kurulduktan sonra tüm sayfalarınızda meta etiketlerden sadece &#8220;title&#8221; bulunmakta. Bazı arama motorları için bu yeterli olsada &#8220;description&#8221; ve &#8220;keywords&#8221; etketleri (tags) hala önemini koruyor. Meta etiketleri değişiklik yapmazsak her sayfada aynı çıkar. Ama Google her sayfada ayrı ayrı girilmiş meta etiketlerini çok sever.  &#8220;Description&#8221; ve &#8220;keywords&#8221; taglerini sayfalarımıza eklemek için (plugin [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://korhanekinci.com/wp-content/uploads/2009/04/wordpress-150x150.jpg" alt="wordpress" title="wordpress" width="150" height="150" class="alignleft size-thumbnail wp-image-48" />Bilindiği gibi WordPress kurulduktan sonra tüm sayfalarınızda meta etiketlerden sadece &#8220;title&#8221; bulunmakta. Bazı arama motorları için bu yeterli olsada &#8220;description&#8221; ve &#8220;keywords&#8221; etketleri (tags) hala önemini koruyor. Meta etiketleri değişiklik yapmazsak her sayfada aynı çıkar. Ama Google her sayfada ayrı ayrı girilmiş meta etiketlerini çok sever. <span id="more-42"></span> &#8220;Description&#8221; ve &#8220;keywords&#8221; taglerini sayfalarımıza eklemek için (plugin kullanmadan) header.php dosyasına eklememiz gereken kod şu:</p>
<pre class="brush: php;">&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;&lt;?php bloginfo('html_type'); ?&gt;; charset=&lt;?php bloginfo('charset'); ?&gt;&quot; /&gt;
&lt;?php if ( is_home()) { ?&gt;
&lt;meta name=&quot;description&quot; content=&quot;&lt;?php bloginfo('description'); ?&gt;&quot; /&gt;
&lt;meta name=&quot;keywords&quot;  content=&quot;anahtar, kelimeler, buraya, girilecek&quot; /&gt;
&lt;?php } else { ?&gt;
&lt;meta name=&quot;description&quot; content=&quot;&lt;?php the_title(); ?&gt;&quot; /&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;&lt;?php the_title(); ?&gt;&quot; /&gt;
&lt;?php } ?&gt;
&lt;?php if (is_page(&quot;arsiv&quot;)) { ?&gt;
&lt;meta name=&quot;robots&quot; content=&quot;noindex,follow&quot;&gt;
&lt;?php } else { ?&gt;
&lt;meta name=&quot;robots&quot; content=&quot;index,follow&quot; /&gt;
&lt;?php } ?&gt;
&lt;meta name=&quot;author&quot; content=&quot;Sizin Adınız&quot; /&gt;
&lt;meta http-equiv=&quot;content-language&quot; content=&quot;tr-TR&quot; /&gt; </pre>
<p>Umarım bu yazı WordPress&#8217;e yeni başlayan arkadaşlar için faydalı olur.</p>
]]></content:encoded>
			<wfw:commentRss>http://korhanekinci.com/wordpress/wordpress-icin-meta-tag-optimizasyonu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
