<?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>WP Engineer &#187; SEO</title>
	<atom:link href="http://wpengineer.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Mon, 21 May 2012 22:48:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>2nd Door Of Our Advent Calendar &#8211; Support in WordPress for rel=&#8221;canonical&#8221;</title>
		<link>http://wpengineer.com/1866/support-in-wordpress-for-relcanonical/</link>
		<comments>http://wpengineer.com/1866/support-in-wordpress-for-relcanonical/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 07:05:32 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[advent]]></category>
		<category><![CDATA[Advent Calendar]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp2.9]]></category>

		<guid isPermaLink="false">http://wpengineer.com/?p=1866</guid>
		<description><![CDATA[WordPress 2.9 will support the attribute rel and his value canonical, you can also read about it on an older post how to integrate the values and what's about it. Therefore you don't have to paste the HTML explicitly in your theme. In previous versions of WordPress 2.9, the intergration is easy to do: &#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://wpengineer.com/wp-content/uploads/WordPress-Christmas-02.jpg" alt="WordPress-Christmas-02" title="WordPress-Christmas-02" width="600" height="400" class="aligncenter size-full wp-image-1880" /><br />
WordPress 2.9 will support the attribute <code>rel</code> and his value <code>canonical</code>, you can also read about it on <a href="http://wpengineer.com/relcanonical-url-for-wordpress-theme/">an older post</a> how to integrate the values and what's about it. Therefore you don't have to paste the HTML explicitly in your theme.</p>
<p>In previous versions of WordPress 2.9, the intergration is easy to do:</p>
<pre lang="php">
&lt;?php if ( is_singular() ) echo &#039;&lt;link rel=&quot;canonical&quot; href=&quot;&#039; . get_permalink() . &#039;&quot; /&gt;&#039;; ?&gt;
</pre>
<p>Putting it in the header.php of the theme is the easiest way to have the link-tag in the <code>head</code> of your frontend.</p>
<p>Since WordPress 2.9 it won't be necessary because WordPress set with the help of the default filter, see <code>wp-includes/default-filters.php</code>, the <code>link</code>-tag to the hook <code>wp_head</code>.</p>
<pre lang="php">
add_action( &#039;wp_head&#039;, &#039;rel_canonical&#039; );
</pre>
<p>Thereby it calls the function <code>rel_canonical()</code>, which simply writes the HTML and passes the link of the article. Alternatively you can disable the filter and you can use it yourself.</p>
<pre lang="php">
remove_action( &#039;wp_head&#039;, &#039;rel_canonical&#039; ); // to delete in head
</pre>
<hr /><a href="http://wpplugins.com/plugin/281/snippets" title="More informations about this plugin for WordPress"><img src="http://wpengineer.com/wp-content/themes/wpe-3/images/snippets-125-125.png" height="90" alt="WordPress Snippet Plugin" /></a> <a href="http://xtreme-theme.com"><img src="http://wpengineer.com/wp-content/uploads/feed-banner-2.jpg" alt="Xtreme One WordPress Framework"/></a><br />
&copy; <a href="http://wpengineer.com/">WP Engineer Team</a>, All rights reserved <small>(Digital Fingerprint: WPEngineer-be0254ce2b4972feb4b9cb72034a092d)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpengineer.com/1866/support-in-wordpress-for-relcanonical/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improve SEO In WordPress With The wpSEO WordPress Plugin</title>
		<link>http://wpengineer.com/521/improve-seo-in-wordpress-with-the-wpseo-wordpress-plugin/</link>
		<comments>http://wpengineer.com/521/improve-seo-in-wordpress-with-the-wpseo-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 20:46:20 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wpSEO]]></category>

		<guid isPermaLink="false">http://wpengineer.com/?p=521</guid>
		<description><![CDATA[This week, my partner Sergej Müller and I released wpSEO, an SEO-Plugin for WordPress, in English. wpSEO is a highly advanced Plugin with more than 70 useful options to have a perfect optimization of your website for search engines. Dynamic and automatic creation of meta tags and titles, depending on the content, is just one [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpengineer.com/wp-content/uploads/wpseo_en.png"><img src="http://wpengineer.com/wp-content/uploads/wpseo_en-wordpress-plugin-300x251.jpg" alt="all options of wpSEO" title="see all options of wpSEO" width="300" height="251" class="alignleft size-medium wp-image-523" /></a>This week, my partner Sergej Müller and I released <a href="http://www.wpseo.org/installation/">wpSEO</a>, an SEO-Plugin for WordPress, in English. wpSEO is a highly advanced Plugin with more than 70 useful options to have a perfect optimization of your website for search engines. Dynamic and automatic creation of meta tags and titles, depending on the content, is just one of the many strengths of <a href="http://www.wpseo.org/installation/">wpSEO</a>.</p>
<p>For nearly 2 years this Plugin showed successful results while being tested by German WordPress users.</p>
<p>You can <a href="http://www.wpseo.org/installation/">test this fully functional version of wpSEO</a> for 10 days. This Plugin is free to use for every personal blog, you just have to <a href="http://www.wpseo.org/imprint/">request a free license key here</a>. Commercial projects or ad-supported blogs <a href="http://www.wpseo.org/license/">have to purchase an affordable license key</a> for this Plugin after the 10 days trial period. </p>
<p><strong>20% discount until December 31st only!</strong>All we ask is a liitle bit of investemnt beforehand if you're out there to make lots of money.<br />
<a href="http://www.wpseo.org/installation/"><br />
DOWNLOAD wpSEO now!</a></p>
<p>Click on the image above to see all options. If you have any questions don't hesitate to <a href="http://www.wpseo.org/imprint/">contact us</a>.</p>
<p>Some of the features are:</p>
<ul>
<li>301-redirect</li>
<li>Blacklist</li>
<li>Noun filtering</li>
<li>Mannually addition of metatags</li>
<li>Relevance as criteria</li>
<li>Duplicate content avoidance</li>
<li>Keyword highlighting in posts</li>
<li>SEO Monitor with Google PageRank</li>
<li>Importing and exporting your settings</li>
<li>No changes in your .htaccess required</li>
<li>Absolutely no additional database queries</li>
<li>Very fast execution</li>
<li>No need to adjust any templates</li>
<li>An included XML file with recommended options</li>
<li>Export and import of settings</li>
<li>Fully documented</li>
<li>Uninstall function</li>
<li>Import of manually entered metadata from "All in One SEO Pack"</li>
</ul>
<p>Enjoy wpSEO for WordPress!<br />
<hr /><a href="http://wpplugins.com/plugin/281/snippets" title="More informations about this plugin for WordPress"><img src="http://wpengineer.com/wp-content/themes/wpe-3/images/snippets-125-125.png" height="90" alt="WordPress Snippet Plugin" /></a> <a href="http://xtreme-theme.com"><img src="http://wpengineer.com/wp-content/uploads/feed-banner-2.jpg" alt="Xtreme One WordPress Framework"/></a><br />
&copy; <a href="http://wpengineer.com/">WP Engineer Team</a>, All rights reserved <small>(Digital Fingerprint: WPEngineer-be0254ce2b4972feb4b9cb72034a092d)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpengineer.com/521/improve-seo-in-wordpress-with-the-wpseo-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

