<?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>Juipo Web Design &#187; robots.txt</title>
	<atom:link href="http://juipo.com/tag/robotstxt/feed/" rel="self" type="application/rss+xml" />
	<link>http://juipo.com</link>
	<description>Website Design, Development, Premium and Free Website Templates, Elgg PHP HTML CSS Tips and Tricks.</description>
	<lastBuildDate>Sat, 04 Feb 2012 06:18:45 +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>Pligg Duplicate Content Fix</title>
		<link>http://juipo.com/code-hacks/pligg-hacks/pligg-duplicate-content-fix/</link>
		<comments>http://juipo.com/code-hacks/pligg-hacks/pligg-duplicate-content-fix/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 00:59:42 +0000</pubDate>
		<dc:creator>juipodev</dc:creator>
				<category><![CDATA[Pligg Hacks]]></category>
		<category><![CDATA[dupe content]]></category>
		<category><![CDATA[pligg]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://juipo.com/code-hacks/pligg-hacks/pligg-duplicate-content-fix/</guid>
		<description><![CDATA[Most websites powered by CMS (Joomla, WordPress, etc.) have files and folders that are not relevant for search engines (like images or admin files) amd Pligg is no exception with story pages having several URLâ€™s that get indexed by the search engines and it would be flagged as duplicate content. The most effective and easiest [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://juipo.com/wp-content/themes/branfordmagazine/images/pligg1sm.png" alt="" width="136" height="88" align="left" />Most websites powered by CMS (Joomla, WordPress, etc.) have files and folders that are not relevant for search engines (like images or admin files) amd Pligg is no exception with story pages having several URLâ€™s that get indexed by the search engines and it would be flagged as duplicate content. The most effective and easiest way to fix this is by adding a robots.txt file to your root folder.</p>
<p>The robots.txt file will tell the search engine robots what pages on your blog or website should be crawled and indexed and you really donâ€™t want them to index your admin files because there is no relevant content there so creating a simple robots.txt file can actually improve your website&#8217;s crawlability and overall SEO.</p>
<p>Here&#8217;s an example of Dupe content from a pligg website :</p>
<p>http://buzz.seojr.com/InternetMarketing/Most-Profitable-Adsense-Keywords-List/</p>
<p>http://buzz.seojr.com/story/title/Most-Profitable-Adsense-Keywords-List/</p>
<p>Both of those URLsÂ  point to the same page and will be indexed by search engines and there goes the flag, so here is the fix.</p>
<p><strong>1. </strong>Open your NotePad.</p>
<p><strong>2.</strong> Copy the text below and paste it into the file.</p>
<p># All robots will spider the domain<br />
User-agent: *<br />
Disallow: /templates/<br />
Disallow: /3rdparty/<br />
Disallow: /libs/<br />
Disallow: /modules/<br />
Disallow: /plugins/<br />
Disallow: /internal/<br />
Disallow: /backup/<br />
Disallow: /thickbox/<br />
Disallow: /api/<br />
Disallow: /evb/<br />
Disallow: /avatars/<br />
Disallow: /admin_index.php<br />
Disallow: /admin<br />
Disallow: /story.php<br />
Disallow: /login.php<br />
Disallow: /user.php<br />
Disallow: /js/<br />
Disallow: /img/<br />
Disallow: /story/<br />
Disallow: /story/title/</p>
<p><strong>3.</strong> Save the file on your computer as robots.txt</p>
<p><strong>4.</strong> Now upload the newly created robots.txt file to you pligg rott directory overwriting the existing file if there is one already.There you have it, no more duplicate content.Â  Read more on <a title="Improve SEO with robots.txt" href="http://seojr.com/improve-seo-robots-txt/" target="_blank">Robots.txt and SEO</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://juipo.com/code-hacks/pligg-hacks/pligg-duplicate-content-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

