<?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>Peter Coughlin &#187; WordPress Plugins</title>
	<atom:link href="http://petercoughlin.com/category/wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://petercoughlin.com</link>
	<description>Currently Focusing on WordPress Customization</description>
	<lastBuildDate>Mon, 12 Oct 2009 17:39:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Search Engine Verify WordPress Plugin</title>
		<link>http://petercoughlin.com/search-engine-verify-wordpress-plugin/</link>
		<comments>http://petercoughlin.com/search-engine-verify-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 10:33:24 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Webmaster]]></category>

		<guid isPermaLink="false">http://petercoughlin.com/?p=235</guid>
		<description><![CDATA[I&#039;ve just released another plugin. This one enables you to easily add those meta tags you get from Google, Bing and Yahoo that verifies you are the authorised owner of a website.
The three meta tags the plugin adds to your home page are;
&#60;meta name="google-site-verification" content="******" /&#62;
&#60;meta name="msvalidate.01" content="******" /&#62;
&#60;meta name="y_key" content="******" /&#62;
Naturally you get to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#039;ve just released another plugin. This one enables you to easily add those meta tags you get from Google, Bing and Yahoo that verifies you are the authorised owner of a website.</p>
<p>The three meta tags the plugin adds to your home page are;</p>
<p><code>&lt;meta name="google-site-verification" content="******" /&gt;<br />
&lt;meta name="msvalidate.01" content="******" /&gt;<br />
&lt;meta name="y_key" content="******" /&gt;</code></p>
<p>Naturally you get to specify the content values. You get those from the webmaster area of each search engine;<span id="more-235"></span></p>
<p>Google: <a href="http://mail.google.com/webmasters/">http://mail.google.com/webmasters/</a><br />
Bing: <a href="http://www.bing.com/webmaster">http://www.bing.com/webmaster</a><br />
Yahoo: <a href="https://siteexplorer.search.yahoo.com/">https://siteexplorer.search.yahoo.com/</a></p>
<p>When you activate the plugin, under your blog Settings menu you&#039;ll see an extra menu item called  PC Search Engine Verify. Click on that for the plugin options page where you can enter the information you&#039;ve got from the webmaster tools for your domain.</p>
<p>Once you provide a content value for a specific search engine, the meta tag will be displayed in the head section of your home page. If there&#039;s no content value, the meta tag for that search engine isn&#039;t displayed.</p>
<p>The plugin has been added to the official wordpress plugin repository, which is where you should download it from to make sure you get any updates ..etc. You can get it from here;</p>
<p><a href="http://wordpress.org/extend/plugins/pc-searchengine-verify/">http://wordpress.org/extend/plugins/pc-searchengine-verify/</a></p>
<p>Let me know how it works for you&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://petercoughlin.com/search-engine-verify-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Robots.txt WordPress Plugin</title>
		<link>http://petercoughlin.com/robotstxt-wordpress-plugin/</link>
		<comments>http://petercoughlin.com/robotstxt-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 18:19:59 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[Robots.txt]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://petercoughlin.com/?p=28</guid>
		<description><![CDATA[This is another one of those handy plugins designed for people like myself, who just want to be able to set something up and then not worry about it again.
What the plugin does
You probably know that when a search engine spider visits your site, one of the first things it does is look for a [...]]]></description>
			<content:encoded><![CDATA[<p>This is another one of those handy plugins designed for people like myself, who just want to be able to set something up and then not worry about it again.</p>
<p><strong>What the plugin does</strong></p>
<p>You probably know that when a search engine spider visits your site, one of the first things it does is look for a file called robots.txt which tells it which files and folders it can go and look at. By default, WordPress lets every robot go everywhere. That might be ok for some people, but I prefer to exercise a bit more control over things.</p>
<p>For example, if the robot identifies itself as a bad bot &#8211; yes, some of them do &#8211; then I don&#039;t want it to go anywhere. All it&#039;s probably going to do is trawl for email addresses to add to a spam list somewhere. And I don&#039;t really want any robots poking their noses into such places as the WordPress admin folder. Control freak? Me? Don&#039;t know what you mean&#8230;</p>
<p>The solution is to add the names of bad bots to your robots.txt file and disallow them from going anywhere, and add the names of common search engine spiders and specify which locations or files they are allowed to visit.<span id="more-28"></span></p>
<p>This plugin will do that in a completely hands free way by setting up a virtual robots.txt file for your blog as soon as it&#039;s activated. Whenever a request for a robots.txt file comes in, WordPress will display the contents of your virtual robots.txt file. No physical file is created on your site but one is shown to the search engine bot.</p>
<p>By default, your virtual robots.txt file will have Google&#039;s Mediabot allowed, a bunch of spam-bots disallowed, and a few of the standard WordPress folders and files disallowed. The default collection of bad bots is borrowed from <a href="http://www.clickability.co.uk/robotstxt.html">http://www.clickability.co.uk/robotstxt.html</a>.</p>
<p>Ok, even though it&#039;s completely automated and hands free I admit there are times when I want to tweak what&#039;s contained in the virtual robots.txt file. There&#039;s now a handy options page which lets you edit the contents.</p>
<p>Oh yeah, and if you mess up your robots.txt file you can just deactivate and reactivate the plugin and it will revert back to the default list of rules.</p>
<p>Also, if the plugin detects an existing sitemap.xml file (or if you are using my XML Sitemap plugin) it will add a reference to your sitemap.xml to the end of the robots.txt file. I&#039;m told this helps with the discovery of your sitemap.xml and indexing of your pages. That&#039;s got to be a good idea.</p>
<p><strong>How to use the plugin</strong></p>
<p>With the plugin now being hosted on WordPress, the easiest way to install this baby is to visit your blog admin pages, click the Plugins menu, and then click the Add New menu. In the search box type something like &#034;robots.txt&#034; and with a bit of luck you should see PC Robots.txt in the list that appears. To the right of it you&#039;ll see a link to Install the plugin. Click that.</p>
<p>If you happen to be using the version that was hosted on this site, please delete it and install a new version using the instruction above. That way you&#039;ll always have the latest version and you&#039;ll get notified of updates and such by WordPress.</p>
<p>The official download page is at <a title="PC Robots.txt plugin" href="http://wordpress.org/extend/plugins/pc-robotstxt/" target="_blank">http://wordpress.org/extend/plugins/pc-robotstxt/</a></p>
<p>And please do give me a shout to let me know if it works for you or not :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://petercoughlin.com/robotstxt-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
	</channel>
</rss>
