<?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>WebDeveloperss.com &#187; WordPress Plugins</title>
	<atom:link href="http://www.webdeveloperss.com/blog/tag/wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdeveloperss.com/blog</link>
	<description>Hand-Picked Best Of The Web Developer Blogs</description>
	<lastBuildDate>Wed, 10 Feb 2010 08:21:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Checking Blog Privacy Settings</title>
		<link>http://www.webdeveloperss.com/blog/2009/12/checking-blog-privacy-settings/</link>
		<comments>http://www.webdeveloperss.com/blog/2009/12/checking-blog-privacy-settings/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:10:04 +0000</pubDate>
		<dc:creator>Joost de Valk</dc:creator>
				<category><![CDATA[Feeder]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As a result of last nights post, I dove in and added a check to my Robots Meta plugin that checks whether you're allowing search engines to spider your site.If not, it'll throw an ugly warning on each and every page until you fix it:The code for it is ...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://feedproxy.google.com/~r/joostdevalk/~3/M5zULqMl-iQ/" target="blank">Yoast»  - Yoast - Tweaking Websites </a></p>

<p>As a result of <a href="http://yoast.com/web-designer-mag-bad-seo/">last nights post</a>, I dove in and added a check to my <a href="http://yoast.com/wordpress/robots-meta/">Robots Meta plugin</a> that checks whether you're allowing search engines to spider your site.</p><p>If not, it'll throw an ugly warning on each and every page until you fix it:</p><p><a href="http://netdna.yoast.com/cdn-edge/uploads/2009/12/blog-privacy-warning.jpg"><img src="http://netdna.yoast.com/cdn-edge/uploads/2009/12/blog-privacy-warning-300x46.jpg" alt="" title="blog-privacy-warning" width="300" height="46"></a></p><p>The code for it is easy, and as I'd like other plugins to start using it as well, let me give it to you here:</p><div><div><pre style="font-family:monospace"><span style="color:#000000;font-weight:bold">function</span> blog_public_warning<span style="color:#009900">(</span><span style="color:#009900">)</span> <span style="color:#009900">{</span>
  <span style="color:#b1b100">if</span> <span style="color:#009900">(</span> <span style="color:#0000ff">'0'</span> <span style="color:#339933">==</span> get_option<span style="color:#009900">(</span><span style="color:#0000ff">'blog_public'</span><span style="color:#009900">)</span> <span style="color:#009900">)</span> <span style="color:#009900">{</span>
    <span style="color:#990000">echo</span> <span style="color:#0000ff">&quot;&lt;div id=&#39;message&#39; class=&#39;error&#39;&gt;&lt;p&gt;&quot;</span><span style="color:#339933">;</span>
    <span style="color:#990000">echo</span> <span style="color:#0000ff">&quot;&lt;strong&gt;Robots Meta Issue: You&#39;re blocking access to robots.&lt;/strong&gt;&quot;</span><span style="color:#339933">;</span>
    <span style="color:#990000">echo</span> <span style="color:#0000ff">&quot; You must &lt;a href=&#39;options-privacy.php&#39;&gt;go to your Privacy settings&lt;/a&gt;&quot;</span><span style="color:#339933">;</span>
    <span style="color:#990000">echo</span> <span style="color:#0000ff">&quot; and set your blog visible to everyone.&quot;</span><span style="color:#339933">;</span>
    <span style="color:#990000">echo</span> <span style="color:#0000ff">&quot;&lt;/p&gt;&lt;/div&gt;&quot;</span><span style="color:#339933">;</span>
  <span style="color:#009900">}</span>
<span style="color:#009900">}</span>
add_action<span style="color:#009900">(</span><span style="color:#0000ff">'admin_footer'</span><span style="color:#339933">,</span> <span style="color:#0000ff">'blog_public_warning'</span><span style="color:#009900">)</span><span style="color:#339933">;</span></pre></div></div><p>That's easy enough, I think each and every WordPress plugin to do with SEO should do this check, to be honest.</p><p><a href="http://yoast.com/checking-blog-privacy-settings/">Checking Blog Privacy Settings</a> is a post from <a href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don't want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p> <img src="http://feeds.feedburner.com/~r/joostdevalk/~4/M5zULqMl-iQ" height="1" width="1">]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2009/12/checking-blog-privacy-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
