<?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>Make My Blog Pretty &#187; search engine</title>
	<atom:link href="http://makemyblogpretty.com/tag/search-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://makemyblogpretty.com</link>
	<description>Blogs made better by magic fairies</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:18:03 +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>How to exclude posts from LinkWithin with the robots.txt file</title>
		<link>http://makemyblogpretty.com/2010/01/24/how-to-exclude-posts-from-linkwithin-with-the-robots-txt-file/</link>
		<comments>http://makemyblogpretty.com/2010/01/24/how-to-exclude-posts-from-linkwithin-with-the-robots-txt-file/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 17:56:54 +0000</pubDate>
		<dc:creator>Jennette Fulda</dc:creator>
				<category><![CDATA[Tricks and tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkwithin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://makemyblogpretty.com/?p=345</guid>
		<description><![CDATA[The LinkWithin plug-in has become very popular among bloggers because of its ability to link to related posts by displaying thumbnail images from those posts. We are a highly visual species, so the inclusion of images next to the links makes them far more appealing and increases the likelihood that readers will click on them. [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.linkwithin.com/">LinkWithin</a> plug-in has become very popular among bloggers because of its ability to link to related posts by displaying thumbnail images from those posts. We are a highly visual species, so the inclusion of images next to the links makes them far more appealing and increases the likelihood that readers will click on them. Linking to related posts on a blog encourages readers to spend more time on a site and each link helps increase search engine optimization.</p>
<p>This feature is particularly popular among food bloggers who frequently post pictures in their entries. Here is an example screenshot of the plug-in taken from a client&#8217;s site, <a href="http://www.simplysugarandglutenfree.com/">Simply Sugar and Gluten Free</a>:</p>
<p><img src="http://makemyblogpretty.com/wp-content/uploads/2010/01/linkwithin.jpg" alt="LinkWithin plug-in" title="LinkWithin plug-in" width="363" height="206" style="border:solid 1px #999;" /></p>
<p>The downside? Bloggers don&#8217;t necessarily want all of their posts to appear in the LinkWithin widget. One client of mine manages events, sponsored reviews, and site pages in WordPress that she doesn&#8217;t want to promote at the bottom of her posts. Looking around the <a href="http://www.linkwithin.com/">LinkWithin</a> site, no solution to this problem is listed, nor did they respond to my request for help.</p>
<p>However, I was able to find my own solution after I realized LinkWithin operates similarly to a search engine. It indexes your site to generate a listing of posts and has to update this index regularly to include your latest posts. You can control what parts of your site a search engine indexes by creating a robots.txt file on your site. You can get more complete information on <a href="http://www.robotstxt.org/robotstxt.html">robots.txt here</a>, but for our purposes, all you have to do is create a file titled robots.txt in the root directory of your web server with this information in it:</p>
<blockquote><p>User-agent: *<br />
Allow: /</p>
<p>User-agent: LinkWithin<br />
Disallow: /directory-or-pages-you-want-to-hide-from-LinkWithin/<br />
Allow: /</p></blockquote>
<p>The first block of code says that it&#8217;s ok for any search engine to index your site. The second block then tells the LinkWithin spider not to index anything in the page or directory listed after the &#8220;Disallow:&#8221; text. You can add as many Disallow lines as you want, either to hide specific pages, or to hide any pages within a directory. If you want to disallow a directory, but want to include one specific page in that directory, first disallow the directory and then add the specific page to the Allow: line.</p>
<p>I hope this helps anyone who&#8217;s run into this problem with the LinkWithin plug-in. Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://makemyblogpretty.com/2010/01/24/how-to-exclude-posts-from-linkwithin-with-the-robots-txt-file/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

