<?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>Developer OneNote &#187; SEO</title>
	<atom:link href="http://devonenote.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://devonenote.com</link>
	<description>Emma&#039;s OneNote for Microsoft Windows, Office and Programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:19:49 +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 Keyword Description</title>
		<link>http://devonenote.com/2010/04/wordpress-keyword-description/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-keyword-description</link>
		<comments>http://devonenote.com/2010/04/wordpress-keyword-description/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 20:09:59 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/04/wordpress-keyword-description/</guid>
		<description><![CDATA[In most of WordPress themes, there is not meta description and meta keywords handle. This result every page of site has a empty description and keyword in page header, which is not good from search engine’s perspective. This can be &#8230; <a href="http://devonenote.com/2010/04/wordpress-keyword-description/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In most of WordPress themes, there is not meta description and meta keywords handle. This result every page of site has a empty description and keyword in page header, which is not good from search engine’s perspective.</p>
<p>This can be workaround by installing plug All in One SEO. But for those who concern plugin will slow down their sites, here is a simple hack, all needs to do here is just adding a few lines in header.php.</p>
<p>Firstly open header.php, find this line &lt;meta http-equiv=&#8221;content-type&#8221; content=&#8221;text/html; charset=&lt;?php bloginfo(&#8216;charset&#8217;); ?&gt;&#8221; /&gt;</p>
<p><span id="more-306"></span>Secondly, add following code after it.</p>
<p class="textborder">
&lt;?php if (is_single()){<br />
$description =  substr(strip_tags($post-&gt;post_content),0,220);<br />
$keywords = &#8220;&#8221;;<br />
$tags = wp_get_post_tags($post-&gt;ID);<br />
foreach ($tags as $tag ) {<br />
$keywords = $keywords . $tag-&gt;name . &#8220;, &#8220;;<br />
}<br />
}else{<br />
$description = &#8220;<span style="color: #ff0000;">REPLACE W HOMEPAGE DESCRIPTION STRINGS</span>&#8220;;<br />
$keywords = &#8220;<span style="color: #ff0000;">REPLACE W HOMEPAGE KEYWORDS</span>&#8220;;<br />
}<br />
?&gt;<br />
&lt;meta name=&#8221;keywords&#8221; content=&#8221;&lt;?php echo $keywords; ?&gt;&#8221; /&gt;<br />
&lt;meta name=&#8221;description&#8221; content=&#8221;&lt;?php echo $description; ?&gt;&#8221; /&gt;
</p>
<p>Here is how it works, when a web page is loaded, wordpress will check page type, if it’s a single post, tags strings will be set as keywords and the first 220 letters of post will be set as descriptions. Otherwise, a hard coded keyword and description strings will be set.</p>
<p>Now giving up adding keywords and description in every single post and get rid of All in One SEO.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/06/wordpress-3-0-cannot-export/' rel='bookmark' title='WordPress 3.0 Cannot Export'>WordPress 3.0 Cannot Export</a></li>
<li><a href='http://devonenote.com/2010/03/install-local-wordpress-environment-on-windows/' rel='bookmark' title='Install Local WordPress Environment on Windows'>Install Local WordPress Environment on Windows</a></li>
<li><a href='http://devonenote.com/2010/05/wordpress-3-0-beta-2-released/' rel='bookmark' title='WordPress 3.0 Beta 2 Released'>WordPress 3.0 Beta 2 Released</a></li>
<li><a href='http://devonenote.com/2010/04/wordpress-3-0-features/' rel='bookmark' title='WordPress 3.0 Features'>WordPress 3.0 Features</a></li>
<li><a href='http://devonenote.com/2011/01/wordpress-remove-admin-bar/' rel='bookmark' title='WordPress Remove Admin Bar'>WordPress Remove Admin Bar</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/04/wordpress-keyword-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Free SEO Toolkit</title>
		<link>http://devonenote.com/2010/04/microsoft-free-seo-toolkit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-free-seo-toolkit</link>
		<comments>http://devonenote.com/2010/04/microsoft-free-seo-toolkit/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 14:18:30 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Productivity Tools]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/04/microsoft-free-seo-toolkit/</guid>
		<description><![CDATA[Microsoft’s free SEO Toolkit. The SEO Toolkit provides detailed analysis and search engine friendly suggestions to help improve the relevance of your website in search results. http://www.microsoft.com/web/seo Note: this toolkit can only run on Vista and Windows 7 Here are &#8230; <a href="http://devonenote.com/2010/04/microsoft-free-seo-toolkit/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/06/microsoft-training-kits/' rel='bookmark' title='Microsoft Training Kits'>Microsoft Training Kits</a></li>
<li><a href='http://devonenote.com/2010/03/list-of-dev-and-test-tools-for-ie8/' rel='bookmark' title='List of dev and test tools for IE8'>List of dev and test tools for IE8</a></li>
<li><a href='http://devonenote.com/2010/02/symbolic-links/' rel='bookmark' title='Symbolic Links'>Symbolic Links</a></li>
<li><a href='http://devonenote.com/2010/03/onenote-snipping-tool/' rel='bookmark' title='OneNote Snipping Tool'>OneNote Snipping Tool</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Microsoft’s free SEO Toolkit. The SEO Toolkit provides detailed analysis and search engine friendly suggestions to help improve the relevance of your website in search results.</p>
<p><a title="http://www.microsoft.com/web/seo/" href="http://www.microsoft.com/web/seo">http://www.microsoft.com/web/seo</a></p>
<p>Note: this toolkit can only run on Vista and Windows 7<span id="more-252"></span></p>
<p><a href="http://devonenote.com/wp-content/uploads/2010/04/image6.png"><img style="margin: 0px 20px; display: inline; border: 0px;" title="Microsoft SEO Toolkit download" src="http://devonenote.com/wp-content/uploads/2010/04/image6_thumb.png" border="0" alt="Microsoft SEO Toolkit download" width="560" height="392" /></a></p>
<p><a href="http://devonenote.com/"><img style="margin: 0px 20px; display: inline; border: 0px;" title="SEO Toolkit Site Analysis" src="http://devonenote.com/wp-content/uploads/2010/04/image2.png" border="0" alt="SEO Toolkit Site Analysis" width="560" height="308" /></a></p>
<p>Here are links for getting start:</p>
<ul>
<li><a href="http://learn.iis.net/page.aspx/791/getting-started-with-the-seo-toolkit/">Get Started</a></li>
<li><a href="http://learn.iis.net/page.aspx/640/using-site-analysis-to-crawl-a-web-site/">Analyze Your Website</a></li>
<li><a href="http://learn.iis.net/page.aspx/641/using-site-analysis-reports/">Generate Detailed Reports</a></li>
<li><a href="http://learn.iis.net/page.aspx/637/managing-robotstxt-and-sitemaps/">Manage Search Engine Access</a></li>
</ul>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/06/microsoft-training-kits/' rel='bookmark' title='Microsoft Training Kits'>Microsoft Training Kits</a></li>
<li><a href='http://devonenote.com/2010/03/list-of-dev-and-test-tools-for-ie8/' rel='bookmark' title='List of dev and test tools for IE8'>List of dev and test tools for IE8</a></li>
<li><a href='http://devonenote.com/2010/02/symbolic-links/' rel='bookmark' title='Symbolic Links'>Symbolic Links</a></li>
<li><a href='http://devonenote.com/2010/03/onenote-snipping-tool/' rel='bookmark' title='OneNote Snipping Tool'>OneNote Snipping Tool</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/04/microsoft-free-seo-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

