<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>Sebastian's Pamphlets &#187; Spam</title>
	<link>http://sebastians-pamphlets.com</link>
	<description>If you've read my articles somewhere on the Internet, expect something different here.</description>
	<pubDate>Mon, 02 Jan 2012 20:39:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>How to spam the hell out of Google&#8217;s new source attribution meta elements</title>
		<link>http://sebastians-pamphlets.com/spam-google-news-source-attribution-tags/</link>
		<comments>http://sebastians-pamphlets.com/spam-google-news-source-attribution-tags/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 16:34:47 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Search Quality]]></category>

		<category><![CDATA[Testing]]></category>

		<category><![CDATA[Webspam]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[Plagiarism]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/spam-google-news-source-attribution-tags/</guid>
		<description><![CDATA[
The moment you&#8217;ve read Google&#8217;s announcement and Matt&#8217;s question &#8220;What about spam?&#8221; you concluded &#8220;spamming it is a breeze&#8221;, right? You&#8217;re not alone.
Before we discuss how to abuse it, it might be a good idea to define it within its context, ok?
Playground
First of all, Google announced these meta tags on the official Google News blog&#160; [...]]]></description>
			<content:encoded><![CDATA[
<p>The moment you&#8217;ve read <a href="http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html">Google&#8217;s announcement</a> and <a href="http://searchengineland.com/google-creates-metatags-to-help-id-original-news-sources-56115">Matt&#8217;s question</a> &#8220;What about spam?&#8221; you concluded &#8220;spamming it is a breeze&#8221;, right? <a href="http://www.readwriteweb.com/archives/googles_new_honor_system_for_highlighting_original_journalism.php">You&#8217;re not</a> <a href="http://www.webpronews.com/topnews/2010/11/16/can-trust-in-journalism-be-boiled-down-to-meta-tags">alone</a>.</p>
<p>Before we discuss how to abuse it, it might be a good idea to define it within its context, ok?</p>
<h3>Playground</h3>
<p>First of all, Google announced these <span title="darn SEO copywriting, of course it's meta ELEMENTs">meta tags</span> on the official <i>Google <b>News</b> blog</i>&nbsp; for a reason. So when you plan to abuse it with your countless MFA proxies of Yahoo Answers, you most probably jumped on the wrong band wagon. Google supports the meta elements below in Google News only.</p>
<h3>syndication-source</h3>
<p>The first new indexer hint is <b>syndication-source</b>. It&#8217;s meant to tell Google the permalink of a particular news story, hence the author and all the folks spreading the word are asked to use it to point to the one &#8211;and only one&#8211; URI considered the source:</p>
<p><code>&lt;meta name="syndication-source" content="http://outerspace.com/news/ubercool-geeks-launched-google-hotpot.html" /&gt;</code></p>
<p>The meta element above is for instances of the story served from</code><br />
http://outerspace.com/breaking/page1.html<br />
http://outerspace.com/yyyy-mm-dd/page2.html<br />
http://outerspace.com/news/aliens-appreciate-google-hotpot.html<br />
http://outerspace.com/news/ubercool-geeks-launched-google-hotpot.html<br />
http://newspaper.com/main/breaking.html<br />
http://tabloid.tv/rehashed/from/rss/hot:alien-pot-in-your-bong.html<br />
</code>&#8230;</p>
<p>Don&#8217;t confuse it with the cross-domain rel-canonical link element. It&#8217;s not about canning duplicate content, it marks a particular story, regardless whether it&#8217;s somewhat rewritten or just reprinted with a different headline. It tells Google News to use the original URI when the story can be crawled from different URIs on the author&#8217;s server, and when syndicated stories on other servers are so similar to the initial piece that Google News prefers to use the original (the latter is my educated guess).</p>
<h3>original-source</h3>
<p>The second new indexer hint is <b>original-source</b>. It&#8217;s meant to tell Google the origin of the news itself, so the author/enterprise digging it out of the mud, as well as all the folks using it later on, are asked to declare who broke the story:</p>
<p><code>&lt;meta name="original-source" content="http://outerspace.com/news/ubercool-geeks-launched-google-hotpot.html" /&gt;</code></p>
<p>Say we&#8217;ve got two or more related news, like &#8220;Google fell from Mars&#8221; by cnn.com and &#8220;Google landed in Mountain View&#8221; by sfgate.com, it makes sense for latimes.com to publish a piece like &#8220;Google fell from Mars and landed in Mountain View&#8221;. Because latimes.com is a serious newspaper, they credit their sources not only with a mention or even embedded links, they do it machine-readable, too:</p>
<p><code>&lt;meta name="original-source" content="http://cnn.com/google-fell-from-mars.html" /&gt;</code><br />
<code>&lt;meta name="original-source" content="http://sfgate.com/google-landed-in-mountain-view.html" /&gt;</code></p>
<p>It&#8217;s a matter of course that both cnn.com and sfgate.com provide such an original-source meta element on their pages, in addition to the syndication-source meta element, both pointing to their very own coverage. </p>
<p>If a journalist grabbed his breaking news from a secondary source telling &#8220;CNN reported five minutes ago that Google&#8217;s mothership started from Venus, and the LA Times spotted it crashing on Jupiter&#8221;, he can&#8217;t be bothered with looking at the markup and locating those meta elements in the head section, he has a deadline for his piece &#8220;Why Web search left Planet Earth&#8221;. It&#8217;s just fine with Google News when he puts</p>
<p><code>&lt;meta name="original-source" content="http://cnn.com/" /&gt;</code><br />
<code>&lt;meta name="original-source" content="http://sfgate.com/" /&gt;</code></p>
<h3>Fine-prints</h3>
<p>As always, the most interesting stuff is hidden on a <a href="http://www.google.com/support/news_pub/bin/answer.py?answer=191283">help page</a>:</p>
<blockquote><p>At this time, Google News will not make any changes to article ranking based on this tags.</p></blockquote>
<blockquote><p>If we detect that a site is using these metatags inaccurately (e.g., only to promote their own content), we&#8217;ll reduce the importance we assign to their metatags. And, as always, we reserve the right to remove a site from Google News if, for example, we determine it to be spammy.</p></blockquote>
<blockquote><p>As with any other publisher-supplied metadata, we will be taking steps to ensure the integrity and reliability of this information.</p></blockquote>
<h3>It&#8217;s a field test</h3>
<blockquote><p>We think it is a promising method for detecting originality among a diverse set of news articles, but we won&#8217;t know for sure until we&#8217;ve seen a lot of data. By releasing this tag, we&#8217;re asking publishers to participate in an experiment that we hope will improve Google News and, ultimately, online journalism. [&#8230;] Eventually, if we believe they prove useful, these tags will be incorporated among the many other signals that go into ranking and grouping articles in Google News. <b>For now, syndication-source will only be used to distinguish among groups of duplicate identical articles, while original-source is only being studied and will not factor into ranking.</b> [emphasis mine]</p></blockquote>
<h3>Spam potential</h3>
<p>Well, we do know that Google Web search has a spam problem, IOW even a few so-1999-webspam-tactics still work to some extent. So we tend to classify a vague threat like &#8220;If we find sites abusing these tags, we may [&#8230;] remove [those] from Google News entirely&#8221; as FUD, and spam away. Common sense and experience tells us that a smart marketer will make money from everything spammable. </p>
<p>But: we&#8217;re not talking about Web search. Google News is a clearly laid out environment. There are only so many sites covered by Google News. Even if Google wouldn&#8217;t be able to develop algos analyzing all source attribution attributes out there, they do have the resources to identify abuse using manpower alone. Most probably they will do both.</p>
<p>They clearly told us that they will compare those meta data to <a href="http://www.seobythesea.com/?p=4609">other signals</a>. And that&#8217;s not only very weak indicators like &#8220;timestamp first crawled&#8221; or &#8220;first heard of via pubsubhubbub&#8221;. It&#8217;s not that hard to isolate particular news, gather each occurrence as well as source mentions within, and arrange those on a time line with clickable links for QC folks who most certainly will identify the actual source. Even a few spot tests daily will soon reveal the sites whose source attribution meta tags are questionable, or even spammy.</p>
<p>If you&#8217;re still not convinced, fair enough. Go spam away. Once you&#8217;ve lost your entry on the whitelist, your free traffic from Google News, as well as from news-one-box results on conventional SERPs, is toast.</p>
<h3>Last but not least, a fair warning</h3>
<p>Now, if you still want to use source attribution meta elements on your non-newsworthy MFA sites to claim owership of your scraped content, feel free to do so. Most probably Matt&#8217;s team will appreciate just another &#8220;I&#8217;m spamming Google&#8221; signal.</p>
<p>Not that reprinting scraped content is considered shady any more: <a href="http://www.huffingtonpost.com/2010/11/12/george-bush-book-decision-points_n_782731.html">even a former president does it shamelessly</a>. It&#8217;s just the almighty Google in all of its evilness that penalizes you for considering all on-line content public domain.</p>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/spam-google-news-source-attribution-tags/", "style": "big", "title": "How to spam the hell out of Google's new source attribution meta elements" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/spam-google-news-source-attribution-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The anatomy of a deceptive Tweet spamming Google Real-Time Search</title>
		<link>http://sebastians-pamphlets.com/how-to-spam-google-real-time-search-via-twitter/</link>
		<comments>http://sebastians-pamphlets.com/how-to-spam-google-real-time-search-via-twitter/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 10:12:44 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Webspam]]></category>

		<category><![CDATA[Search Quality]]></category>

		<category><![CDATA[Redirects]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[Twitter]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Cloaking]]></category>

		<category><![CDATA[Crap]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/how-to-spam-google-real-time-search-via-twitter/</guid>
		<description><![CDATA[
Minutes after the launch of Google&#8217;s famous Real Time Search, the Internet marketing community began to spam the scrolling SERPs. Google gave birth to a new spam industry.
I&#8217;m sure Google&#8217;s WebSpam team will pull the plug sooner or later, but as of today Google&#8217;s real time search results are extremely vulnerable to questionable content.
The somewhat [...]]]></description>
			<content:encoded><![CDATA[
<p><img  src="http://sebastians-pamphlets.com/img/posts/spamming-google-real-time-search.png" width="250" height="345" align="right" style="margin-left:5px;" alt="Google real time search spammed and abused" title=""  />Minutes after the <a href="http://googleblog.blogspot.com/2009/12/relevance-meets-real-time-web.html?utm_source=sebastian&#038;utm_medium=pamphlet&#038;utm_campaign=thou+shalt+not+fuck+with+my+uris">launch</a> of Google&#8217;s <a href="http://searchengineland.com/search-real-time-madness-31668">famous</a> Real Time Search, the Internet marketing community <a href="http://sphinn.com/story/135685">began</a> to <a href="http://outspokenmedia.com/seo/google-real-time-spam/">spam</a> the <a href="http://www.google.com/search?hl=en&#038;safe=off&#038;esrch=RTSearch&#038;tbo=1&#038;num=100&#038;q=spam&#038;tbs=rltm:1">scrolling SERPs</a>. Google gave birth to a <a href="http://www.seo-theory.com/2009/12/07/google-launches-a-new-spam-industry/">new spam industry</a>.</p>
<p>I&#8217;m sure Google&#8217;s <a href="http://friendfeed.com/dannysullivan/d973e438/real-time-spam-google-says-been-fighting-so-long">WebSpam</a> team will pull the plug sooner or later, but as of today Google&#8217;s real time search results are extremely vulnerable to questionable content.</p>
<p>The somewhat shady approach to make creative use of real time search I&#8217;m outlining below will not work forever. It can be used for really evil purposes,  and Google is aware of the problem. Frankly, if I&#8217;d be the Googler in charge, I&#8217;d dump the whole real-time thingy until the spam defense lines are rock solid.</p>
<p id="rtss-recipe"><strong>Here&#8217;s the recipe from Dr Evil&#8217;s WebSpam-Cook-Book:</strong></p>
<h3 id="rtss-ingredients">Ingredients</h3>
<ul>
<li>1 <a href="http://www.google.com/trends?q=spam+google">popular topic</a> that pulls lots of searches, but not so many that the results scroll down too fast.</li>
<li>1 <a href="http://www.google.com/products?q=spam+google&#038;hl=en&#038;aq=f">landing page</a> that makes the punter pull out the plastic in no time.</li>
<li>1 <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=93713">trusted authority page</a> totally lacking commercial intentions. View its source code, it must have a valid TITLE element with an appealing call for action related to your topic in its HEAD section.</li>
<li>1 <a href="http://goo.gl/">short</a> domain, 1 cheap Web hosting plan (Apache, PHP), 1 plain text editor, 1 FTP client, 1 Twitter account, and a prize basic coding skills.</li>
</ul>
<h3 id="rtss-preparation">Preparation</h3>
<p>Create a new text file and name it <code>hot-topic.php</code> or so. Then code:<code><br />
&lt;?php<br />
$landingPageUri = "http://affiliate-program.com/?your-aff-id";<br />
$trustedPageUri = "http://google.com/something.py";<br />
if (stristr($_SERVER["HTTP_USER_AGENT"], "Googlebot")) {<br />
   header("HTTP/1.1 307 Here you go today", TRUE, 307);<br />
   header("Location: $trustedPageUri");<br />
}<br />
else {<br />
   header("HTTP/1.1 301 Happy shopping", TRUE, 301);<br />
   header("Location: $landingPageUri");<br />
}<br />
exit;<br />
?&gt;</code></p>
<p>Provided you&#8217;re a savvy spammer, your crawler detection routine will be a little more <a href="http://fantomaster.com/fasvsspy01.html">complex</a>.</p>
<p>Save the file and upload it, then test the URI <code>http://youspamaw.ay/hot-topic.php</code> in your browser.</p>
<h3 id="rtss-serving">Serving</h3>
<ul>
<li>Login to Twitter and submit lots of nicely crafted, not too much keyword stuffed messages carrying your spammy URI. Do not use obscene language, e.g. don&#8217;t swear, and sail around phrases like &#8216;buy cheap viagra&#8217; with synonyms like &#8216;brighten up your girl friend&#8217;s romantic moments&#8217;.</li>
<li>On their SERPs, Google will display the text from the trusted page&#8217;s TITLE element, linked to your URI that leads punters to a sales pitch of your choice.</li>
<li>Just for entertainment, closely monitor Google&#8217;s real time SERPs, and your real-time sales stats as well.</li>
<li>Be happy and get rich by end of the week.</li>
</ul>
<p>Google removes links to untrusted destinations, that&#8217;s why you need to abuse authority pages. As long as you don&#8217;t launch f-bombs, Google&#8217;s profanity filters make flooding their real time SERPs with all sorts of crap a breeze.</p>
<p>Hey <a href="http://twitter.com/GoogleWebspam">Google</a>, for the sake of our children, take that as a spam report!</p>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/how-to-spam-google-real-time-search-via-twitter/", "style": "big", "title": "The anatomy of a deceptive Tweet spamming Google Real-Time Search" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/how-to-spam-google-real-time-search-via-twitter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hard facts about URI spam</title>
		<link>http://sebastians-pamphlets.com/troubles-made-by-utm-variables-from-google-analytics/</link>
		<comments>http://sebastians-pamphlets.com/troubles-made-by-utm-variables-from-google-analytics/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:00:33 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Search Quality]]></category>

		<category><![CDATA[Duplicate Content]]></category>

		<category><![CDATA[Analytics]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[Webspam]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Crap]]></category>

		<category><![CDATA[Copy+Paste-Penalties]]></category>

		<category><![CDATA[AdSense]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/troubles-made-by-utm-variables-from-google-analytics/</guid>
		<description><![CDATA[
I stole this pamphlet&#8217;s title (and more) from Google&#8217;s post Hard facts about comment spam for a reason. In fact, Google spams the Web with useless clutter, too. You doubt it? Read on. That&#8217;s the URI from the link above:
http://googlewebmastercentral.blogspot.com/2009/11/hard-facts-about-comment-spam.html?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+blogspot%2FamDG+%28Official+Google+Webmaster+Central+Blog%29
I&#8217;ve bolded the canonical URI, everything after the questionmark is clutter added by Google.
When your Google [...]]]></description>
			<content:encoded><![CDATA[
<p>I stole this pamphlet&#8217;s title (and more) from Google&#8217;s post <a href="http://googlewebmastercentral.blogspot.com/2009/11/hard-facts-about-comment-spam.html?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+blogspot%2FamDG+%28Official+Google+Webmaster+Central+Blog%29">Hard facts about comment spam</a> for a reason. In fact, Google spams the Web with useless clutter, too. You doubt it? Read on. That&#8217;s the URI from the link above:</p>
<p><code><b title="Canonical URI" style="color:black;">http://googlewebmastercentral.blogspot.com/2009/11/hard-facts-about-comment-spam.html</b><i title="Google's query string clutter" style="color:red;">?utm_source=feedburner&#038;utm_medium=feed<br />&#038;utm_campaign=Feed%3A+blogspot%2FamDG+%28Official+Google+Webmaster<r />+Central+Blog%29</i></code></p>
<p><img src="http://sebastians-pamphlets.com/img/posts/ga-kraken.png" width="260" height="301" style="margin-left:5px;" align="right" alt="GA Kraken" title="Google Analytics fucks your canonical URIs" />I&#8217;ve bolded the canonical URI, everything after the questionmark is <a href="http://analytics.blogspot.com/2009/11/integration-with-feedburner.html?utm_source=sebastian&#038;utm_medium=pamphlet&#038;utm_campaign=thou+shalt+not+fuck+with+my+uris">clutter added by Google</a>.</p>
<p>When your Google account lists both Feedburner and GoogleAnalytics as active services, Google will automatically screw your URIs when somebody clicks a link to your site in a feed reader (you can opt out, <a href="http://sebastians-pamphlets.com/troubles-made-by-utm-variables-from-google-analytics/#utm-opt-out">see below</a>).</p>
<h3 id="utm-bad">Why is it bad?</h3>
<p>FACT: <strong>Google&#8217;s method to track traffic from feeds to URIs creates new URIs.</strong> And lots of them. Depending on the number of possible values for each query string variable (<code>utm_source</code> <code>utm_medium</code> <code>utm_campaign</code> <code>utm_content</code> <code>utm_term</code>) the amount of cluttered URIs pointing to the same piece of content can sum up to dozens or more.</p>
<p>FACT: Bloggers (publishers, authors, anybody) naturally copy those cluttered URIs to paste them into their posts. The same goes for user link drops at Twitter and elsewhere. These links get crawled and indexed. Currently Google&#8217;s search index is flooded with <a href="http://www.google.com/search?hl=en&#038;q=inurl:utm_source&#038;utm_source=sebastian&#038;utm_medium=pamphlet&#038;utm_campaign=thou+shalt+not+fuck+with+my+uris">28,900,000 cluttered URIs</a> mostly originating from copy+paste links. <a href="http://www.bing.com/search?q=inurl:utm_source">Bing</a> and <a href="http://search.yahoo.com/search?p=inurl:utm_source">Yahoo</a> didn&#8217;t index GA tracking parameters yet.</p>
<p>That&#8217;s 29 million URIs with tracking variables that point to duplicate content as of today. With every link copied from a feed reader, this number will increase. <a href="http://mattcutts.com/blog/">Matt Cutts</a> <a href="http://friendfeed.com/mattcutts/6309e560/graywolf-i-think-johnmu-suggestions-were-solid">said</a> &#8220;I don&#8217;t think utm will cause dupe issues&#8221; and points to <a href="http://johnmu.com/">John Müller</a>&#8217;s <a href="http://www.seroundtable.com/archives/021170.html">helpful advice</a> (<a href="http://www.cre8asiteforums.com/forums/index.php?showtopic=73804">methods</a> a site owner can apply to tidy up Google&#8217;s mess).</p>
<p>Maybe Google can handle this growing duplicate content chaos in their very own search index. Lets forget that Google is the search engine that <a href="http://googlewebmastercentral.blogspot.com/2009/08/optimize-your-crawling-indexing.html?utm_source=sebastian&#038;utm_medium=pamphlet&#038;utm_campaign=thou+shalt+not+fuck+with+my+uris">advocated</a> URI canonicalization for ages, invented sitemaps, rel=canonical, and countless high sophisticated algos to merge indexed clutter under the canonical URI. It&#8217;s all water under the bridge now that Google is in the create-multiple-URIs-pointing-to-the-same-piece-of-content business itself.</p>
<p>So far that&#8217;s just disappointing. To understand why it&#8217;s downright evil, lets look at the implications from a technical point of view.</p>
<h3 id="utm-evil">Spamming URIs with <i>utm</i> tracking variables breaks lots of things</h3>
<p>Look at this URI: <code>http://www.<span title="This URI exists with another server name">example</spam>.com/search.aspx<b style="color:red;">?</b>Query=musical+mobile<b style="color:red;">?</b>utm_source=Referral&#038;utm_medium=Internet&#038;utm_campaign=celebritybabies</code></p>
<p>Google added a query string to a query string. Two URI segment delimiters (<a href="http://www.w3.org/Addressing/URL/4_URI_Recommentations.html">&#8220;?&#8221;</a>) can cause all sorts of troubles at the landing page.</p>
<p>Some scripts will process only variables from Google&#8217;s query string, because they extract GET input from the URI&#8217;s last questionmark to the fragment delimiter &#8220;#&#8221; or end of URI; some scripts expecting input variables in a particular sequence will be confused at least; some scripts might even use the same variable names &#8230; the number of possible errors caused by amateurish extended query strings is infinite. Even if there&#8217;s only one &#8220;?&#8221; delimiter in the URI.</p>
<p>In some cases the page the user gets faced with will lack the expected content, or will display a prominent error message like 404, or will consist of white space only because the underlying script failed so badly that the Web server couldn&#8217;t even show a 5xx error.</p>
<p>Regardless whether a landing page can handle query string parameters added to the original URI or not (most can), changing someone&#8217;s URI for tracking purposes is plain evil, IMHO, when implemented as opt-out instead of opt-in.</p>
<p>Appended UTM query strings can make trackbacks vanish, too. When a blog checks whether the trackback URI is carrying a link to the blog or not, for example with this <a href="http://sw-guide.de/wordpress/plugins/simple-trackback-validation/">plug-in</a>, the comparision can fail and the trackback gets deleted on arrival, without notice. If I&#8217;d dig a little deeper, most probably I could compile a huge list of other functionalities on the Internet that are broken by Google&#8217;s UTM clutter.</p>
<p>Finally, GoogleAnalytics is not the one and only stats tool out there, and it doesn&#8217;t fulfil all needs. Many webmasters rely on simple server reports, for example referrer stats or tools like awstats, for various technical purposes. Broken. Specialized content management tools feeded by real-time traffic data. Broken. Countless tools for linkpop analysis group inbound links by landing page URI. Broken. URI canonicalization routines. Broken, respecively now acting counterproductive with regard to GA reporting. Google&#8217;s UTM clutter has impact on lots of tools that make sense <em>in addition</em> to Google Analytics. All broken.</p>
<p>What a glorious mess. Frankly, I&#8217;m somewhat puzzled. Google has hired tens of thousands of this planet&#8217;s brightest minds &#8211;I really mean that, literally!&#8211;, and they came out with half-assed crap like that? Un-fucking-believable.</p>
<h3 id="utm-opt-out">What can I do to avoid URI spam on my site?</h3>
<p><strong>Boycott Google&#8217;s poor man&#8217;s approach to link feed traffic data to Web analytics.</strong> Go to <a href="http://feedburner.google.com/?utm_source=sebastian&#038;utm_medium=pamphlet&#038;utm_campaign=thou+shalt+not+fuck+with+my+uris">Feedburner</a>. For each of your feeds click on &#8220;Configure stats&#8221; and uncheck &#8220;Track clicks as a traffic source in Google Analytics&#8221;. Done. Wait for a suitable solution.</p>
<p>If you really can&#8217;t live with traffic sources gathered from a somewhat <a href="http://sebastians-pamphlets.com/webkit-please-rescue-the-http_referer/">unreliable HTTP_REFERER</a>, and you&#8217;ve deep pockets, then hire a WebDev crew to revamp all your affected code. Coward!</p>
<p>As a matter of fact, Google is responsible for this royal pain in the ass. Don&#8217;t fix Google&#8217;s errors on your site. Let Google do the fault recovery. They own the root of all UTM evil, so they have to fix it. There&#8217;s absolutely no reason why a gazillion of webmasters and developers should do Google&#8217;s job, <a href="http://sebastians-pamphlets.com/rip-rel-nofollow-funeral-party/">again and again</a>.</p>
<h3 id="utm-alternatives">What can Google do?</h3>
<p>Well, that&#8217;s quite simple. Instead of adding utterly useless crap to URIs found in feeds, Google can make use of a clever redirect script. When Feedburner serves feed items to anybody, the values of all GA tracking variables are available.</p>
<p>Instead of adding clutter to these URIs, Feedburner could replace them with a script URI that stores the timestamp, the user&#8217;s IP addy, and whatnot, then performs a 301 redirect to the canonical URI. The GA script invoked on the landing page can access and process these data quite accurately. </p>
<p>Perhaps this procedure would be even more accurate, because link drops can no longer mimick feed traffic.</p>
<h3 id="utm-speak-out">Speak out!</h3>
<p>So, if you don&#8217;t approve that Feedburner, GoogleReader, AdSense4Feeds, and GoogleAnalytics gang rape your well designed URIs, then link out to everything Google with a descriptive query string, like:</p>
<p><textarea readonly style="width:500px; height:55px; background:white; color:black; font-size:11pt;" wrap="virtual">?utm_source=sebastian&#038;utm_medium=pamphlet&#038;utm_campaign=thou+shalt+not+fuck+with+my+uris</textarea></p>
<p>I mean, nicely designed canonical URIs should be the search engineer&#8217;s porn, so perhaps somebody at Google will listen. Will ya?</p>
<p><b>Update:</b><a href="http://www.semmys.org/2010/search-tech-all-2010-nominees/"><img id="semmy2010" style="border:0;" align="right" src="http://www.semmys.org/dm/badges/10/LBnom.gif" alt="2010 SEMMY Nominee" /></a></p>
<p>I&#8217;ve just added a <a href="http://sebastians-pamphlets.com/stuff/utm-killer/">&#8220;UTM Killer&#8221; tool</a>, where you can enter a screwed URI and get a clean URI &#8212; all &#8216;utm_&#8217; crap and multiple &#8216;?&#8217; delimiters removed &#8212; in return. That&#8217;ll help when you copy URIs from your feedreader to use them in your blog posts.</p>
<p>By the way, please <a href="http://www.semmys.org/category/search-tech/">vote up this pamphlet</a> so that I get the 2010 SEMMY Award. Thanks in advance!</p>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/troubles-made-by-utm-variables-from-google-analytics/", "style": "big", "title": "Hard facts about URI spam" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/troubles-made-by-utm-variables-from-google-analytics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Handle your (UGC) feeds with care!</title>
		<link>http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/</link>
		<comments>http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 18:44:39 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Web development]]></category>

		<category><![CDATA[Webspam]]></category>

		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/</guid>
		<description><![CDATA[
When you run a website that deals with user generated content (UGC), this pamphlet is for you. #bad_news Otherwise you might enjoy it. #malicious_joy

Jump station

Background
Risk Potential
Defense Tactics
Discuss


Not that the recent &#8211;and ongoing&#8211; paradigm shift shift in crawling, indexing, and ranking is bad news in general. On the contrary, for the tech savvy webmaster it comes [...]]]></description>
			<content:encoded><![CDATA[
<p>When you run a website that deals with user generated content (UGC), this pamphlet is for you. <code>#bad_news</code> Otherwise you might enjoy it. <code>#malicious_joy</code></p>
<div><img src="http://sebastians-pamphlets.com/img/posts/spam-in-your-feeds.png" width="300" height="208" align="right" style="margin-left:5px;" alt="Spam in your feeds" title="Prevent your feeds from spam"  /></p>
<h3 id="feedcare_toc" style="display:inline;">Jump station</h3>
<ul id="feedcare_toc" style="margin-right:15px;">
<li><a href="http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/#feedcare_background">Background</a></li>
<li><a href="http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/#feedcare_risk_potential">Risk Potential</a></li>
<li><a href="http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/#feedcare_defense_tactics">Defense Tactics</a></li>
<li><a href="http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/#feedcare_discuss">Discuss</a></li>
</ul>
</div>
<p>Not that the recent &#8211;and ongoing&#8211; paradigm shift shift in crawling, indexing, and ranking is bad news in general. On the contrary, for the tech savvy webmaster it comes with awesome opportunities with regard to traffic generation and search engine optimization. In this pamphlet I&#8217;ll blather about pitfalls, leaving chances unmentioned.</p>
<h3 id="feedcare_background">Background</h3>
<p>For a moment forget everything you&#8217;ve heard about traditional crawling, indexing and ranking. Don&#8217;t buy that search engines solely rely on ancient technologies like fetching and parsing Web pages to scrape links and on-the-page signals out of your HTML. Just because someone&#8217;s link to your stuff is <a href="http://sebastians-pamphlets.com/links/categories/?cat=nofollow" title="nofollow'ed">condomized</a>, that doesn&#8217;t mean that Google &amp; Co don&#8217;t grab its destination instantly.</p>
<p>More and more, search engines crawl, index, and rank stuff hours, days, or even weeks before they actually bother to fetch the first HTML page that carries a (nofollow&#8217;ed) link pointing to it. For example, Googlebot might follow a link you&#8217;ve tweeted right when the tweet appears on your timeline, without crawling <code>http://twitter.com/your-user-name</code> or the timeline page of any of your followers. Magic? <a href="http://sebastians-pamphlets.com/pubsubhubbub-googlebot-invitations/">Nope</a>. The same goes for favs/retweets, stumbles, delicious bookmarks etc., by the way.</p>
<p>Guess why Google <a href="http://googlewebmastercentral.blogspot.com/2009/10/using-rssatom-feeds-to-discover-new.html">encourages</a> you to make your ATOM and RSS feeds crawlable. Guess why FeedBurner publishes each and every update of your blog via <a href="http://code.google.com/p/pubsubhubbub/wiki/HubbubAtGoogle">PubSubHubbub</a> so that Googlebot gets an alert of new and updated posts (and comments) as you release them. Guess why Googlebot is subscribed to FriendFeed, crawling everything (blog feed items, Tweets, social media submissions, comments &#8230;) that hits a FriendFeed user account in real-time. Guess why <a href="http://googlereader.blogspot.com/2009/08/pubsubhubbub-support-for-reader-shared.html">GoogleReader</a> passes all your Likes and Shares to Googlebot. Guess why <a href="http://www.bing.com/twitter">Bing</a> and <a href="http://googleblog.blogspot.com/2009/10/rt-google-tweets-and-updates-and-search.html">Google</a> are somewhat connected to Twitter&#8217;s database, getting all updates, retweets, fav-clicks etc. within a few milliseconds.</p>
<p>Because all these data streams transport structured data that are easy to process. Because these data get pushed to the search engine. That&#8217;s way cheaper, and faster, than polling a gazillion of sources for updates 24/7/365.</p>
<p>Making use of structured data (<a href="http://www.w3.org/TR/REC-xml/">XML</a>, <a href="http://cyber.law.harvard.edu/rss/rss.html">RSS</a>, <a href="http://tools.ietf.org/html/rfc4287">ATOM</a>, <a href="http://code.google.com/p/pubsubhubbub/">PUSHed updates</a> &#8230;) enables search engines to index fresh content, as well as reputation and other off-page signals, on the fly. Many ranking signals can be gathered from these data streams and their context, others are already on file. Even if a feed item consists of just a few words and a link (e.g. a tweet or stumble-thumbs-up), processing the relevant on-the-page stuff from the link&#8217;s final destination by parsing cluttered HTML to extract content and recommendations (links) doesn&#8217;t really slow down the process.</p>
<p>Later on, when the formerly fresh stuff starts to decompose on the SERPs, signals extracted from HTML sources kick in, for example link condoms, link placement, context and so on. Starting with the discovery of a piece of content, search engines permanently refine their scoring, until the content finally drops out of scope (spam filtering, unpaid hosting bills and other events that make Web content disappear).</p>
<p>Traditional discovery crawling, indexing, and ranking doesn&#8217;t exactly work for real-time purposes, nor in near real-time. Not even when a search engine assigns a bazillion of computers to this task. Also, submission based crawling is not exactly a Swiss Army knife when it comes to timely content. Although XML-sitemaps were a terrific accelerator, they must be pulled for processing, hence a delay occurs by design.</p>
<p>Nothing is like it used to be. Change happens.</p>
<h3 id="feedcare_risk_potential">Why does this paradigm shift puts your site at risk?</h3>
<p><img src="http://sebastians-pamphlets.com/img/posts/your-feeds-at-risk.png" width="200" height="174" align="right" style="margin-left:5px;" alt="Spam puts your feeds at risk" title="Spam puts your feeds at risk"  />As a matter of fact, when you publish user generated content, you will get spammed. Of course, that&#8217;s bad news of yesterday. Probably you&#8217;re confident that your anti-spam defense lines will protect you. You apply link condoms to UGC link drops and all that. You remove UGC once you spot it&#8217;s spam that slipped through your filters.</p>
<p>Bad news is, your medieval palisade won&#8217;t protect you from a 21th century tank attack with air support. Why not? Because you&#8217;ve secured your HTML presentation layer, but not your feeds. There&#8217;s no such thing as a <a href="http://microformats.org/wiki/rel-nofollow">rel-nofollow microformat</a> for URIs in feeds, and even condomized links transported as <a href="http://www.w3schools.com/xmL/xml_cdata.asp">CDATA</a> (in content elements) are surrounded by spammy textual content.</p>
<p>Feed items come with a high risk. Once they&#8217;re released, they&#8217;re immortal and multiply themselves like rabbits. That&#8217;s bad enough in case a pissed employee &#8216;accidently&#8217; publishes financial statements on your company blog. It becomes worse when seasoned spammers figure out that their submissions can make it into your feeds, and be it only for a few milliseconds.</p>
<p>If your content management system (CMS) creates a feed item on submission, search engines &#8211;in good company with legions of Web services&#8211; will distribute it all over the InterWeb, before you can hit the delete button. It will be cached, duplicated, published and reprinted &#8230; it&#8217;s out of your control. You can&#8217;t wipe out all of its instances. Never.</p>
<p>Congrats. You found a surefire way to piss off both your audience (your human feed subscribers getting their feed reader flooded with <acronym title="Porn, Pills, Casino">PPC</a> spam), and search engines as well (you send them weird spam signals that rise all sorts of red flags). Also, it&#8217;s not desirable to make social media services &#8211;that you rely on for marketing purposes&#8211; too suspicious (trigger happy anti-spam algos might lock away your site&#8217;s base URI in an escape-proof dungeon).</p>
<h3 id="feedcare_defense_tactics">So what can you do to prevent your feeds from unwanted content?</h3>
<p><img src="http://sebastians-pamphlets.com/img/posts/protect-your-feeds.png" width="200" height="133" align="right" style="margin-left:5px;" alt="Protect your feeds" title="Protect your feeds"  />Before I discuss advanced feed protection, let me point you to a few popular vulnerabilities you might haven&#8217;t considered yet:</p>
<ul>
<li>No nay never use integers as IDs before you&#8217;re dead sure that a piece of submitted content is floral white as snow. Integer sequences produce guessable URIs. Instead, generate a <a href="http://www.ietf.org/rfc/rfc4122.txt">UUID</a> (aka GUID) as identifier. Yeah, I know that UUIDs make ugly URIs, but those aren&#8217;t predictable and therefore not that vulnerable. Once a content submission is finally approved, you can donate it a nice &#8211;maybe even meaningful&#8211; URI.</li>
<li>No nay never use titles, subjects or so in URIs, not even converted text from submissions (e.g. &#8216;My PPC spam&#8217; ==&gt; &#8216;my_ppc_spam&#8217;). Why not? See above. And you don&#8217;t really want to create URIs that contain spammy keywords, or keywords that are totally unrelated to your site. Remember that search engines do index even URIs they can&#8217;t fetch, or which they can&#8217;t refetch, at least for a while.</li>
<li>Before the final approval, serve submitted content with a &#8220;noindex,nofollow,noarchive,nosnippet&#8221; X-Robots-Tag in the HTTP header, and put a corresponding meta element in the HEAD section. Don&#8217;t rely on link condoms. Sometimes search engines ignore rel-nofollow as an indexer directive on link level, and/or decide that they should crawl the link&#8217;s destination anyway. </li>
<li>Consider serving social media bots requesting a not yet approved piece of user generated content a 503 HTTP response code. You can compile a list of their IPs and user agent names from your raw logs. These bots don&#8217;t obey REP directives, that means they fetch and process your stuff regardless whether you yell &#8220;noindex&#8221; at them or not. </li>
<li>For all burned (disapproved) URIs that were in use ensure that your server returns a 410-Gone HTTP status code, respectively perform a 301 redirect to a policy page or so to rescue link love that would get wasted otherwise.</li>
<li>Your Web forms for content submissions should be totally AJAX&#8217;ed. Use CAPTCHAs and all that. Split the submission process into multiple parts, each of them talking to the server. Reject excessively rapid walk throughs, for example by asking for something unusual when a step gets completed in a too short period of time. With AJAX calls that&#8217;s painless for the legit user. Do not accept content submissions via standard GET or POST requests.</li>
<li>Serve link builders coming from SERPs for [<a href="http://www.google.com/search?hl=en&#038;safe=off&#038;num=100&#038;q=URL|story|link+submit|submission+recipes">URL|story|link submit|submission your site&#8217;s topic</a>] etc. your policy page, not the actual Web form.</li>
<li>There&#8217;s more. With the above said, I&#8217;ve just begun to scrape the surface of a savvy spammer&#8217;s technical portfolio. There&#8217;s next to nothing a clever programmed bot can&#8217;t mimick. Be creative and think outside the box. Otherwise the spammers will be ahead of you in no time, especially when you make use of a standard CMS.</li>
</ul>
<p>Having said that, lets proceed to feed protection tactics. Actually, there&#8217;s just one principle set in stone:</p>
<p><strong>Make absolutely sure that submitted content can&#8217;t make it into your feeds</strong> (and XML sitemaps) <strong>before it&#8217;s finally approved!</strong></p>
<p>The interesting question is: what the heck is a &#8220;final approval&#8221;? Well, that depends on your needs. Ideally, that&#8217;s you releasing each and every piece of submitted content. Since this approach doesn&#8217;t scale, think of ways to semi-automate the process. Don&#8217;t fully automate it, there&#8217;s no such thing as an infallible algo. Also, consider the wisdom of the crowd spammable (voting bots). Some spam will slip through, guaranteed.</p>
<p>Each and <strong>every content submission must survive a probation period</strong>, whereas it will not be included in your site&#8217;s feeds. Regardless who contributed it. Stick with the four-eye principle. Here are a few generic procedures you could adapt, respectively ideas which could inspire you:</p>
<ul>
<li>Queue submissions. Possible queues are <i>Blocked</i>, <i>Quarantaine</i>, <i>Suspect</i>, <i>Probation</i>, and finally <i>Released</i>. Define simple rules and procedures that anyone involved can follow. <acronym title="Standard Operation Procedure">SOP</acronym>s lack work arounds and loopholes by design.</li>
<li>Stuck content submissions from new users who didn&#8217;t participate in other ways in quarantaine. Moderate this queue and only manually release into the probation queue what passes the moderator&#8217;s heuristics. Signup-submit-and-forget is a typical spammer behavior.</li>
<li>Maintain black lists of domain names, IPs, countries, user agent names, unwanted buzzwords and so on. Use filters to arrest submissions that contain keywords you wouldn&#8217;t expect to match your site&#8217;s theme in the Blocked or Quarantaine queue.</li>
<li>On submission fetch the link&#8217;s content and analyze it, don&#8217;t stick with heuristic checks of URIs, titles and descriptions. Don&#8217;t use methods like PHP&#8217;s <code>file_get_contents</code> that don&#8217;t return HTTP response codes. You need to know whether a requested URI is the first one of a redirect chain, for example. Double check with a second request from another IP, preferably owned by a widely used ISP, with a standard browser&#8217;s user agent string, that provides an HTTP_REFERER, for example a Google SERP with a <code>q</code> parameter populated with a search term compiled from the submission&#8217;s suggested anchor text. If the returned content differs too much, set a red flag.</li>
<li>Maintain white lists, too. That&#8217;s a great way to reduce the amount of inavoidable  false positives.</li>
<li>If you have editorial staff or moderators, they should get a <i>Release to Feed</i>&nbsp; button. You can combine mod releases with a minimum number of user votes or so. For example you could define a rule like &#8220;release to feed if mod-release = true and num-trusted-votes &gt; 10&#8243;.</li>
<li>Categorize your user&#8217;s reputation and trustworthiness. A particular number of votes from trusted users could approve a submission for feed inclusion.</li>
<li>Don&#8217;t automatically release submissions that have raised any flag. If that slows down the process, refine your flagging but don&#8217;t lower the limits.</li>
<li>With all automatted releases, for example based on votings, <i>oops</i>, especially based on votings, implement at least one additional sanity check. For example discard votes from new users as well as from users with a low participation history, check the sequence of votes for patterns like similar periods of time between votings, and so on.</li>
</ul>
<p id="feedcare_discuss"><b>Disclaimer:</b> That&#8217;s just some food for thoughts. I want to make absolutely clear that I can&#8217;t provide bullet-proof anti-spam procedures. Feel free to discuss your thoughts, concerns, questions &#8230; in the <a href="http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/#comments">comments</a>.</p>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/", "style": "big", "title": "Handle your (UGC) feeds with care!" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/do-not-accidently-publish-spam-in-your-feeds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>As if sloppy social media users ain&#8217;t bad enough &#8230; search engines support traffic theft</title>
		<link>http://sebastians-pamphlets.com/put-an-end-to-uri-shortening/</link>
		<comments>http://sebastians-pamphlets.com/put-an-end-to-uri-shortening/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:18:54 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Social Web]]></category>

		<category><![CDATA[MSN]]></category>

		<category><![CDATA[URI shortening]]></category>

		<category><![CDATA[Search Quality]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[Yahoo]]></category>

		<category><![CDATA[Risky Linkage]]></category>

		<category><![CDATA[Twitter]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/put-an-end-to-uri-shortening/</guid>
		<description><![CDATA[
Prepare for a dose of techy tin foil hattery. [Skip rant] Again, I&#8217;m going to rant about a nightmare that Twitter &#038; Co created with their crappy, thoughtless and shortsighted software designs: URI shorteners (yup, it&#8217;s URI, not URL).
Recap: Each and every 3rd party URI shortener is evil by design. Those questionable services do/will steal [...]]]></description>
			<content:encoded><![CDATA[
<p>Prepare for a dose of <a href="http://sebastians-pamphlets.com/dear-search-engines-please-rescue-our-shortened-urls/#comment-1832">techy tin foil hattery</a>. <span style="color:gray;">[<a href="http://sebastians-pamphlets.com/put-an-end-to-uri-shortening/#se-howto-suri"  style="color:gray;">Skip rant</a>]</span> Again, I&#8217;m going to rant about a <a href="http://sebastians-pamphlets.com/dear-search-engines-please-rescue-our-shortened-urls/">nightmare</a> that Twitter &#038; Co created with their <a href="http://tag.us.com/uri-shorteners-suck-ass.htm#twitter-crap">crappy, thoughtless and shortsighted software designs</a>: <a href="http://tag.us.com/uri-shorteners-suck-ass.htm">URI shorteners</a> (yup, it&#8217;s <a href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier" rel="nofollow">UR<b>I</b></a>, not <a href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator" rel="nofollow">URL</a>).</p>
<p><img src="http://sebastians-pamphlets.com/img/posts/evil-urishorteners-seduce-social-media-users-.png" width="200" height="301" align="left" alt="don't get seduced by URI shorteners" style="margin-right:3px;" /><strong>Recap:</strong> Each and every 3rd party URI shortener is evil by design. Those questionable services do/will steal your traffic and your Google juice, mislead and piss off your potential <strike>visitors</strike> customers, and hurt you in countless other ways. If you consider yourself south of sanity, do not make use of shortened URIs you don&#8217;t own.</p>
<p>Actually, this pamphlet is not about sloppy social media users who shoot themselves in both feet, and it&#8217;s not about unscrupulous micro blogging platforms that force their users to hand over their assets to felonious traffic thieves. It&#8217;s about search engines that, in my humble opinion, handle the <b>sURL dilemma</b> totally wrong.</p>
<p>Some of my claims are based on experiments that I&#8217;m not willing to reveal (yet). For example I won&#8217;t explain sneaky URI hijacking or how I stole a portion of tinyurl.com&#8217;s search engine traffic with a shortened URI, passing searchers to a charity site, although it seems the search engine I&#8217;ve gamed has closed this particular loophole now. There&#8217;re still way too much playgrounds for deceptive tactics involving <a href="http://sebastians-pamphlets.com/links/categories/?cat=s-url">shortened URIs</a> &#8230; </p>
<h3 id="se-howto-suri">How should a search engine handle a shortened URI?</h3>
<p>Handling an URI as <i><span title="SEO copywriting. Of course that's URI, not URL.">shortened URL</span></i> requires a bullet proof method to detect shortened URIs. That&#8217;s a breeze.</p>
<ul>
<li>Redirect patterns: URI shorteners receive lots of external inbound links that get redirected to 3rd party sites. Linking pages, stopovers and destination pages usually reside on different domains. The method of redirection can vary. Most URI shorteners perform 301 redirects, some use 302 or 307 HTTP response codes, some frame the destination page displaying ads on the top frame, and I&#8217;ve seen even a few of them making use of meta refreshs and client sided redirects. Search engines can detect all those procedures.</li>
<li>Link appearance: redirecting URIs that belong to URI shorteners often appear on pages and in feeds hosted by social media services (Twitter, Facebook &#038; Co).</li>
<li>Seed: trusted sources like LongURL.org provide <a href="http://longurl.org/services">lists of domains</a> owned by URI shortening services. Social media outlets providing their own URI shorteners don&#8217;t hide server name patterns (like su.pr &#8230;).</li>
<li>Self exposure: the <a href="http://rickroll.it/" rel="crap nofollow">root index pages</a> of URI shorteners, as well as <a href="http://tag.us.com/_2h">other pages</a> on those domains that serve a 200 response code, usually mention explicit terms like &#8220;shorten your URL&#8221; et cetera.</li>
<li>URI length: the length of an URI string, if less or equal 20 characters, is an indicator at most, because some URI shortening services offer keyword rich short URIs, and many sites provide natural URIs this short.</li>
</ul>
<p>Search engine crawlers bouncing at short URIs should do a lookup, following  the complete chain of redirects. (Some whacky services shorten everything that looks like an URI, even shortened URIs, or do a lookup themselves replacing the original short URI with another short URI that they can track. Yup, that&#8217;s some crazy insanity.)</p>
<p>Each and every stopover (shortened URI) should get indexed as an alias of the destination page, but must not appear on SERPs unless the search query contains the short URI or the destination URI (that means not on [site:tinyurl.com] SERPs, but on a [site:tinyurl.com shortURI] or a [destinationURI] search result page). 3rd party stopovers mustn&#8217;t gain reputation (PageRank™, anchor text, or whatever), regardless the method of redirection. All the link juice belongs to the destination page.</p>
<p>In other words: search engines should make use of their knowledge of shortened URIs in response to navigational search queries. In fact, <a href="http://sebastians-pamphlets.com/dear-search-engines-please-rescue-our-shortened-urls">search engines could even solve the problem of vanished and abused short URIs</a>. </p>
<p>Now let&#8217;s see <strong>how major search engines handle shortened URIs</strong>, and how they could improve their SERPs.</p>
<h3 id="bing-surl-fail">Bing doesn&#8217;t get redirects at all</h3>
<p><img src="http://sebastians-pamphlets.com/img/posts/bing-301-only-uri-listings.png" width="121" height="138" align="left" style="margin-right:3px;" alt="Bing 301 messed up SERPs" />Oh what a mess. The candidate from Redmond fails totally on understanding the <a href="http://sebastians-pamphlets.com/the-anatomy-of-http-redirects-301-302-307/" title="with regard to redirects">HTTP protocol</a>. Their search index is flooded with a bazillion of URI-only listings that all do a 301 redirect, more than 200,000 from tinyurl.com alone. Also, you&#8217;ll find URIs that do a permanent redirect and have nothing to do with URI shortening in their index, too. </p>
<p>I can&#8217;t be bothered with checking what Bing does in response to other redirects, since the 301 test fails so badly. Clicking on their first results for [site:tinyurl.com], I&#8217;ve noticed that many lead to <code>mailto://working-email-addy</code> type of destinations. Dear Bing, please remove those search results as soon as possible, before anyone figures out how to use your SERPs/APIs to launch massive email spam campaigns. As for tips on how to improve your short-URI-SERPs, please learn more under <a href="http://sebastians-pamphlets.com/put-an-end-to-uri-shortening/#yahoo-surl-not-bad">Yahoo</a> and <a href="http://sebastians-pamphlets.com/put-an-end-to-uri-shortening/#google-surl-not-bad">Google</a>.</p>
<h3 id="yahoo-surl-not-bad">Yahoo does an awesome job, with a tiny exception</h3>
<p><img src="http://sebastians-pamphlets.com/img/posts/yahoo-surl-listing.png" width="200" height="29" align="left" style="margin-right:3px;" alt="Yahoo 301 somewhat Ok" />Yahoo has done a better job. They index short URIs and show the destination page, at least via their site explorer. When I search for a tinyURL, the SERP link points to the URI shortener, that could get improved by linking to the destination page. </p>
<p>By the way, Yahoo is the only search engine that handles abusive short-URIs totally right (I will not elaborate on this issue, so please don&#8217;t ask for detailled information if you&#8217;re not a SE engineer). Yahoo bravely passed the 301 test, as well as others (including pretty evil tactics). I so hope that MSN will adopt Yahoo&#8217;s bright logic before Bing overtakes Yahoo search. By the way, that can be accomplished without sending out spammy bots (hint2bing).</p>
<h3 id="google-surl-not-bad">Google does it by the book, but there&#8217;s room for improvements</h3>
<p><img src="http://sebastians-pamphlets.com/img/posts/google-surl-no-link-to-destination-page.png" width="366" height="72" align="left" style="margin-right:3px;" alt="Google fails with merits" />As for tinyURLs, Google indexes only pages on the tinyurl.com domain, including previews. Unfortunately, the snippets don&#8217;t provide a link to the destination page. Although that&#8217;s the expected behavior (those URIs aren&#8217;t linked on the crawled page), that&#8217;s sad. At least Google didn&#8217;t fail on the 301 test.</p>
<p>As for the somewhat evil tactis I&#8217;ve applied in my tests so far, Google fell in love with some abusive short-URIs. Google &#8211;under particular circumstances&#8211; indexes shortened URIs that game Googlebot, having sent SERP traffic to sneakily shortened URIs (that face the searcher with huge ads) instead of the destination page. Since I&#8217;ve begun to deploy sneaky sURLs, Google greatly improved their spam filters, but they&#8217;re not yet perfect.</p>
<p>Since Google is responsible for most of this planet&#8217;s SERP traffic, I&#8217;ve put better sURL handling at the very top of my xmas wish list.</p>
<h3 id="about-abusive-suris">About abusive short URIs</h3>
<p>Shortened URIs do poison the Internet. They vanish, alter their destination, mislead surfers &#8230; in other words they are abusive by definition. <b>There&#8217;s no such thing as a persistent short URI!</b></p>
<p>Long time ago <a href="http://www.w3.org/People/Berners-Lee/">Tim Berners-Lee</a> told you that <a href="http://www.w3.org/Provider/Style/URI?iseewhatyoudidthere"><strike>URI shorteners are evil</strike> fucking with URIs is a very bad habit</a>. Did you listen? Do you make use of shortened URIs? <strong>If you post URIs that get shortened at Twitter, or if you make use of 3rd party URI shorteners elsewhere, consider yourself trapped into a low-life traffic theft scam.</strong> Shame on you, and shame on Twitter &#038; Co.</p>
<p><img src="http://sebastians-pamphlets.com/img/posts/stop-evil-uri-shorteners-now.png" width="200" height="261" align="right" alt="fight evil URI shorteners" style="margin-left:2px;" />Besides my somewhat shady experiments that hijacked URIs, stole SERP positions, and converted &#8220;borrowed&#8221; SERP traffic, there are so many other ways to abuse shortened URIs. Many of them are outright evil. Many of them do hurt your kids, and mine. Basically, that&#8217;s not any search engine&#8217;s problem, but search engines could help us getting rid of the root of all sURL evil by handling shortened URIs with common sense, even when the last short URI has vanished.</p>
<h3 id="fight-suri">Fight shortened URIs!</h3>
<p><strong>It&#8217;s up to you. Go stop it. As long as you can&#8217;t avoid URI shortening, roll your own URI shortener and make sure it can&#8217;t <a href="http://www.davidnaylor.co.uk/dangers-of-custom-shortened-urls.html">get</a> <a href="http://www.davidnaylor.co.uk/dont-make-the-same-mistakes-as-bit-ly-and-tr-im.html">abused</a>. For the sake of our children, do not use or support 3rd party URI shorteners. Deprive the livelihood of these utterly useless scumbags.</strong></p>
<p>Unfortunately, as a father and as a webmaster, I don&#8217;t believe in common sense applied by social media services. Hence, I see a &#8220;Twitter actively bypasses safe-search filters tricking my children into viewing hardcore porn&#8221; post coming. Dear Twitter &#038; Co. &#8212; and that addresses all services that make use of or transport shortened URIs &#8212; put and end to shortened URIs. Now!</p>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/put-an-end-to-uri-shortening/", "style": "big", "title": "As if sloppy social media users ain't bad enough ... search engines support traffic theft" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/put-an-end-to-uri-shortening/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Opting out: mailto://me is history</title>
		<link>http://sebastians-pamphlets.com/finally-quitting-email/</link>
		<comments>http://sebastians-pamphlets.com/finally-quitting-email/#comments</comments>
		<pubDate>Wed, 27 May 2009 19:00:22 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Spam]]></category>

		<category><![CDATA[Link Building]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[Reciprocal Links]]></category>

		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Paid Links]]></category>

		<category><![CDATA[Spam Report]]></category>

		<category><![CDATA[Risky Linkage]]></category>

		<category><![CDATA[Crap]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/finally-quitting-email/</guid>
		<description><![CDATA[
Today I&#8217;ve removed all instances of the thunderbird icon from my computers, and from my memory as well. I&#8217;m finally done with email. I&#8217;ve forwarded1) all my email accounts to paid-links@google.com, and here&#8217;s why:

Sebastian&#8217;s Pamphlets
Dear Sebastian,
I visited your web site earlier today and it seems you are also a seo company like us. As an [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://sebastians-pamphlets.com/img/posts/finally-quitting-email-150x150.png" width="150" height="150" border="0" align="right" alt="Finally quitting email" title="Finally quitting email - Forever!" />Today I&#8217;ve removed all instances of the thunderbird icon from my computers, and from my memory as well. I&#8217;m finally done with email. I&#8217;ve forwarded<sup><small><a href="http://sebastians-pamphlets.com/finally-quitting-email/#webspam_generator_footnote">1)</a></small></sup> all my email accounts to <a href="http://www.dullest.com/blog/how-to-report-paid-links/">paid-links@google.com</a>, and here&#8217;s why:</p>
<blockquote>
<h3>Sebastian&#8217;s Pamphlets</h3>
<p>Dear Sebastian,</p>
<p>I visited your web site earlier today and it seems you are also a seo company like us. As an SEO company we are in this field since 1998 in India(CHD). We have developed and maintained high quality websites.</p>
<p>We understand link building better than other because of our 11 year experience in linking industry and we follows the right manual link building approach in seeking, obtaining and attracting topic specific trusted inbound links. We have different themes related sites, directories and blogs and i would like to make a request to enter a mutual understanding by EXCHANGING LINKS with your website in order to get targeted visitors, higher ranking and link popularity.</p>
<p>We look forward to linking our site with yours, as exchanging links would Benefit both of us.</p>
<p>You\&#8217;ve received this email simply because you have been found while searching for related sites in Google, MSN and Yahoo If you do not wish to receive future emails, simply reply with this email and let us know.</p>
<p>Waiting for your positive and quick response.</p>
<p>PLEASE NOTE THAT THIS IS NOT A SPAM OR AUTOMATED EMAIL, IT\&#8217;S ONLY A REQUEST FOR A LINK EXCHANGE. YOUR EMAIL ADDRESS HAS NOT BEEN ADDED TO ANY LISTS, AND YOU WILL NOT BE CONTACTED AGAIN.<img  src="http://sebastians-pamphlets.com/img/posts/delete-email-1.png" width="150" height="150" border="0" align="right" alt="" title="" />
</p>
<p>Regards:<br />
Lara</p>
<p>Lara<br />
Megrisoft<br />
<a href="mailto:lara@megrisoft.info">lara@megrisoft.info</a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote>
<h3 title="Ok, this one is made up from an @Reply, it's not an actual DM - but I've received and deleted many very similar DMs">Direct message from Spamdiggalot</h3>
<p title="Ok, this one is made up from an @Reply, it's not an actual DM - but I've received and deleted many very similar DMs">Hi, Sebastian.</p>
<p title="Ok, this one is made up from an @Reply, it's not an actual DM - but I've received and deleted many very similar DMs">You have a new direct message:</p>
<p style="margin-left:30px;" title="Ok, this one is made up from an @Reply, it's not an actual DM - but I've received and deleted many very similar DMs">Spamdiggalot: hi!I think you should like my article &#8220;12 addons to get the most out of safer-sex&#8221;, here: digg.com/x010101 please RT!</p>
<p title="Ok, this one is made up from an @Reply, it's not an actual DM - but I've received and deleted many very similar DMs">Reply on the web at <code>http://twitter.com/direct_messages/create/Spamdiggalot</code></p>
<p>Send me a direct message from your phone: <code>D SPAMDIGGALOT</code></p>
</blockquote>
<blockquote>
<h3>our company proposal</h3>
<p>Dear Sebastian Pamphlets,</p>
<p>My name is Vincentas and I am member of board in multi-location hosting company - Host1Plus (<a onclick="alert('Did you pay enough for this link? Nope!'); return false;" rel="nofollow">http://<span style="display:none;">&nbsp;</span>www<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>host1plus<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>com</a>). Our servers are in U.S., U.K., the Netherlands, Germany, Lithuania and Singapore.</p>
<p>I just visited your website which I found interested and it provides excellent complementary content.<br />
We would like to offer you free hosting for your site in Host1Plus hosting service the only thing we would ask you is to place our visitors counter to your website here is the link <a onclick="alert('Did you pay enough for this link? Nope!'); return false;" rel="nofollow">http://<span style="display:none;">&nbsp;</span>www<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>count1plus<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>com</a> or it could be any other feature.</p>
<p>So let me know if you are interested for my offer and I hope that offer is interested to you. Hope to hear you soon. </p>
<p>Kind Regards,<br />
Vincentas Grinius</p>
<p>Host1Plus.com Team<br />
part of Digital Energy Technologies Ltd.<br />
26 York Street<br />
London <img  src="http://sebastians-pamphlets.com/img/posts/delete-email-2.png" width="150" height="150" border="0" align="right" alt="" title="" /></p>
<p>W1U 6PZ<br />
United Kingdom<br />
T:   +44 (0) 808 101 2277<br />
E:   <a href="mailto:info@host1plus.com">info@host1plus.com</a><br />
W: <a onclick="alert('Did you pay enough for this link? Nope!'); return false;" rel="nofollow">http://<span style="display:none;">&nbsp;</span>www<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>host1plus<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>com</a></p>
<p>Vincentas Grinius<br />
Host1Plus.com<br />
<a href="mailto:vincentas@host1plus.com">vincentas@host1plus.com</a>
</p></blockquote>
<blockquote>
<h3>Link Exchange</h3>
<p>Hi,</p>
<p>I think if I receive something like this I would pay more attention to that.<br />
\&#8221;Dear Webmaster  I am so happy to find your website and I  like  it so much! So I want to be a link partner of your site.</p>
<p>If you are interested to  make us your link partner , please inform us and we will be glad to make our link partner within 24 hours.</p>
<p>Our Link Details :</p>
<p>Title: Social Network Development UK</p>
<p>URL: <a onclick="alert('Did you pay enough for this link? Nope!'); return false;" rel="nofollow">http://<span style="display:none;">&nbsp;</span>www<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>dassnagar<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>co<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>uk/</a></p>
<p>Description: Web Development Company UK: Premier Interactive Agency, specializing in custom website design, Social network development, Sports betting portal development, Travel portal design, Flash gaming portal design and development.</p>
<p>Link\&#8217;s HTML Code:</p>
<p>&lt;a href=\&#8221;<a onclick="alert('Did you pay enough for this link? Nope!'); return false;" rel="nofollow">http://<span style="display:none;">&nbsp;</span>www<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>dassnagar<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>co<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>uk/</a>\&#8221; target=\&#8221;new\&#8221;&gt;Social Network Development UK<br />
&lt;/a&gt; Web Development Company UK: Premier Interactive Agency, specializing in custom website design, Social network development, Sports betting portal development, Travel portal design, Flash gaming portal design and development.</p>
<p>Please accept my apology if already partner or not interested.</p>
<p>Reasons to exchange link with us.</p>
<p>1. Our site is regularly crawled by google, so there are better chances googlebot visiting your website regularly.<br />
2. We ask you to link back to only those pages where your url is present, indirectly you are increasing your own link value.<br />
3. By linking to our articles and technology blog you can provide useful content to your visitors.</p>
<p>This is an advertisement and a promotional mail strictly on the guidelines of CAN-SPAM act of 2003 . We have clearly mentioned the source mail-id of this mail, also clearly mentioned the subject lines and they are in no way misleading in any form. We have found your mail address through our own efforts on the web search and not through any illegal way. If you find this mail unsolicited, please reply with \&#8221;Unsubscribe\&#8221; in the subject line and we will take care that you do not receive any further promotional mail.</p>
<p>Please feel free to contact me if you have any questions.</p>
<p><img  src="http://sebastians-pamphlets.com/img/posts/delete-email-3.png" width="150" height="150" border="0" align="right" alt="" title="" /></p>
<p>Kind regards,<br />
Tom<br />
Webmaster </p>
<p>John<br />
<a onclick="alert('Did you pay enough for this link? Nope!'); return false;" rel="nofollow">dassnagar<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>co<span style="display:none;">&nbsp;</span>.<span style="display:none;">&nbsp;</span>uk</a><br />
<a href="mailto:rdcouk@gmail.com">rdcouk@gmail.com</a>
</p></blockquote>
<p>&nbsp;</p>
<p><b>Trust me, quitting email is a time-saver.</b> And yes, I&#8217;ve an idea how to waste the additional spare time: Tomorrow I&#8217;ll have paid me a beer for a link to myself. And I can think of way more link monkey business that doesn&#8217;t involve email.</p>
<p>&nbsp;<img  src="http://sebastians-pamphlets.com/img/posts/i-am-such-a-devil.png" width="126" height="201" border="0" align="left" alt="I'm such a devil!" title="I'm such a devil!" /></p>
<p id="webspam_generator_footnote" style="font-family:Arial,Verdana; font-site:6pt; margin-left:146px; padding-left:20px;"><sup>1)</sup> Actually, &#8220;forwarding&#8221; comes with a slighly shady downside:<br />
If you continue to send me your (unsolicited) emails, you&#8217;ll find all your awkward secrets on literally tons of automatically generated Web pages &#8211;nicely plastered with very targeted ads and usually x-rated or otherwise NSFW banners&#8211;, hosted on throw-away domains.<br />
I&#8217;m such a devil.
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/finally-quitting-email/", "style": "big", "title": "Opting out: mailto://me is history" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/finally-quitting-email/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dealing with spamming content thieves / plagiarists (oylinki.com)</title>
		<link>http://sebastians-pamphlets.com/outing-plagiarist-2008-01-21/</link>
		<comments>http://sebastians-pamphlets.com/outing-plagiarist-2008-01-21/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 12:49:04 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Webspam]]></category>

		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[Copyrights]]></category>

		<category><![CDATA[Plagiarism]]></category>

		<category><![CDATA[Crap]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/outing-plagiarist-2008-01-21/</guid>
		<description><![CDATA[
When it comes to crap like plagiarism you shouldn&#8217;t consider me a gentleman. 
If assclowns like Veronica Domb steal my content and publish it along with likewise stolen comments on their blatantly spamming site oylinki.com, I&#8217;m somewhat upset.
Then when I leave a polite note asking the thief Veronica Domb from EmeryVille to remove my stuff [...]]]></description>
			<content:encoded><![CDATA[
<p><img  src="http://sebastians-pamphlets.com/img/crap/what-the-plagiarist-deserves.jpg" width="200" height="268" align="left" style="margin-right:4px;" alt="Dealing with plagiarists" title="Dealing with plagiarists" />When it comes to crap like plagiarism you shouldn&#8217;t consider me a gentleman. </p>
<p>If assclowns like Veronica Domb <a href="http://sebastians-pamphlets.com/img/crap/oylinki-plagiarism.png" title="Huge image, needs a while to download">steal</a> <a href="http://sebastians-pamphlets.com/blogcatalog-recip-policy-test-failed/">my content</a> and publish it along with likewise stolen comments on their <a href="http://oylinki.com/blog/?p=252" rel="nofollow crap">blatantly spamming site</a> oylinki.com, I&#8217;m somewhat upset.</p>
<p>Then when I leave a polite note asking the thief <a href="http://www.google.com/search?num=100&#038;hl=en&#038;safe=off&#038;q=EmeryVille+99800">Veronica Domb</a> from EmeryVille to remove my stuff asap, see my comment marked as &#8220;in moderation&#8221;, but neither my content gets removed nor my comment is published within 24 hours, I stay annoyed. </p>
<p>When I&#8217;m annoyed, I write blog posts like this one. I&#8217;m sure it will rank high enough for [Veronica Domb] when the assclown&#8217;s banker or taxman searches for her name. I&#8217;m sure it&#8217;ll be visible on any SERP that any other (potential) business partner submits at a major search engine. </p>
<h3>Content Thieves Veronica Domb et al, P.O.BOX 99800, EmeryVille, 94662, CA are blatant spammers</h3>
<p>Hey, outing content thieves is way more fun than filing boring DMCA complaints, and way more effective. Plagiarists do ego searches too, and from now on Veronica Domb from EmeryVille will find the footsteps of her criminal activities on the Web with each and every ego search. Isn&#8217;t that nice? </p>
<p>Not. Of course Veronica Domb is a pseudonym of <a href="http://www.resellerratings.com/store/JeffsCycles_Prospect_Cycles">Slade Kitchens</a>, <a href="http://www.resellerratings.com/forum/showthread.php?t=120952&#038;page=3">Jamil Akhtar</a>, &#8230; However, some plagiarists and scam artists aren&#8217;t smart enough to hide their identity, so watch out.</p>
<p>Maybe I&#8217;ve done some companies a little favor, because they certainly don&#8217;t need to sent out money sneakily &#8220;earned&#8221; with Web spam and criminal activities that violate the TOS of most affiliate programs.</p>
<p><a href="http://www.adbrite.com/mb/subagreement.php">AdBrite</a> will love to cancel the account for these affiliate links: <code><small><br />
http://ads.adbrite.com/mb/text_group.php?sid=448245&#038;br=1 &#038;dk=736d616c6c20627573696e6573735f355f315f776562<br />
http://www.adbrite.com/mb/commerce/purchase_form.php?opid=448245&#038;afsid=1 </small></code></p>
<p>Google&#8217;s webspam team as well as other search engines will most likely delist oylinki.com that comes with 100% stolen text and links and <a href="http://www.microsoft.com/smallbusiness/online/web-hosting/private-domain-name.htm">faked</a> <a href="http://sebastians-pamphlets.com/img/crap/oylinki-whois.png"  title="Huge image, needs a while to download">whois info</a> as well. </p>
<p>Spamcop and alike will happily blacklist oylinki.com (IP: 66.199.174.80 , cwh2.canadianwebhosting.com) because the assclown&#8217;s blog software sends out email spam masked as trackbacks.</p>
<p>If anybody is interested, here&#8217;s a track of the real &#8220;Veronica Domb&#8221; from Canada clicking the link to this post from her WP admin panel: <code><br />
74.14.107.36 - - [21/Jan/2008:07:50:40 -0500] "GET /outing-plagiarist-2008-01-21/ HTTP/1.1" 200 9921 "http://oylinki.com/blog/wp-admin/edit-comments.php" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SU 3.005; .NET CLR 1.1.4322; InfoPath.1; Alexa Toolbar; .NET CLR 2.0.50727)" </code></p>
<p>Common sense is not as common as you think.</p>
<p>Disclaimer: I&#8217;ve outed plagiarists in the past, because it works. Whether you do that on ego-SERPs or not depends on your ethics. Some folks think that&#8217;s even worse than theft and spamming. I say that publishing plagiarisms in the first place deserves bad publicity.</p>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/outing-plagiarist-2008-01-21/", "style": "big", "title": "Dealing with spamming content thieves / plagiarists (oylinki.com)" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/outing-plagiarist-2008-01-21/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MSN spam to continue says the Live Search Blog</title>
		<link>http://sebastians-pamphlets.com/msn-admits-clueless-and-ineffective-spamming/</link>
		<comments>http://sebastians-pamphlets.com/msn-admits-clueless-and-ineffective-spamming/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 08:58:46 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Spoofing]]></category>

		<category><![CDATA[MSN]]></category>

		<category><![CDATA[Search Quality]]></category>

		<category><![CDATA[Webspam]]></category>

		<category><![CDATA[Crap]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[Cloaking]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/msn-admits-clueless-and-ineffective-spamming/</guid>
		<description><![CDATA[
It seems MSN/LiveSearch has tweaked their rogue bots and continues to spam innocent Web sites just in case they could cloak. I see a rant coming, but first the facts and news.
Since August 2007 MSN runs a bogus bot faking a human visitor coming from a search results page, that follows their crawler. This spambot [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://sebastians-pamphlets.com/img/posts/msn-live-search-clueless-webspam-detection.png" width="250" height="352" style="margin-left:4px;" align="right" alt="MSN Live Search clueless webspam detection" title="MSN Live Search is totally clueless when it comes to spam detection"  />It seems MSN/LiveSearch has tweaked their <a href="http://sebastians-pamphlets.com/microsoft-live-search-the-downfall-of-a-tiny-search-engine/">rogue bots</a> and continues to spam innocent Web sites just in case they could cloak. I see a rant coming, but first the facts and <a href="http://blogs.msdn.com/webmaster/archive/2007/12/04/live-search-and-cloaking-detection.aspx">news</a>.</p>
<p>Since August 2007 MSN runs a bogus bot faking a human visitor coming from a search results page, that follows their crawler. This spambot downloads everything from a page, that is images and other objects, external CSS/JS files, and ad blocks rendering even contextual advertising from Google and Yahoo. It fakes MSN SERP referrers diluting the search term stats with generic and unrelated keywords. Webmasters running non-adult sites wondered why a database tutorial suddenly ranks for [oral sex] and why MSN sends visitors searching for [<acronym title="Mothers I Like (to) Fuck">MILF</acronym> pix] to a teenager&#8217;s diary. Webmasters assumed that MSN is after deceitful cloaking, and laughed out loud because their webspam detection method was that primitive and easy to fool.</p>
<p>Now MSN admits <a href="http://sebastians-pamphlets.com/microsoft-live-search-the-downfall-of-a-tiny-search-engine/">all their sins</a> &#8211;except the launch of a porn affiliate program&#8211; and posted a <a href="http://blogs.msdn.com/webmaster/archive/2007/12/04/live-search-and-cloaking-detection.aspx">vague excuse on their Webmaster Blog</a> telling the world that they discovered the evil cloakers and their index is somewhat spam free now. <a href="http://www.seo-scoop.com/2007/12/04/msnlive-ponies-up-about-the-referrer-spam/">Donna has chatted with the MSN spam team about their spambot</a> and reports that blocking its IP addresses is a bad idea, even for sites that don&#8217;t cloak. <a href="http://www.vanessafoxnude.com/">Vanessa Fox</a> summarized MSN&#8217;s poor man&#8217;s cloaking detection at <a href="http://searchengineland.com/071204-150233.php">Search Engine Land</a>:</p>
<blockquote><p>And one has to wonder how effective methods like this really are. Those savvy enough to cloak may be able to cloak for this new cloaker detection bot as well.</p>
</blockquote>
<p>They say that they no longer spam sites that don&#8217;t cloak, but reverse this statement telling Donna</p>
<blockquote><p>we need to be able to identify the legitimate and illegitimate content</p>
</blockquote>
<p>and Vanessa </p>
<blockquote><p>sites that are cloaking may continue to see some amount of traffic from this bot. This tool crawls sites throughout the web &#8212; both those that cloak and those that don&#8217;t &#8212; but those not found to be cloaking won&#8217;t continue to see traffic.</p>
</blockquote>
<p>Here is an excerpt from yesterdays referrer log of a site that does not cloak, and never did: <code><br />
http://search.live.com/results.aspx?q=webmaster&#038;mrt=en-us&#038;FORM=LIVSOP<br />
http://search.live.com/results.aspx?q=smart&#038;mrt=en-us&#038;FORM=LIVSOP<br />
http://search.live.com/results.aspx?q=search&#038;mrt=en-us&#038;FORM=LIVSOP<br />
http://search.live.com/results.aspx?q=progress&#038;mrt=en-us&#038;FORM=LIVSOP<br />
http://search.live.com/results.aspx?q=google&#038;mrt=en-us&#038;FORM=LIVSOP<br />
http://search.live.com/results.aspx?q=google&#038;mrt=en-us&#038;FORM=LIVSOP<br />
http://search.live.com/results.aspx?q=domain&#038;mrt=en-us&#038;FORM=LIVSOP<br />
http://search.live.com/results.aspx?q=database&#038;mrt=en-us&#038;FORM=LIVSOP<br />
http://search.live.com/results.aspx?q=content&#038;mrt=en-us&#038;FORM=LIVSOP<br />
http://search.live.com/results.aspx?q=business&#038;mrt=en-us&#038;FORM=LIVSOP</code><br />
Why can&#8217;t the MSN dudes tell the truth, not even when they apologize?</p>
<p>Another lie is &#8220;we obey robots.txt&#8221;. Of course the spambot doesn&#8217;t request it to bypass bot traps, but according to MSN it uses a copy served to the LiveSearch crawler &#8220;msnbot&#8221;:</p>
<blockquote><p>Yes, this robot does follow the robots.txt file. The reason you don’t see it download it, is that we use a fresh copy from our index. The tool does respect the robots.txt the same way that MSNBot does with a caveat; the tool behaves like a browser and some files that a crawler would ignore will be viewed just like real user would.</p>
</blockquote>
<p>In reality, it doesn&#8217;t help to block CSS/JS files or images in robots.txt, because MSN&#8217;s spambot will download them anyway. The long winded statement above translates to &#8220;We promise to obey robots.txt, but if it fits our needs we&#8217;ll ignore it&#8221;. </p>
<p>Well, MSN is not the only search engine running <a href="http://www.webshoppehosting.com/weblog/?p=17">stealthy bots</a> to detect cloaking, but they aren&#8217;t clever enough to do it in a less abusive and detectable way. </p>
<p>Their insane spambot led all cloaking specialists out there to their not that obvious spam detection methods. They may have caught a few cloaking sites, but considering the short life cycle of Webspam on throwaway domains they shot themselves in both feet. What they really have achieved is that the cloaking scripts are MSN spam detection immune now. </p>
<p>Was it really necessary to annoy and defraud the whole Webmaster community and to burn huge amounts of bandwidth just to catch a few cloakers who launched new scripts on new throwaway domains hours after the first appearance of the MSN spam bot?</p>
<p>Can cosmetic changes with regard to their useless spam activities restore MSN&#8217;s lost reputation? I doubt it. They&#8217;ve admitted their miserable failure five months too late. Instead of dumping the spambot, they announce that they&#8217;ll spam away for the foreseeable future. How silly is that? I thought Microsoft is somewhat profit orientated, why do they burn their and our money with such amateurish projects?</p>
<p>Besides all this crap MSN has good news too. Microsoft Live Search told Search Engine Roundtable that <a href="http://www.seroundtable.com/archives/015534.html">they&#8217;ll spam our sites with keywords related to our content</a> from now on, at least they&#8217;ll try it. And they have a <a href="http://forums.microsoft.com/webmaster/ShowForum.aspx?ForumID=1984&#038;SiteID=79">forum</a> and a <a href="https://feedback.live.com/default.aspx?productkey=livesearchwebmastercenter&#038;mkt=en-us">contact form</a> to gather complaints. Crap on, so much bureaucratic efforts to administer their ridiculous spam fighting funeral. They&#8217;d better build a search engine that actually sends human traffic.</p>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/msn-admits-clueless-and-ineffective-spamming/", "style": "big", "title": "MSN spam to continue says the Live Search Blog" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/msn-admits-clueless-and-ineffective-spamming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft funding bankrupt Live Search experiment with porn spam</title>
		<link>http://sebastians-pamphlets.com/microsoft-live-search-the-downfall-of-a-tiny-search-engine/</link>
		<comments>http://sebastians-pamphlets.com/microsoft-live-search-the-downfall-of-a-tiny-search-engine/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 13:20:08 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[MSN]]></category>

		<category><![CDATA[Search Quality]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[Crawler Directives]]></category>

		<category><![CDATA[Crap]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/microsoft-live-search-the-downfall-of-a-tiny-search-engine/</guid>
		<description><![CDATA[
If only this headline would be linkbait &#8230; of course it&#8217;s not sarcastic. 
Rumors are out that Microsoft will launch a porn affiliate programm soon. The top secret code name for this project is &#8220;pornbucks&#8221;, but analysts say that it will be launched as &#8220;M$ SMUT CASH&#8221; next year or so. 
Since Microsoft just can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[
<p>If only this headline would be linkbait &#8230; of course it&#8217;s not sarcastic. </p>
<p><img src="http://sebastians-pamphlets.com/img/posts/ms-cash-banner.png" width="220" height="331" border="0" align="right" style="margin-left:4px;" alt="M$ PORN CASH" title="LiveSearch launching an porn affiliate program soon?" />Rumors are out that Microsoft will launch a porn affiliate programm soon. The top secret code name for this project is &#8220;pornbucks&#8221;, but analysts say that it will be launched as &#8220;M$ SMUT CASH&#8221; next year or so. </p>
<p>Since Microsoft just can&#8217;t ship anything in time, and the usual delays aren&#8217;t communicated internally, their search dept. began to promote <a href="http://webmaster.live.com/">it</a> to Webmasters this summer. </p>
<p>Surprisingly, Webmasters across the globe <a href="http://www.seo-scoop.com/2007/11/13/past-time-for-msn-to-pony-up-to-the-real-truth-about-referrer-spam/">weren&#8217;t that excited</a> to find promotinal messages from Live Search in their log files, so a somewhat confused MSN dude posted a <a href="http://www.webmasterworld.com/msn_microsoft_search/3424476-2-30.htm#msg3442263">lame excuse</a> to a large Webmaster forum. </p>
<p>Meanwhile we found out that Microsoft Live Search does not only target the adult entertainment industry, they&#8217;re testing the waters with other money terms like travel or pharmaceutic products too. </p>
<p>Anytime soon the Live Search menu bar will be updated to something like this:<br />
<img src="http://sebastians-pamphlets.com/img/posts/live-search-spam-menu-bar.png" width="498" height="40" border="0" alt="Live Search Porn Spam Menu" title="LiveSearch: Porn, Viagra, Health Insurance, Debt Consolidation, More Spam ..." /></p>
<p><b>Here is the sad &#8211;but true&#8211; story of a search engine&#8217;s downfall.</b></p>
<p>A few months ago Microsoft Live Search discovered that <a href="http://sebastians-pamphlets.com/when-your-referrer-stats-turn-into-a-porn-tgp/">x-rated referrer spam</a> is a must-have technique in a sneaky smut peddlar&#8217;s marketing toolbox. </p>
<p>Since August 2007 a bogus Web robot follows Microsoft&#8217;s search engine crawler &#8220;MSNbot&#8221; to spam the referrer logs of all Web sites out there with URLs pointing to <a href="http://pocketseo.com/msn/176">MSN search result pages featuring porn</a>. </p>
<p>Read your referrer logs and you&#8217;ll find spam from Microsoft too, but perhaps they peeve you with viagra spam, offer you unwanted but cheap payday loans, or try to enlarge your penis. Of course they know every trick in the book on spam, so check for harmless catchwords too. Here is an example URL: <code><br />
<b>http://search.live.com/results.aspx?q= <em style="color:red;">spammy-keyword</em> &#038;mrt=en-us&#038;FORM=LIVSOP</b></code></p>
<p>Microsoft&#8217;s spam bot not only <a href="http://ekstreme.com/thingsofsorts/blogging/yell-if-microsofts-livecom-spammed-you-too">leaves bogus URLs in log files</a>, hoping that Webmasters will click them on their referrer stats pages and maybe sign up for something like &#8220;M$ Porn Bucks&#8221; or so. It <a href="http://smackdown.blogsblogsblogs.com/2007/11/13/microsoft-needs-to-quit-fucking-with-my-adsense-scripts/">downloads and renders even adverts powered by their rival Google</a>, lowering their CTR; obviously to make programs like AdSense less attractive im comparison with Microsoft&#8217;s own ads (sorry, no link love from here).  </p>
<p>Let&#8217;s look at Microsoft&#8217;s <a href="http://www.webmasterworld.com/msn_microsoft_search/3424476-2-30.htm#msg3442263">misleading statement</a>:</p>
<blockquote><p>The traffic you are seeing is part of a quality check we run on selected pages. While we work on addressing your conerns, we would request that you do not actively block the IP addreses used by this quality check; blocking these IP addresses could prevent your site from being included in the Live Search index.</p></blockquote>
<ul>
<li>That&#8217;s not traffic, <a href="http://ekstreme.com/thingsofsorts/blogging/yell-if-microsofts-livecom-spammed-you-too">that&#8217;s bot activity</a>: These hits come within seconds of being indexed by MSNBot. The pattern is like this: the page is requested by MSNBot (which is authenticated, so it&#8217;s genuine) and within a few seconds, the very same page is requested with a live.com search result URL as referer by the MSN spam bot faking a human visitor.</li>
<li>If that&#8217;s really a quality check to detect cloaking, that&#8217;s more than just lame. The IP addresses don&#8217;t change, the bogus bot uses a static user agent name, and there are other footprints which allow every cloaking script out there to serve this sneaky bot the exact same spider fodder that MSNbot got seconds before. This flawed technique might catch poor man&#8217;s cloaking every once in a while, but it can&#8217;t fool savvy search marketers.</li>
<li>The FUD &#8220;could prevent your site from being included in the Live Search index&#8221; is laughable, because in most niches MSN search traffic is not existent.</li>
</ul>
<p>All major search engines, including MSN, promise that they obey the robots exclusion standard. Obeying robots.txt is the holy grail of search engine crawling. A search engine that ignores robots.txt and other <a href="http://sebastians-pamphlets.com/links/categories/?cat=crawler-directives">normed crawler directives</a> cannot be trusted. The crappy MSN bot not even bothers to read robots.txt, so there&#8217;s no chance to block it with standardized methods. Only <a href="http://www.reubenyau.com/live-search-referrer-spamming/">IP blocking</a> <a href="http://www.kichus.in/2007/11/14/msn-live-sending-referral-spams/">can keep it out</a>, but then it still seems to download ads from Google&#8217;s AdSense servers by executing the JavaScript code that the MSN crawler gathered before (not obeying <a href="http://sebastians-pamphlets.com/about-noindex-crawler-directives-in-robots-txt/">Google&#8217;s AdSense robots.txt</a> as well).</p>
<p>This unethical spam bot downloading all images, external CSS and JS files, and whatnot also burns bandwidth. That&#8217;s plain theft. </p>
<p>Since this method cannot detect (most) cloaking, and the so called &#8220;search quality control bot&#8221; doesn&#8217;t stop visiting sites which obviously do not cloak, it is a sneaky marketing tool. Whether or not Microsoft Live Search tries to promote cyberspace porn and on-line viagra shops plays no role. Even spamming with safe-at-work keywords is evil. Do these assclowns really believe that such unethical activities will increase the usage of their tiny and pretty unpopular search engine? Of course they do, otherwise they would have shutted down the spam bot months ago. </p>
<p>Dear reader, please tell me: what do you think of a search engine that steals (bandwidth and AdSense revenue), lies, spams away, and is not clever enough to stop their criminal activities when they&#8217;re caught?</p>
<p>Recently a <a href="http://searchengineland.com/071115-085125.php">Live Search rep whined</a> in an <a href="http://www.seomoz.org/blog/an-interview-with-livecoms-eytan-seidman">interview</a> because so many robots.txt files out there block their crawler:</p>
<blockquote><p>One thing that we noticed for example while mining our logs is that there are still a fair number of sites that specifically only allow Googlebot and do not allow MSNBot.</p></blockquote>
<p>There&#8217;s a suitable answer, though. Update your robots.txt:<code style="font-size:18pt;"><br />
<b><br />
User-agent: MSNbot<br />
Disallow: /</b></code></p>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/microsoft-live-search-the-downfall-of-a-tiny-search-engine/", "style": "big", "title": "Microsoft funding bankrupt Live Search experiment with porn spam" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/microsoft-live-search-the-downfall-of-a-tiny-search-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gaming Sphinn is not worth it</title>
		<link>http://sebastians-pamphlets.com/do-not-cheat-at-sphinn-its-not-worth-it/</link>
		<comments>http://sebastians-pamphlets.com/do-not-cheat-at-sphinn-its-not-worth-it/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 07:58:49 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
		
		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[Social Web]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[Crap]]></category>

		<guid isPermaLink="false">http://sebastians-pamphlets.com/do-not-cheat-at-sphinn-its-not-worth-it/</guid>
		<description><![CDATA[
OMFG, yet another post on Sphinn? Yup. I tell you why gaming Sphinn is counter productive, because I just don&#8217;t want to read another whiny rant in the lines of &#8220;why do you ignore my stuff whilst A listers [whatever this undefined term means] get their crap sphunn hot in no time&#8221;. Also, discussions assuming [...]]]></description>
			<content:encoded><![CDATA[
<p><img src="http://sebastians-pamphlets.com/img/sphinn/sphinn-wipes-out-crap-and-spam.png" width="200" height="277" align="right" style="margin-left:4px;" alt="Thou shalt not spam Sphinn!" title="Thou shalt not game Sphinn!" />OMFG, yet another post on Sphinn? Yup. I tell you why gaming Sphinn is counter productive, because I just don&#8217;t want to read another whiny rant in the lines of &#8220;why do you ignore my stuff whilst A listers [whatever this undefined term means] get their crap sphunn hot in no time&#8221;. Also, discussions assuming that success equals bad behavior like <a href="http://sphinn.com/story/12158#comments">this</a> or <a href="http://sphinn.com/story/12150">this one</a> aren&#8217;t exactly funny nor useful. As for the whiners: Grow the fuck up and produce outstanding content, then network politely but not obtrusive to promote it. As for the gamers: Think before you ruin your reputation!</p>
<p><b>What motivates a wannabe Internet marketer to game Sphinn?</b> </p>
<p><b>Traffic</b> of course, but that&#8217;s a myth. Sphinn sends very targeted traffic but also very few visitors (see my stats below). </p>
<p>Free uncondomized <b>links</b>. Ok, that works, one can gain enough link love to get a page indexed by the search engines, but for this purpose it&#8217;s not necessary to push the submission to the home page.</p>
<p><b>Attention</b> is up next. Yep, Sphinn is an eldorado for attention whores, but not everybody is an experienced high-class call girl. Most are amateurs giving it a (first) try, or wrecked hookers pushing too hard to attract positive attention.</p>
<p>The keyword is <em><b>positive</b> attention</em>. Sphinners are smart, they know every trick in the book. Many of them make a living with <strike>gaming</strike> creative use of social media. Cheating professional gamblers is a waste of time, and will not produce positive attention. Even worse, the shit sticks at the handle of the unsuccessful cheater (and in many cases the real name). So if you want to burn your reputation, go found a voting club to feed your crap.</p>
<p>Fortunately, getting caught for artificial voting at Sphinn comes with <b>devalued links</b> too. The submitted stories are taken off the list, that means no single link at Sphinn (besides profile pages) feeds them any more, hence search engines forget them. Instead of a good link from an unpopular submission you get zilch when you try to cheat your way to the popular links pages.</p>
<p>Although <b>Sphinn doesn&#8217;t send shitloads of traffic</b>, this traffic is extremely valuable. Many spinners operate or control blogs and tend to link to outstanding articles they found at Sphinn. Many sphinners have accounts on other SM sites too, and bookmark/cross-submit good content. It&#8217;s not unusual that 10 visits from Sphinn result in hundreds or even thousands of hits from StumbleUpon &amp; Co. &#8212; but spinners don&#8217;t bookmark/blog/cross-submit/stumble crap. </p>
<p>So either write great content and play by the rules, or get nowhere with your crappy submission. The first &#8220;10 reasons why 10 tricks posts about 10 great tips to write 10 numbered lists&#8221; submission was fun. The 10,000 plagiarisms following were just boring noise. Nobody except your buddies or vote bots sphinn crap like that, so don&#8217;t bother to provide the community with footprints of your lousy gaming.</p>
<p>If you&#8217;re playing number games, here is why ruining a reputation by gaming Sphinn is not worth it. Look at my visitor stats from July to today. I got 3.6k referrers in 4 months from Sphinn because a few of my posts went hot. When a post sticks with 1-5 votes, you won&#8217;t attract much more click throughs than from those 1-5 folks who sphunn it (that would give 100-200 hits or so with the same amount of submissions). When you cheat, the story gets buried and you get nothing but flames. Think about that. Thanks.</p>
<div style='margin:0px 0px 0px 0px;'>
<table cellspacing='0' cellpadding='4' class='default' border='0'>
<thead>
<tr>
<th scope='col' style='font-weight:bold; border-right:1px solid white; background-color:#ddd;'>Rank</th>
<th scope='col' style='font-weight:bold; border-right:1px solid white; background-color:#ddd;'>Last Date/Time</th>
<th scope='col' style='font-weight:bold; border-right:1px solid white; background-color:#ddd'>Referral Site</th>
<th scope='col' style='font-weight:bold; border-right:1px solid white; background-color:#ddd'>Count</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Oct 09, 2007 @ 23:29</td>
<td><a href='http://sphinn.com/story/1622' target='_new' title='http://sphinn.com/story/1622'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>1622</a></td>
<td style='text-align:right;'>504</td>
</tr>
<tr>
<td>2</td>
<td>Oct 23, 2007 @ 14:53</td>
<td><a href='http://sphinn.com/story/2764' target='_new' title='http://sphinn.com/story/2764'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>2764</a></td>
<td style='text-align:right;'>419</td>
</tr>
<tr>
<td>3</td>
<td>Nov 01, 2007 @ 03:42</td>
<td><a href='http://sphinn.com' target='_new' title='http://sphinn.com'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com</a></td>
<td style='text-align:right;'>293</td>
</tr>
<tr>
<td>4</td>
<td>Oct 08, 2007 @ 04:21</td>
<td><a href='http://sphinn.com/story/5469' target='_new' title='http://sphinn.com/story/5469'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>5469</a></td>
<td style='text-align:right;'>288</td>
</tr>
<tr>
<td>5</td>
<td>Nov 02, 2007 @ 13:35</td>
<td><a href='http://sphinn.com/story/8883' target='_new' title='http://sphinn.com/story/8883'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>8883</a></td>
<td style='text-align:right;'>192</td>
</tr>
<tr>
<td>6</td>
<td>Oct 09, 2007 @ 23:38</td>
<td><a href='http://sphinn.com/story/4335' target='_new' title='http://sphinn.com/story/4335'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>4335</a></td>
<td style='text-align:right;'>185</td>
</tr>
<tr>
<td>7</td>
<td>Oct 22, 2007 @ 23:55</td>
<td><a href='http://sphinn.com/story/5362' target='_new' title='http://sphinn.com/story/5362'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>5362</a></td>
<td style='text-align:right;'>139</td>
</tr>
<tr>
<td>8</td>
<td>Oct 29, 2007 @ 15:02</td>
<td><a href='http://sphinn.com/upcoming' target='_new' title='http://sphinn.com/upcoming'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>upcoming</a></td>
<td style='text-align:right;'>131</td>
</tr>
<tr>
<td>9</td>
<td>Nov 02, 2007 @ 13:34</td>
<td><a href='http://sphinn.com/story/7170' target='_new' title='http://sphinn.com/story/7170'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>7170</a></td>
<td style='text-align:right;'>131</td>
</tr>
<tr>
<td>10</td>
<td>Sep 10, 2007 @ 09:09</td>
<td><a href='http://sphinn.com/story/1976' target='_new' title='http://sphinn.com/story/1976'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>1976</a></td>
<td style='text-align:right;'>116</td>
</tr>
<tr>
<td>11</td>
<td>Oct 15, 2007 @ 22:40</td>
<td><a href='http://sphinn.com/story/6122' target='_new' title='http://sphinn.com/story/6122'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>6122</a></td>
<td style='text-align:right;'>113</td>
</tr>
<tr>
<td>12</td>
<td>Sep 22, 2007 @ 13:39</td>
<td><a href='http://sphinn.com/story/3593' target='_new' title='http://sphinn.com/story/3593'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>3593</a></td>
<td style='text-align:right;'>90</td>
</tr>
<tr>
<td>13</td>
<td>Oct 05, 2007 @ 21:56</td>
<td><a href='http://sphinn.com/story/5648' target='_new' title='http://sphinn.com/story/5648'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>5648</a></td>
<td style='text-align:right;'>87</td>
</tr>
<tr>
<td>14</td>
<td>Sep 22, 2007 @ 13:25</td>
<td><a href='http://sphinn.com/story/4072' target='_new' title='http://sphinn.com/story/4072'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>4072</a></td>
<td style='text-align:right;'>80</td>
</tr>
<tr>
<td>15</td>
<td>Oct 14, 2007 @ 17:24</td>
<td><a href='http://sphinn.com/story/5973' target='_new' title='http://sphinn.com/story/5973'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>5973</a></td>
<td style='text-align:right;'>77</td>
</tr>
<tr>
<td>16</td>
<td>Aug 30, 2007 @ 04:17</td>
<td><a href='http://sphinn.com/story/1796' target='_new' title='http://sphinn.com/story/1796'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>1796</a></td>
<td style='text-align:right;'>72</td>
</tr>
<tr>
<td>17</td>
<td>Oct 16, 2007 @ 05:46</td>
<td><a href='http://sphinn.com/story/6761' target='_new' title='http://sphinn.com/story/6761'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>6761</a></td>
<td style='text-align:right;'>61</td>
</tr>
<tr>
<td>18</td>
<td>Oct 11, 2007 @ 05:56</td>
<td><a href='http://sphinn.com/story/1447' target='_new' title='http://sphinn.com/story/1447'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>1447</a></td>
<td style='text-align:right;'>60</td>
</tr>
<tr>
<td>19</td>
<td>Sep 13, 2007 @ 12:27</td>
<td><a href='http://sphinn.com/story/4548' target='_new' title='http://sphinn.com/story/4548'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>4548</a></td>
<td style='text-align:right;'>54</td>
</tr>
<tr>
<td>20</td>
<td>Nov 02, 2007 @ 22:14</td>
<td><a href='http://sphinn.com/story/11547' target='_new' title='http://sphinn.com/story/11547'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>11547</a></td>
<td style='text-align:right;'>53</td>
</tr>
<tr>
<td>21</td>
<td>Sep 03, 2007 @ 09:34</td>
<td><a href='http://sphinn.com/story/4068' target='_new' title='http://sphinn.com/story/4068'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>4068</a></td>
<td style='text-align:right;'>44</td>
</tr>
<tr>
<td>22</td>
<td>Oct 09, 2007 @ 23:40</td>
<td><a href='http://sphinn.com/story/5093' target='_new' title='http://sphinn.com/story/5093'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>5093</a></td>
<td style='text-align:right;'>42</td>
</tr>
<tr>
<td>23</td>
<td>Nov 02, 2007 @ 01:46</td>
<td><a href='http://sphinn.com/story/248' target='_new' title='http://sphinn.com/story/248'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>248</a></td>
<td style='text-align:right;'>41</td>
</tr>
<tr>
<td>24</td>
<td>Sep 14, 2007 @ 05:58</td>
<td><a href='http://sphinn.com/story/2287' target='_new' title='http://sphinn.com/story/2287'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>2287</a></td>
<td style='text-align:right;'>36</td>
</tr>
<tr>
<td>25</td>
<td>Oct 31, 2007 @ 06:17</td>
<td><a href='http://sphinn.com/story/11205' target='_new' title='http://sphinn.com/story/11205'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>11205</a></td>
<td style='text-align:right;'>35</td>
</tr>
<tr>
<td>26</td>
<td>Oct 07, 2007 @ 12:07</td>
<td><a href='http://sphinn.com/story/6124' target='_new' title='http://sphinn.com/story/6124'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>6124</a></td>
<td style='text-align:right;'>25</td>
</tr>
<tr>
<td>27</td>
<td>Nov 01, 2007 @ 09:41</td>
<td><a href='http://sphinn.com/user/view/profile/Sebastian' target='_new' title='http://sphinn.com/user/view/profile/Sebastian'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>user/<span> </span>view/<span> </span>profile/<span> </span>Sebastian</a></td>
<td style='text-align:right;'>22</td>
</tr>
<tr>
<td>28</td>
<td>Aug 08, 2007 @ 10:52</td>
<td><a href='http://sphinn.com/story/245' target='_new' title='http://sphinn.com/story/245'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>245</a></td>
<td style='text-align:right;'>21</td>
</tr>
<tr>
<td>29</td>
<td>Sep 02, 2007 @ 19:17</td>
<td><a href='http://sphinn.com/story/3877' target='_new' title='http://sphinn.com/story/3877'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>3877</a></td>
<td style='text-align:right;'>17</td>
</tr>
<tr>
<td>30</td>
<td>Sep 22, 2007 @ 00:42</td>
<td><a href='http://sphinn.com/story/4968' target='_new' title='http://sphinn.com/story/4968'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>4968</a></td>
<td style='text-align:right;'>17</td>
</tr>
<tr>
<td>31</td>
<td>Oct 01, 2007 @ 12:49</td>
<td><a href='http://sphinn.com/story/5310' target='_new' title='http://sphinn.com/story/5310'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>5310</a></td>
<td style='text-align:right;'>17</td>
</tr>
<tr>
<td>32</td>
<td>Aug 30, 2007 @ 08:20</td>
<td><a href='http://sphinn.com/story/4143' target='_new' title='http://sphinn.com/story/4143'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>4143</a></td>
<td style='text-align:right;'>14</td>
</tr>
<tr>
<td>33</td>
<td>Sep 11, 2007 @ 21:38</td>
<td><a href='http://sphinn.com/story/3783' target='_new' title='http://sphinn.com/story/3783'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>3783</a></td>
<td style='text-align:right;'>13</td>
</tr>
<tr>
<td>34</td>
<td>Nov 01, 2007 @ 15:50</td>
<td><a href='http://sphinn.com/published/page/2' target='_new' title='http://sphinn.com/published/page/2'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>page/<span> </span>2</a></td>
<td style='text-align:right;'>11</td>
</tr>
<tr>
<td>35</td>
<td>Sep 01, 2007 @ 23:03</td>
<td><a href='http://sphinn.com/story/597' target='_new' title='http://sphinn.com/story/597'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>597</a></td>
<td style='text-align:right;'>10</td>
</tr>
<tr>
<td>36</td>
<td>Oct 24, 2007 @ 18:17</td>
<td><a href='http://sphinn.com/story/1767' target='_new' title='http://sphinn.com/story/1767'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>1767</a></td>
<td style='text-align:right;'>10</td>
</tr>
<tr>
<td>37</td>
<td>Sep 15, 2007 @ 08:26</td>
<td><a href='http://sphinn.com/story.php?id=5469' target='_new' title='http://sphinn.com/story.php?id=5469'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>5469</a></td>
<td style='text-align:right;'>8</td>
</tr>
<tr>
<td>38</td>
<td>Oct 30, 2007 @ 09:42</td>
<td><a href='http://sphinn.com/upcoming/mostpopular' target='_new' title='http://sphinn.com/upcoming/mostpopular'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>upcoming/<span> </span>mostpopular</a></td>
<td style='text-align:right;'>7</td>
</tr>
<tr>
<td>39</td>
<td>Oct 24, 2007 @ 18:38</td>
<td><a href='http://sphinn.com/story/10881' target='_new' title='http://sphinn.com/story/10881'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>10881</a></td>
<td style='text-align:right;'>7</td>
</tr>
<tr>
<td>40</td>
<td>Oct 30, 2007 @ 01:19</td>
<td><a href='http://sphinn.com/upcoming/page/2' target='_new' title='http://sphinn.com/upcoming/page/2'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>upcoming/<span> </span>page/<span> </span>2</a></td>
<td style='text-align:right;'>6</td>
</tr>
<tr>
<td>41</td>
<td>Sep 20, 2007 @ 07:09</td>
<td><a href='http://sphinn.com/user/view/profile/login/Sebastian' target='_new' title='http://sphinn.com/user/view/profile/login/Sebastian'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>user/<span> </span>view/<span> </span>profile/<span> </span>login/<span> </span>Sebastian</a></td>
<td style='text-align:right;'>5</td>
</tr>
<tr>
<td>42</td>
<td>Jul 22, 2007 @ 09:39</td>
<td><a href='http://sphinn.com/story/1017' target='_new' title='http://sphinn.com/story/1017'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>1017</a></td>
<td style='text-align:right;'>5</td>
</tr>
<tr>
<td>43</td>
<td>Oct 13, 2007 @ 08:34</td>
<td><a href='http://sphinn.com/published/week' target='_new' title='http://sphinn.com/published/week'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>week</a></td>
<td style='text-align:right;'>5</td>
</tr>
<tr>
<td>44</td>
<td>Sep 08, 2007 @ 04:17</td>
<td><a href='http://sphinn.com/story/4653' target='_new' title='http://sphinn.com/story/4653'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>4653</a></td>
<td style='text-align:right;'>5</td>
</tr>
<tr>
<td>45</td>
<td>Oct 31, 2007 @ 06:55</td>
<td><a href='http://sphinn.com/story/11614' target='_new' title='http://sphinn.com/story/11614'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>11614</a></td>
<td style='text-align:right;'>5</td>
</tr>
<tr>
<td>46</td>
<td>Aug 13, 2007 @ 03:06</td>
<td><a href='http://sphinn.com/story/2764/editcomment/4018' target='_new' title='http://sphinn.com/story/2764/editcomment/4018'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>2764/<span> </span>editcomment/<span> </span>4018</a></td>
<td style='text-align:right;'>4</td>
</tr>
<tr>
<td>47</td>
<td>Aug 23, 2007 @ 07:52</td>
<td><a href='http://sphinn.com/story.php?id=3593' target='_new' title='http://sphinn.com/story.php?id=3593'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>3593</a></td>
<td style='text-align:right;'>4</td>
</tr>
<tr>
<td>48</td>
<td>Sep 20, 2007 @ 06:21</td>
<td><a href='http://sphinn.com/published/page/1' target='_new' title='http://sphinn.com/published/page/1'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>page/<span> </span>1</a></td>
<td style='text-align:right;'>4</td>
</tr>
<tr>
<td>49</td>
<td>Oct 23, 2007 @ 15:01</td>
<td><a href='http://sphinn.com/story/748' target='_new' title='http://sphinn.com/story/748'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>748</a></td>
<td style='text-align:right;'>3</td>
</tr>
<tr>
<td>50</td>
<td>Jul 29, 2007 @ 10:47</td>
<td><a href='http://sphinn.com/story/title/Google-launched-a-free-ranking-checker' target='_new' title='http://sphinn.com/story/title/Google-launched-a-free-ranking-checker'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>title/<span> </span>Google-<span> </span>launched-<span> </span>a-<span> </span>free-<span> </span>ranking-<span> </span>checker</a></td>
<td style='text-align:right;'>3</td>
</tr>
<tr>
<td>51</td>
<td>Sep 30, 2007 @ 21:13</td>
<td><a href='http://sphinn.com/category/Google/parent_name/Google' target='_new' title='http://sphinn.com/category/Google/parent_name/Google'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>category/<span> </span>Google/<span> </span>parent_<span> </span>name/<span> </span>Google</a></td>
<td style='text-align:right;'>3</td>
</tr>
<tr>
<td>52</td>
<td>Aug 25, 2007 @ 04:47</td>
<td><a href='http://sphinn.com/story.php?id=3735' target='_new' title='http://sphinn.com/story.php?id=3735'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>3735</a></td>
<td style='text-align:right;'>3</td>
</tr>
<tr>
<td>53</td>
<td>Sep 15, 2007 @ 11:28</td>
<td><a href='http://sphinn.com/story.php?id=5648' target='_new' title='http://sphinn.com/story.php?id=5648'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>5648</a></td>
<td style='text-align:right;'>3</td>
</tr>
<tr>
<td>54</td>
<td>Sep 29, 2007 @ 01:35</td>
<td><a href='http://sphinn.com/story/7058' target='_new' title='http://sphinn.com/story/7058'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>7058</a></td>
<td style='text-align:right;'>3</td>
</tr>
<tr>
<td>55</td>
<td>Oct 28, 2007 @ 22:56</td>
<td><a href='http://sphinn.com/greatesthits' target='_new' title='http://sphinn.com/greatesthits'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>greatesthits</a></td>
<td style='text-align:right;'>3</td>
</tr>
<tr>
<td>56</td>
<td>Oct 23, 2007 @ 04:44</td>
<td><a href='http://sphinn.com/story/10380' target='_new' title='http://sphinn.com/story/10380'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>10380</a></td>
<td style='text-align:right;'>3</td>
</tr>
<tr>
<td>57</td>
<td>Oct 27, 2007 @ 04:10</td>
<td><a href='http://sphinn.com/story/11233' target='_new' title='http://sphinn.com/story/11233'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>11233</a></td>
<td style='text-align:right;'>3</td>
</tr>
<tr>
<td>58</td>
<td>Jul 13, 2007 @ 04:23</td>
<td><a href='http://blogsearch.google.com/blogsearch?hl=en&#038;um=1&#038;tab=wb&#038;ie=UTF-8&#038;oe=utf-8&#038;q=http://sphinn.com&#038;btnG=Search Blogs' target='_new' title='http://blogsearch.google.com/blogsearch?hl=en&#038;um=1&#038;tab=wb&#038;ie=UTF-8&#038;oe=utf-8&#038;q=http://sphinn.com&#038;btnG=Search Blogs'>Google Search:<span> </span> http:<span> </span>/<span> </span>/<span> </span>sphinn.com</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>59</td>
<td>Jul 21, 2007 @ 03:19</td>
<td><a href='http://sphinn.com/story.php?id=849' target='_new' title='http://sphinn.com/story.php?id=849'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>849</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>60</td>
<td>Jul 27, 2007 @ 10:06</td>
<td><a href='http://sphinn.com/story.php?id=1447' target='_new' title='http://sphinn.com/story.php?id=1447'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>1447</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>61</td>
<td>Jul 30, 2007 @ 20:09</td>
<td><a href='http://sphinn.com/story.php?id=1796' target='_new' title='http://sphinn.com/story.php?id=1796'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>1796</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>62</td>
<td>Aug 07, 2007 @ 10:01</td>
<td><a href='http://sphinn.com/published/page/3' target='_new' title='http://sphinn.com/published/page/3'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>page/<span> </span>3</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>63</td>
<td>Aug 13, 2007 @ 11:20</td>
<td><a href='http://sphinn.com/story.php?id=2764' target='_new' title='http://sphinn.com/story.php?id=2764'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>2764</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>64</td>
<td>Sep 05, 2007 @ 05:23</td>
<td><a href='http://sphinn.com/story/3735' target='_new' title='http://sphinn.com/story/3735'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>3735</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>65</td>
<td>Aug 28, 2007 @ 01:56</td>
<td><a href='http://sphinn.com/story.php?id=3877' target='_new' title='http://sphinn.com/story.php?id=3877'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>3877</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>66</td>
<td>Aug 27, 2007 @ 10:01</td>
<td><a href='http://sphinn.com/submit.php?url=http://sebastians-pamphlets.com/links/categories' target='_new' title='http://sphinn.com/submit.php?url=http://sebastians-pamphlets.com/links/categories'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>submit.php?<span> </span>url=<span> </span>http:<span> </span>/<span> </span>/<span> </span>sebastians-<span> </span>pamphlets.com/<span> </span>links/<span> </span>categories</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>67</td>
<td>Aug 31, 2007 @ 14:13</td>
<td><a href='http://sphinn.com/story.php?id=4335' target='_new' title='http://sphinn.com/story.php?id=4335'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>4335</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>68</td>
<td>Sep 02, 2007 @ 14:29</td>
<td><a href='http://sphinn.com/story.php?id=1622' target='_new' title='http://sphinn.com/story.php?id=1622'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>1622</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>69</td>
<td>Sep 08, 2007 @ 19:48</td>
<td><a href='http://sphinn.com/story.php?id=4548' target='_new' title='http://sphinn.com/story.php?id=4548'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>4548</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>70</td>
<td>Sep 05, 2007 @ 01:07</td>
<td><a href='http://sphinn.com/submit.php?url=http://sebastians-pamphlets.com/why-ebay-and-wikipedia-rule-googles-serps' target='_new' title='http://sphinn.com/submit.php?url=http://sebastians-pamphlets.com/why-ebay-and-wikipedia-rule-googles-serps'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>submit.php?<span> </span>url=<span> </span>http:<span> </span>/<span> </span>/<span> </span>sebastians-<span> </span>pamphlets.com/<span> </span>why-<span> </span>ebay-<span> </span>and-<span> </span>wikipedia-<span> </span>rule-<span> </span>googles-<span> </span>serps</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>71</td>
<td>Sep 06, 2007 @ 13:22</td>
<td><a href='http://sphinn.com/published/page/4' target='_new' title='http://sphinn.com/published/page/4'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>page/<span> </span>4</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>72</td>
<td>Sep 16, 2007 @ 13:30</td>
<td><a href='http://sphinn.com/story.php?id=3783' target='_new' title='http://sphinn.com/story.php?id=3783'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>3783</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>73</td>
<td>Sep 18, 2007 @ 11:55</td>
<td><a href='http://sphinn.com/story.php?id=5973' target='_new' title='http://sphinn.com/story.php?id=5973'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>5973</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>74</td>
<td>Sep 19, 2007 @ 08:15</td>
<td><a href='http://sphinn.com/story.php?id=6122' target='_new' title='http://sphinn.com/story.php?id=6122'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>6122</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>75</td>
<td>Sep 19, 2007 @ 14:37</td>
<td><a href='http://sphinn.com/story.php?id=6124' target='_new' title='http://sphinn.com/story.php?id=6124'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>6124</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>76</td>
<td>Oct 23, 2007 @ 00:07</td>
<td><a href='http://sphinn.com/story/10387' target='_new' title='http://sphinn.com/story/10387'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>10387</a></td>
<td style='text-align:right;'>2</td>
</tr>
<tr>
<td>77</td>
<td>Jul 16, 2007 @ 18:21</td>
<td><a href='http://sphinn.com/upcoming/category/AllCategories/parent_name/All Categories' target='_new' title='http://sphinn.com/upcoming/category/AllCategories/parent_name/All Categories'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>upcoming/<span> </span>category/<span> </span>AllCategories/<span> </span>parent_<span> </span>name/<span> </span>All Categories</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>78</td>
<td>Jul 19, 2007 @ 20:19</td>
<td><a href='http://sphinn.com/story/864' target='_new' title='http://sphinn.com/story/864'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>864</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>79</td>
<td>Jul 20, 2007 @ 15:57</td>
<td><a href='http://sphinn.com/story/title/Buy-Viagra-from-Reddit' target='_new' title='http://sphinn.com/story/title/Buy-Viagra-from-Reddit'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>title/<span> </span>Buy-<span> </span>Viagra-<span> </span>from-<span> </span>Reddit</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>80</td>
<td>Jul 27, 2007 @ 10:48</td>
<td><a href='http://sphinn.com/story/title/Blogger-to-rule-search-engine-visibility' target='_new' title='http://sphinn.com/story/title/Blogger-to-rule-search-engine-visibility'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>title/<span> </span>Blogger-<span> </span>to-<span> </span>rule-<span> </span>search-<span> </span>engine-<span> </span>visibility</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>81</td>
<td>Jul 31, 2007 @ 06:07</td>
<td><a href='http://sphinn.com/story/title/The-Unavailable-After-tag-is-totally-and-utterly-useless' target='_new' title='http://sphinn.com/story/title/The-Unavailable-After-tag-is-totally-and-utterly-useless'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>title/<span> </span>The-<span> </span>Unavailable-<span> </span>After-<span> </span>tag-<span> </span>is-<span> </span>totally-<span> </span>and-<span> </span>utterly-<span> </span>useless</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>82</td>
<td>Aug 02, 2007 @ 14:45</td>
<td><a href='http://sphinn.com/user/view/history/login/Sebastian' target='_new' title='http://sphinn.com/user/view/history/login/Sebastian'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>user/<span> </span>view/<span> </span>history/<span> </span>login/<span> </span>Sebastian</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>83</td>
<td>Aug 03, 2007 @ 10:59</td>
<td><a href='http://sphinn.com/story.php?id=1976' target='_new' title='http://sphinn.com/story.php?id=1976'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>1976</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>84</td>
<td>Aug 06, 2007 @ 03:59</td>
<td><a href='http://sphinn.com/user/view/commented/login/Sebastian' target='_new' title='http://sphinn.com/user/view/commented/login/Sebastian'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>user/<span> </span>view/<span> </span>commented/<span> </span>login/<span> </span>Sebastian</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>85</td>
<td>Aug 15, 2007 @ 08:27</td>
<td><a href='http://sphinn.com/category/LinkBuilding' target='_new' title='http://sphinn.com/category/LinkBuilding'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>category/<span> </span>LinkBuilding</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>86</td>
<td>Aug 15, 2007 @ 14:17</td>
<td><a href='http://sphinn.com/story/2764/editcomment/4362' target='_new' title='http://sphinn.com/story/2764/editcomment/4362'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>2764/<span> </span>editcomment/<span> </span>4362</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>87</td>
<td>Aug 28, 2007 @ 13:42</td>
<td><a href='http://sphinn.com/story/849' target='_new' title='http://sphinn.com/story/849'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>849</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>88</td>
<td>Sep 09, 2007 @ 15:15</td>
<td><a href='http://sphinn.com/user/view/commented/login/flyingrose' target='_new' title='http://sphinn.com/user/view/commented/login/flyingrose'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>user/<span> </span>view/<span> </span>commented/<span> </span>login/<span> </span>flyingrose</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>89</td>
<td>Sep 10, 2007 @ 05:15</td>
<td><a href='http://sphinn.com/published/page/20' target='_new' title='http://sphinn.com/published/page/20'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>page/<span> </span>20</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>90</td>
<td>Sep 10, 2007 @ 05:55</td>
<td><a href='http://sphinn.com/published/page/19' target='_new' title='http://sphinn.com/published/page/19'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>page/<span> </span>19</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>91</td>
<td>Sep 11, 2007 @ 12:22</td>
<td><a href='http://sphinn.com/published/page/8' target='_new' title='http://sphinn.com/published/page/8'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>page/<span> </span>8</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>92</td>
<td>Sep 11, 2007 @ 23:13</td>
<td><a href='http://sphinn.com/category/Blogging' target='_new' title='http://sphinn.com/category/Blogging'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>category/<span> </span>Blogging</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>93</td>
<td>Sep 12, 2007 @ 09:04</td>
<td><a href='http://sphinn.com/story.php?id=5362' target='_new' title='http://sphinn.com/story.php?id=5362'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>5362</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>94</td>
<td>Sep 13, 2007 @ 06:36</td>
<td><a href='http://sphinn.com/category/GoogleSEO/parent_name/Google' target='_new' title='http://sphinn.com/category/GoogleSEO/parent_name/Google'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>category/<span> </span>GoogleSEO/<span> </span>parent_<span> </span>name/<span> </span>Google</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>95</td>
<td>Sep 14, 2007 @ 08:21</td>
<td><a href='http://hwww.sphinn.com' target='_new' title='http://hwww.sphinn.com'>http:<span> </span>/<span> </span>/<span> </span>hwww.sphinn.com</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>96</td>
<td>Sep 16, 2007 @ 14:52</td>
<td><a href='http://sphinn.com/GoogleSEO/Did-Matt-Cutts-by-accident-reveal-a-sure-fire-procedure-to-identify-supplemental-results' target='_new' title='http://sphinn.com/GoogleSEO/Did-Matt-Cutts-by-accident-reveal-a-sure-fire-procedure-to-identify-supplemental-results'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>GoogleSEO/<span> </span>Did-<span> </span>Matt-<span> </span>Cutts-<span> </span>by-<span> </span>accident-<span> </span>reveal-<span> </span>a-<span> </span>sure-<span> </span>fire-<span> </span>procedure-<span> </span>to-<span> </span>identify-<span> </span>supplemental-<span> </span>results</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>97</td>
<td>Sep 18, 2007 @ 08:05</td>
<td><a href='http://sphinn.com/story/5721' target='_new' title='http://sphinn.com/story/5721'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>5721</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>98</td>
<td>Sep 18, 2007 @ 09:08</td>
<td><a href='http://sphinn.com/story/title/If-yoursquore-not-an-Amway-millionaire-avoid-BlogRush-like-the-plague' target='_new' title='http://sphinn.com/story/title/If-yoursquore-not-an-Amway-millionaire-avoid-BlogRush-like-the-plague'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>title/<span> </span>If-<span> </span>yoursquore-<span> </span>not-<span> </span>an-<span> </span>Amway-<span> </span>millionaire-<span> </span>avoid-<span> </span>BlogRush-<span> </span>like-<span> </span>the-<span> </span>plague</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>99</td>
<td>Sep 18, 2007 @ 10:02</td>
<td><a href='http://sphinn.com/story/5973#wholecomment8559' target='_new' title='http://sphinn.com/story/5973#wholecomment8559'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>5973#wholecomment8559</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>100</td>
<td>Sep 19, 2007 @ 11:48</td>
<td><a href='http://sphinn.com/user/view/voted/login/bhancock' target='_new' title='http://sphinn.com/user/view/voted/login/bhancock'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>user/<span> </span>view/<span> </span>voted/<span> </span>login/<span> </span>bhancock</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>101</td>
<td>Sep 19, 2007 @ 20:27</td>
<td><a href='http://sphinn.com/published/page/5' target='_new' title='http://sphinn.com/published/page/5'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>page/<span> </span>5</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>102</td>
<td>Sep 20, 2007 @ 00:39</td>
<td><a href='http://blogmarks.net/my/marks,new?title=How to get the perfect logo for your blog&#038;url=http://sebastians-pamphlets.com/how-to-get-the-perfect-logo-for-your-blog/&#038;summary=&#038;via=http://sphinn.com/story/6122' target='_new' title='http://blogmarks.net/my/marks,new?title=How to get the perfect logo for your blog&#038;url=http://sebastians-pamphlets.com/how-to-get-the-perfect-logo-for-your-blog/&#038;summary=&#038;via=http://sphinn.com/story/6122'>http:<span> </span>/<span> </span>/<span> </span>blogmarks.net/<span> </span>my/<span> </span>marks,new?<span> </span>title=<span> </span>How to get the perfect logo for your blog&#038;<span> </span>url=<span> </span>http:<span> </span>/<span> </span>/<span> </span>sebastians-<span> </span>pamphlets.com/<span> </span>how-<span> </span>to-<span> </span>get-<span> </span>the-<span> </span>perfect-<span> </span>logo-<span> </span>for-<span> </span>your-<span> </span>blog/<span> </span>&#038;<span> </span>summary=<span> </span>&#038;<span> </span>via=<span> </span>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story/<span> </span>6122</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>103</td>
<td>Sep 20, 2007 @ 01:34</td>
<td><a href='http://sphinn.com/user/page/3/voted/Wiep' target='_new' title='http://sphinn.com/user/page/3/voted/Wiep'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>user/<span> </span>page/<span> </span>3/<span> </span>voted/<span> </span>Wiep</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>104</td>
<td>Sep 24, 2007 @ 15:49</td>
<td><a href='http://sphinn.com/greatesthits/page/3' target='_new' title='http://sphinn.com/greatesthits/page/3'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>greatesthits/<span> </span>page/<span> </span>3</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>105</td>
<td>Sep 24, 2007 @ 19:51</td>
<td><a href='http://sphinn.com/story.php?id=6761' target='_new' title='http://sphinn.com/story.php?id=6761'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>6761</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>106</td>
<td>Sep 24, 2007 @ 22:32</td>
<td><a href='http://sphinn.com/greatesthits/page/2' target='_new' title='http://sphinn.com/greatesthits/page/2'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>greatesthits/<span> </span>page/<span> </span>2</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>107</td>
<td>Sep 26, 2007 @ 15:13</td>
<td><a href='http://sphinn.com/story.php?id=7170' target='_new' title='http://sphinn.com/story.php?id=7170'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>7170</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>108</td>
<td>Sep 29, 2007 @ 05:27</td>
<td><a href='http://sphinn.com/category/SphinnZone' target='_new' title='http://sphinn.com/category/SphinnZone'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>category/<span> </span>SphinnZone</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>109</td>
<td>Oct 09, 2007 @ 11:44</td>
<td><a href='http://sphinn.com/story.php?id=8883' target='_new' title='http://sphinn.com/story.php?id=8883'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>8883</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>110</td>
<td>Oct 10, 2007 @ 10:04</td>
<td><a href='http://sphinn.com/published/month' target='_new' title='http://sphinn.com/published/month'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>published/<span> </span>month</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>111</td>
<td>Oct 24, 2007 @ 15:07</td>
<td><a href='http://sphinn.com/story.php?id=10881' target='_new' title='http://sphinn.com/story.php?id=10881'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>10881</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>112</td>
<td>Oct 26, 2007 @ 09:53</td>
<td><a href='http://sphinn.com/story.php?id=11205' target='_new' title='http://sphinn.com/story.php?id=11205'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>story.php?<span> </span>id=<span> </span>11205</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>113</td>
<td>Oct 30, 2007 @ 08:58</td>
<td><a href='http://sphinn.com/upcoming/page/3' target='_new' title='http://sphinn.com/upcoming/page/3'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>upcoming/<span> </span>page/<span> </span>3</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td>114</td>
<td>Oct 30, 2007 @ 12:31</td>
<td><a href='http://sphinn.com/upcoming/most' target='_new' title='http://sphinn.com/upcoming/most'>http:<span> </span>/<span> </span>/<span> </span>sphinn.com/<span> </span>upcoming/<span> </span>most</a></td>
<td style='text-align:right;'>1</td>
</tr>
<tr>
<td colspan='3' style='font-weight:bold;text-align:right'>Total&nbsp;</td>
<td style='text-align:right;font-weight:bold'>3,688</td>
</tr>
</tbody>
</table>
</div>
<hr />Copyright &copy; 2012 <strong><a href="http://sebastians-pamphlets.com/">Sebastian`s Pamphlets</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator/feed reader, the site you are looking at is guilty of copyright infringement and will be put down immediately. Please contact sebastians-pamphlets.com so we can take legal action immediately.<br /><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><div class="topsy_widget_data topsy_theme_light-green" style="float: right;margin-left: 0.75em;"><!-- { "url": "http://sebastians-pamphlets.com/do-not-cheat-at-sphinn-its-not-worth-it/", "style": "big", "title": "Gaming Sphinn is not worth it" } --></div>
]]></content:encoded>
			<wfw:commentRss>http://sebastians-pamphlets.com/do-not-cheat-at-sphinn-its-not-worth-it/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

