<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Turk Hit Box &#187; Gray Hat SEO</title>
	<atom:link href="http://www.turkhitbox.com/gray-hat-seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.turkhitbox.com</link>
	<description>Ramblings of a Turkish Internet Mogul</description>
	<lastBuildDate>Fri, 02 Jul 2010 20:38:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Make Searches on Your WordPress Indexable</title>
		<link>http://www.turkhitbox.com/gray-hat-seo/make-searches-on-your-wordpress-indexable.html</link>
		<comments>http://www.turkhitbox.com/gray-hat-seo/make-searches-on-your-wordpress-indexable.html#comments</comments>
		<pubDate>Mon, 08 Oct 2007 20:27:57 +0000</pubDate>
		<dc:creator>Turk Hit Box</dc:creator>
				<category><![CDATA[Gray Hat SEO]]></category>

	<!-- AutoMeta Start -->
	<category>wordpress search</category>
	<category>wordpress searches</category>
	<category>index search results</category>
	<category>make your searches</category>
	<category>wp search index</category>
	<category>index wordpress search</category>
	<category>wp search result</category>
	<category>wordpress search results</category>
	<category>rewrite php</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.turkhitbox.com/gray-hat-seo/make-searches-on-your-wordpress-indexable.html</guid>
		<description><![CDATA[You have probably met some of the spam sites that replicate google searches for lots and lots of google indexed pages. Believe me, they do receive a lot of hits, because pages they serve are very relevant. Indexing searches is a known for good amount of time, but what we are going to do is [...]]]></description>
			<content:encoded><![CDATA[<p>You have probably met some of the spam sites that replicate <strong>google searches</strong> for lots and lots of <strong>google indexed pages</strong>. Believe me, they do receive a lot of hits, because pages they serve are very relevant. Indexing searches is a known for good amount of time, but what we are going to do is we will make <strong>google index</strong> our site-wide searches not <strong>google search</strong> engine result pages (serps). And at the end, we will be generating a lot of traffic from google.</p>
<p><img src="http://www.turkhitbox.com/wp-content/uploads/2007/10/index-wordpress-search.jpg" alt="Make Searches on Your WordPress Indexable" /><br />
<span id="more-87"></span>First we need to download the <a href="http://www.thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/">Search Meter WordPress Plugin</a>. It basically keeps track of what your visitors are searching for. After installing it, you can show the latest or most popular searches on your sidebar using:</p>
<ul>
<li>&lt;?php sm_list_recent_searches(&#8216; &#8216;,&#8217; &#8216;,&#8217;10&#8242;) ?&gt;</li>
<li>&lt;?php sm_list_popular_searches(&#8216; &#8216;,&#8217; &#8216;,&#8217;10&#8242;) ?&gt;</li>
</ul>
<p>The first and second empty brackets represent what you want to place in front of and after every search term (html code like &lt;li&gt; and &lt;/li&gt;) The number at the end is the number of results you want your visitors to see.</p>
<p>Now we need to edit it:</p>
<p>On <strong>line 101 and 120</strong> of the plugin file, replace</p>
<blockquote><p> &lt;a href=&#8221;&#8216;. get_settings(&#8216;home&#8217;) . &#8216;/search/&#8217; . urlencode($result-&gt;terms) . &#8216;&#8221;&gt;</p></blockquote>
<p>with</p>
<blockquote><p>&lt;a href=&#8221;&#8216;. get_settings(&#8216;home&#8217;) . &#8216;/search/&#8217; . urlencode($result-&gt;terms) . &#8216;.html&#8221;&gt;</p></blockquote>
<p>this will show your searches as html documents, and I don&#8217;t have to say how much <strong>Google</strong> loves html documents, do I?</p>
<p>Now, the plugin will list the searches as html documents, but they will return 404 errors since we have not yet configured WordPress internal files. The .htaccess rewrite attributes are written in a file called <strong>rewrite.php</strong> inside your <strong>wordpress/wp-includes/</strong> folder. Open that file and go to <strong>line 408</strong>, and replace</p>
<blockquote><p>$this-&gt;search_structure = $this-&gt;root . $this-&gt;search_base . &#8216;/%search%&#8217;;</p></blockquote>
<p>with</p>
<blockquote><p>$this-&gt;search_structure = $this-&gt;root . $this-&gt;search_base . &#8216;/%search%.html&#8217;;</p></blockquote>
<p>This will prevent <strong>WordPress</strong> from returning 404 errors. Now wait for google to crawl through your searches. You will be amazed at how much traffic your wordpress searches can bring. There are also other possibilities that I won&#8217;t get into, but I hope you like it.</p>
<p>PS: this will never get you banned or put you in google sandbox. Overall, this is acceptable according to <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=35769">Google Guidelines</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkhitbox.com/gray-hat-seo/make-searches-on-your-wordpress-indexable.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>High Keyword Density WordPress Plugin</title>
		<link>http://www.turkhitbox.com/gray-hat-seo/high-keyword-density-wordpress-plugin.html</link>
		<comments>http://www.turkhitbox.com/gray-hat-seo/high-keyword-density-wordpress-plugin.html#comments</comments>
		<pubDate>Wed, 06 Jun 2007 19:57:56 +0000</pubDate>
		<dc:creator>Turk Hit Box</dc:creator>
				<category><![CDATA[Gray Hat SEO]]></category>

	<!-- AutoMeta Start -->
	<category>high keyword density</category>
	<category>keyword density plugin</category>
	<category>gray hat seo trick</category>
	<category>secret seo technique</category>
	<category>wordpress seo optimization</category>
	<category>high keyword</category>
	<category>keyword density wordpress</category>
	<category>wp keyword density</category>
	<category>replace post text</category>
	<category>user agent related content</category>
	<category>googlebot content</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.turkhitbox.com/gray-hat-seo/high-keyword-density-wordpress-plugin.html</guid>
		<description><![CDATA[Even though link building is leading the SEO business nowadays, on-site optimizations can still make a difference. Keyword inserts in posts, html comments and various other tricks have been discussed many times before on many search engine optimization blogs. But don&#8217;t you feel like seo experts are hiding some key concept or optimization technique from [...]]]></description>
			<content:encoded><![CDATA[<p>Even though link building is leading the SEO business nowadays, on-site optimizations can still make a difference. Keyword inserts in posts, html comments and various other tricks have been discussed many times before on many search engine optimization blogs.</p>
<p><strong>But don&#8217;t you feel like seo experts are hiding some key concept or optimization technique from you?</strong> Well there are a lot of seo techniques that regular users don&#8217;t know or can&#8217;t implement on their website. Those are the ones that make Aaron Wall&#8217;s <a href="http://www.seobook.com" title="Seo Book Aaron Wall">seobook.com</a> list on the first SERP (Search Engine Result Page) for the term &#8220;<strong>seo</strong>&#8221; on Google eventhough it looks like an usual blog from the source code. One of these &#8220;<em>hidden techniques</em>&#8221; has been revealed in <a href="http://www.bluehatseo.com/how-to-be-a-gray-hat/" title="How to be a Gray Hat">How to be a Gray Hat</a> by Eli. So I said, why not make a plugin out of it?</p>
<p><span id="more-30"></span><br />
Would you share it with other people if you knew such secret? Would you be willing to reveal the ultimate way to get one way backlinks from hundreds of PR 6 sites? They don&#8217;t share it, so neither should you (<em>if you are not going to make some money</em>) when you find something new. If every webpage had the same backlinks, same seo optimization and similar anchor links; what is left for Google?</p>
<p>Now back to the point: The reason I placed this post in the Gray Hat SEO category and not in the WordPress category is how it achieves a <strong>higher keyword density</strong> on a post page. The <strong>High Keyword Density WordPress Plugin</strong> checks for the <strong>user-agent</strong> (in this case Googlebot), and removes certain common words from the post text accordingly. So when Googlebot visits your page, it won&#8217;t be seeing these words, while your readers can still read your <em>meaningful sentences. </em>I hope John Chow will find it <a href="http://www.johnchow.com/" title="evil">evil</a> enough!</p>
<p>Currently, <strong>High Keyword Density WordPress Plugin</strong> checks for the following phrases and removes them:</p>
<blockquote><p>    $patterns[0] = &#8216;/ why /&#8217;;<br />
$patterns[1] = &#8216;/ but /&#8217;;<br />
$patterns[2] = &#8216;/ I /&#8217;;<br />
$patterns[3] = &#8216;/ is /&#8217;;<br />
$patterns[4] = &#8216;/ are /&#8217;;<br />
$patterns[5] = &#8216;/ about /&#8217;;<br />
$patterns[6] = &#8216;/ to /&#8217;;<br />
$patterns[7] = &#8216;/ of /&#8217;;<br />
$patterns[8] = &#8216;/ by /&#8217;;<br />
$patterns[9] = &#8216;/ the /&#8217;;<br />
$patterns[10] = &#8216;/ a /&#8217;;<br />
$patterns[12] = &#8216;/ posted /&#8217;;<br />
$patterns[13] = &#8216;/ from /&#8217;;<br />
$patterns[14] = &#8216;/ in /&#8217;;<br />
$patterns[15] = &#8216;/ if /&#8217;;<br />
$patterns[16] = &#8216;/ on /&#8217;;<br />
$patterns[17] = &#8216;/ and /&#8217;;<br />
$patterns[18] = &#8216;/ with /&#8217;;<br />
$patterns[19] = &#8216;/ for /&#8217;;<br />
$patterns[20] = &#8216;/ be /&#8217;;</p></blockquote>
<p>The reason I left spaces before and after the phrases is so that the <strong>plugin</strong> won&#8217;t remove those phrases inside a word such as &#8216;the&#8217; in &#8216;theory&#8217;.  You can easily add additional phrases by continuing the patterns array. I didn&#8217;t bother to add additional search engines, but if you guys want here is a list of <a href="http://www.siteware.ch/webresources/useragents/db.html" title="search engine user-agents">user-agents</a>. If you want to see how <strong>GoogleBot</strong> sees your website after you install the plugin, please visit here: <a href="http://www.smart-it-consulting.com/internet/google/googlebot-spoofer/" title="View a web page as Googlebot">View a Web Page as &#8216;Googlebot&#8217;</a></p>
<p>The nicest thing about this plugin is its fully customizable; you can add various type of <strong>seo stuff</strong> in there very easily. Possibilities with  High Keyword Density WordPress Plugin is endless. For example I came up with this list just now:</p>
<ol>
<li>Adding <strong>bold</strong> tags to words mentioned in the post title</li>
<li>Automatically  adding hyperlinks to some keywords</li>
<li>Placing keywords in your keyword metatag inside your post text.</li>
</ol>
<p>So try and experiment with it. You should be the one looking for ways to improve your website. Thats why some people actually reach top 10 rankings and others just read their blogs.</p>
<p align="center"><a href="http://www.turkhitbox.com/wp-content/uploads/2007/06/thb-high-keyword-density.phps" title="High Keyword Density WordPress Plugin Download"><img src="http://www.turkhitbox.com/wp-content/uploads/2007/06/download.jpg" alt="download High Keyword Density WordPress Plugin" /></a></p>
<p align="center">You can download  <strong>High Keyword Density WordPress Plugin</strong> using the above button.</p>
<p>Installation of <strong>High Keyword Density WordPress Plugin</strong>:</p>
<ol>
<li>Download the source file: <a href="http://www.turkhitbox.com/wp-content/uploads/2007/06/thb-high-keyword-density.phps" title="High Keyword Density WordPress Plugin Download">thb-high-keyword-density.phps</a></li>
<li>Rename the file to thb-high-keyword-density.php</li>
<li>Upload it to your plugins folder</li>
<li>Active the <em>High Keyword Density WordPress Plugin </em>on the plugin page</li>
</ol>
<p align="left">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkhitbox.com/gray-hat-seo/high-keyword-density-wordpress-plugin.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Get more Google Images Traffic Now</title>
		<link>http://www.turkhitbox.com/gray-hat-seo/get-more-google-images-traffic-now.html</link>
		<comments>http://www.turkhitbox.com/gray-hat-seo/get-more-google-images-traffic-now.html#comments</comments>
		<pubDate>Fri, 25 May 2007 16:43:46 +0000</pubDate>
		<dc:creator>Turk Hit Box</dc:creator>
				<category><![CDATA[Gray Hat SEO]]></category>

	<!-- AutoMeta Start -->
	<category>google image search</category>
	<category>google images search</category>
	<category>google image optimization</category>
	<category>google image optimization</category>
	<category>google image keyword</category>
	<category>image optimization</category>
	<category>googleimage</category>
	<category>google image traffic</category>
	<category>image traffic</category>
	<category>image alt text</category>
	<category>image anchor text</category>
	<category>alttext</category>
	<category>image text</category>
	<category>image search</category>
	<category>indexed images</category>
	<category>image index</category>
	<category>image seo</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.turkhitbox.com/gray-hat-seo/get-more-google-images-traffic-now.html</guid>
		<description><![CDATA[Some websites depend heavily on the images on their pages like celebrity blogs. They post about 20 to 30 photos on their posts, but none of the photos get indexed. Why? It &#8216;s a grey area what people know about Google Images and how their bot works. In this post, I would like to show [...]]]></description>
			<content:encoded><![CDATA[<p>Some websites depend heavily on the<strong> images</strong> on their pages like celebrity blogs. They post about 20 to 30 photos on their posts, but none of the photos get indexed. Why? It &#8216;s a grey area what people know about <strong>Google Images</strong> and how their bot works. In this post, I would like to show you how to get your images indexed faster in <strong>Google Images</strong> and getting more traffic from <strong>indexed images</strong>.</p>
<p><span id="more-5"></span></p>
<p>First of all, most of you know that link building is the key to a high PR and therefore high traffic website. <em>Google Images</em> work in the same way! You need to get as much links with relevant <strong>anchor text to your images</strong> as possible. For example, using a script to get the last 5 posted images and place them with thumbnails on your toolbar will get you a lot of pages linking to that 5 recent images.</p>
<p>Also try posting your images on photo forums and link directly to your images. I know this will probably hurt you bandwith-wise, but it will really help your images get listed on <strong>Google Images</strong>.</p>
<p>Don&#8217;t name your images like my_image_name.jpg. Name them with &#8220;-&#8221; between words like my-image-name.jpg. This way Search Engine Bots, especially Googlebot, will recognize the <strong>image name</strong> as 3 different words. Another optimization would be using the keywords on the same paragraph of the image that is between the &lt;p&gt; and &lt;/p&gt; tags.</p>
<p>Now lets get to the grey hat seo part. When you have your <strong>images listed on Google Images</strong>, people will look at the thumbnail and click it, getting to the 2 frame page with your website on the bottom. People searching for images on a certain niche can leave your site immediately if they think that your webpage is unrelated. We don&#8217;t want to take this chance and force the visitor to visit your blog by adding a couple of codes to your webpage.</p>
<p>Here is the <strong>javascript</strong> code the break the <strong>Google Image Search Frame</strong> from image results:</p>
<blockquote><p> &lt;script language=”JavaScript1.1″ type=”text/JavaScript”&gt;<br />
if (parent.frames.length &gt; 0) top.location.replace(document.location);&lt;/script&gt;</p></blockquote>
<p>Now what you can do is to add a specific code to detect that the referrer is google images and <strong>display related images</strong> on that page. The PHP code to determine the referrer and the search keyword is:</p>
<blockquote><p>$queryurl = $_SERVER[’HTTP_REFERER’];<br />
$refer = parse_url($_SERVER[’HTTP_REFERER’]);<br />
$refer= $refer[’host’];</p>
<p>if(strstr ($refer, ‘yahoo’)){<br />
ereg(’p=(.*)’,$queryurl,$match);<br />
}</p>
<p>else{<br />
ereg(’q=(.*)’,$queryurl,$match);<br />
}</p>
<p>$qstring = str_replace(’+&#8217;,’ ‘,$match[1]);</p></blockquote>
<p>Now you have $qstring which is the image search keyword and $refer , which is the referring image search engine (most probably <strong>Googe Image Search</strong>). Now you can include a simple php page with file name &#8220;$qstring&#8221;.html containing related images to the $qstring. I am not going into details of writing the code to display related images, since it can depend on what kind of CMS you are running on your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkhitbox.com/gray-hat-seo/get-more-google-images-traffic-now.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
