<?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>Lots of Freebies Blog &#187; word press updates</title>
	<atom:link href="http://www.lotsoffreebies.co.uk/tag/word-press-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lotsoffreebies.co.uk</link>
	<description>Free Stuff for the UK</description>
	<lastBuildDate>Tue, 29 Dec 2009 20:30:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More WordPress Modifications &#8211; Meta Description</title>
		<link>http://www.lotsoffreebies.co.uk/2009/01/more-wordpress-modifications-meta-description/</link>
		<comments>http://www.lotsoffreebies.co.uk/2009/01/more-wordpress-modifications-meta-description/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 20:42:14 +0000</pubDate>
		<dc:creator>Christopher Shennan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[word press]]></category>
		<category><![CDATA[word press modifications]]></category>
		<category><![CDATA[word press updates]]></category>

		<guid isPermaLink="false">http://blog.lotsoffreebies.co.uk/?p=83</guid>
		<description><![CDATA[I&#8217;ve been quite lucky with my this new Lots of Freebies blog as within a week Google had indexed a few of the blog pages I had created but I knew that was too easy.  Unfortunately the summary that appears below the page title didn&#8217;t appear to be appropriate and resembled more about the layout than the content as [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been quite lucky with my this new Lots of Freebies blog as within a week Google had indexed a few of the blog pages I had created but I knew that was too easy.  Unfortunately the summary that appears below the page title didn&#8217;t appear to be appropriate and resembled more about the layout than the content as it basically listed the links within the top navigation bar of the site.  As you can imagine this is not very helpful and it certainly does not make the content look like it has any relevance to the page.</p>
<p>On further investigation I found that WordPress does not include the meta keywords or meta description in the page header&#8230; so it appears that I&#8217;ve come across another part of WordPress that I need to tweak.  I can actually understand the reasoning behind removing these tags which is that:-</p>
<ul>
<li>WordPress can not read your mind so it cannot create dynamic keyword and descriptions for each page, or at least it cannot with any great focus on the topic.</li>
<li>Some search engines no longer use these as they are subject to abuse and those of us who are dishonest often add completely irrelevant keywords in order to obtain a better ranking and exposure.</li>
</ul>
<p><span id="more-83"></span></p>
<p>That said, some search engines still do take into account keywords and description but in my case I&#8217;m not too worried about the keywords.  If i create good content then the keywords will be found in the content and the search engines will rank my pages accordingly but in my case I&#8217;m after the description meta tag.  Many search engines still use this for the summary that is displayed underneath the page title (which is what I&#8217;ve got  a problem with) so by adding a relevant meta description to each blog item I can improve the listings.</p>
<p>There is quite a good article on <a title="Meta Tags in WordPress" href="http://codex.wordpress.org/Meta_Tags_in_WordPress" target="_blank">WordPress.org</a> explaining this in more detail and gives a good example on how to create basic meta descriptions and I have expanded on this based on the page title functionality in the themes/default/archive.php and my description meta tag in the header page now looks like:-</p>
<p><span style="color: #808000;">&lt;meta name=&#8221;description&#8221; content=&#8221;&lt;?php if ( is_single() ) { single_post_title(&#8221;, true); echo &#8221; &#8211; &#8220;; }<br />
  else {  if (is_category()) { ?&gt;Archive for the &lt;?php single_cat_title(); ?&gt; Category &#8211; &lt;?php<br />
    } elseif( is_tag() ) { ?&gt;Posts Tagged &lt;?php single_tag_title(); ?&gt; &#8211; &lt;?php<br />
    } elseif (is_day()) { ?&gt;Archive for &lt;?php the_time(&#8217;F jS, Y&#8217;); ?&gt; &#8211; &lt;?php<br />
    } elseif (is_month()) { ?&gt;Archive for &lt;?php the_time(&#8217;F, Y&#8217;); ?&gt; &#8211; &lt;?php<br />
    } elseif (is_year()) { ?&gt;Archive for &lt;?php the_time(&#8217;Y'); ?&gt; &#8211; &lt;?php<br />
    } elseif (is_author()) { ?&gt;Author Archive &#8211; &lt;?php<br />
    } elseif (isset($_GET['paged']) &amp;&amp; !empty($_GET['paged'])) { ?&gt;Blog Archives &#8211; &lt;?php<br />
    }<br />
   }<br />
   bloginfo(&#8217;name&#8217;); echo &#8221; &#8211; &#8220;; bloginfo(&#8217;description&#8217;); ?&gt;&#8221; /&gt;</span></p>
<p>With this tweak in place it now show the meta description like &#8220;<a title="Archive for January 2009" href="http://blog.lotsoffreebies.co.uk/2009/01/" target="_self">Archive for January, 2009 &#8211; Lots of Freebies Blog &#8211; Free Stuff for the UK</a>&#8221; or &#8220;<a title="Increase your RSS Readers with rssHugger" href="http://blog.lotsoffreebies.co.uk/2009/01/increase-your-rss-readers-with-rsshugger/" target="_self">Increase your RSS Readers with rssHugger &#8211; Lots of Freebies Blog &#8211; Free Stuff for the UK</a>&#8221; which should appear a lot more friendly in the search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotsoffreebies.co.uk/2009/01/more-wordpress-modifications-meta-description/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
