<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Google Suggest Keyword Generator</title>
	<atom:link href="http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/</link>
	<description>A blog about web development, software business, and WordPress</description>
	<lastBuildDate>Wed, 23 May 2012 07:04:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Marco</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-177489</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Wed, 14 Sep 2011 13:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-177489</guid>
		<description>Is there any chance to add quotes automatically for each phrase?

Thanks</description>
		<content:encoded><![CDATA[<p>Is there any chance to add quotes automatically for each phrase?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-87818</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 09 Sep 2010 15:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-87818</guid>
		<description>Thanks :) 

Perhaps I&#039;ll update my tool in the future, when Google Instant is fully rolled out.</description>
		<content:encoded><![CDATA[<p>Thanks :) </p>
<p>Perhaps I&#8217;ll update my tool in the future, when Google Instant is fully rolled out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyber Gal</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-87802</link>
		<dc:creator>Cyber Gal</dc:creator>
		<pubDate>Thu, 09 Sep 2010 14:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-87802</guid>
		<description>Great tool!..Hats off to you :-) I have stopped using Google keyword tool since 3 months. White Shadow, Google Instant suggestions are slightly different than the keywords of Google Search Suggest feature..Are you planning to update your tool to show Google Instant suggestions?  Thanks</description>
		<content:encoded><![CDATA[<p>Great tool!..Hats off to you :-) I have stopped using Google keyword tool since 3 months. White Shadow, Google Instant suggestions are slightly different than the keywords of Google Search Suggest feature..Are you planning to update your tool to show Google Instant suggestions?  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AbdulHakim</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-64913</link>
		<dc:creator>AbdulHakim</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-64913</guid>
		<description>Eh, I&#039;ve just realized that it wasn&#039;t necessary.

&quot;You can specify multiple seed keywords by separating them with a comma. Alternatively, you can also click “Expand textbox” to transform the single-line input box into a multi-line text area, then enter one seed keyword per line.&quot;

That&#039;s what happens when you don&#039;t follow instructions :)</description>
		<content:encoded><![CDATA[<p>Eh, I&#8217;ve just realized that it wasn&#8217;t necessary.</p>
<p>&#8220;You can specify multiple seed keywords by separating them with a comma. Alternatively, you can also click “Expand textbox” to transform the single-line input box into a multi-line text area, then enter one seed keyword per line.&#8221;</p>
<p>That&#8217;s what happens when you don&#8217;t follow instructions :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AbdulHakim</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-64877</link>
		<dc:creator>AbdulHakim</dc:creator>
		<pubDate>Thu, 15 Jul 2010 11:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-64877</guid>
		<description>BTW, a minor modification for those interested in the keywords, not necessarily the results (e.g. if you are running a content based adwords campaign and need to drill down on long tail keywords for your ad groups):

1. Replace line 139 of White Shadow&#039;s awesome main.js file with this line:
          text.push($(cells[0]).text() + &#039;,&#039; /*+ &#039;\t&#039; + $(cells[1]).text()*/);

   This will add commas to the end of each keyword. 

2. After you generate keyword suggestions, copy the keywords back to the text box and generate keywords suggestions again. It has exactly the same effect as digging. You&#039;ll even see it happening.
   
   WARNING: I haven&#039;t seen any results (counts) after running this a couple of times. It&#039;s quite possible that my ip was temporarily banned by Google. I don&#039;t really need the result counts but be warned if you do.</description>
		<content:encoded><![CDATA[<p>BTW, a minor modification for those interested in the keywords, not necessarily the results (e.g. if you are running a content based adwords campaign and need to drill down on long tail keywords for your ad groups):</p>
<p>1. Replace line 139 of White Shadow&#8217;s awesome main.js file with this line:<br />
          text.push($(cells[0]).text() + &#8216;,&#8217; /*+ &#8216;\t&#8217; + $(cells[1]).text()*/);</p>
<p>   This will add commas to the end of each keyword. </p>
<p>2. After you generate keyword suggestions, copy the keywords back to the text box and generate keywords suggestions again. It has exactly the same effect as digging. You&#8217;ll even see it happening.</p>
<p>   WARNING: I haven&#8217;t seen any results (counts) after running this a couple of times. It&#8217;s quite possible that my ip was temporarily banned by Google. I don&#8217;t really need the result counts but be warned if you do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-64811</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 15 Jul 2010 06:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-64811</guid>
		<description>It&#039;s mainly for generating keyword ideas. You would need to use something else to evaluate keyword value and competitiveness.</description>
		<content:encoded><![CDATA[<p>It&#8217;s mainly for generating keyword ideas. You would need to use something else to evaluate keyword value and competitiveness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farneville</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-64798</link>
		<dc:creator>farneville</dc:creator>
		<pubDate>Thu, 15 Jul 2010 05:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-64798</guid>
		<description>WoW dude I don;t know how I landed on your site but I can say you are a SEO guru lol would you mind if I ask the technical details of your google suggest tool? E.g. the results column is that google&#039;s current results? It would help if you can explain a little how your script works because I do not get the point of using it example If I am to use those or a certain keyword/s based on the results I would be competing with so many sites because if I am a noob SEO I would think that using the one with the highest results would help me rank etc...

Thanks...</description>
		<content:encoded><![CDATA[<p>WoW dude I don;t know how I landed on your site but I can say you are a SEO guru lol would you mind if I ask the technical details of your google suggest tool? E.g. the results column is that google&#8217;s current results? It would help if you can explain a little how your script works because I do not get the point of using it example If I am to use those or a certain keyword/s based on the results I would be competing with so many sites because if I am a noob SEO I would think that using the one with the highest results would help me rank etc&#8230;</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AbdulHakim</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-64711</link>
		<dc:creator>AbdulHakim</dc:creator>
		<pubDate>Thu, 15 Jul 2010 00:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-64711</guid>
		<description>This is truly an awesome tool. No frills; just straight to the point.

I think the Tools menu would be good enough. It would be easy to find that way.

Once again, great tool. Really appreciate the effort and the share.</description>
		<content:encoded><![CDATA[<p>This is truly an awesome tool. No frills; just straight to the point.</p>
<p>I think the Tools menu would be good enough. It would be easy to find that way.</p>
<p>Once again, great tool. Really appreciate the effort and the share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-48832</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Sat, 29 May 2010 21:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-48832</guid>
		<description>The generator is implemented entirely in client-side JavaScript, so you can get at its inner workings by simply viewing the page source in your browser. Most the tricky stuff happens in &lt;a href=&quot;http://w-shadow.com/google-suggest-keywords/js/main.js&quot; rel=&quot;nofollow&quot;&gt;this JavaScript file&lt;/a&gt;.

I&#039;d be happy to release it as a plugin, but I&#039;m not entirely sure how it should function when in plugin form. Should it be another entry in the &quot;Tools&quot; menu, or something else?</description>
		<content:encoded><![CDATA[<p>The generator is implemented entirely in client-side JavaScript, so you can get at its inner workings by simply viewing the page source in your browser. Most the tricky stuff happens in <a href="http://w-shadow.com/google-suggest-keywords/js/main.js" rel="nofollow">this JavaScript file</a>.</p>
<p>I&#8217;d be happy to release it as a plugin, but I&#8217;m not entirely sure how it should function when in plugin form. Should it be another entry in the &#8220;Tools&#8221; menu, or something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farah</title>
		<link>http://w-shadow.com/blog/2010/03/14/google-suggest-keyword-generator/comment-page-1/#comment-48702</link>
		<dc:creator>farah</dc:creator>
		<pubDate>Sat, 29 May 2010 14:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=1752#comment-48702</guid>
		<description>That is a really nice utility. Could you please supply the code. Mabe even a little tutorial on how it works for the newbies like myself.

Just an idea, but to get you more publicity, could you release the utility as a plugin for blogs such as WordPress.

Thank you.</description>
		<content:encoded><![CDATA[<p>That is a really nice utility. Could you please supply the code. Mabe even a little tutorial on how it works for the newbies like myself.</p>
<p>Just an idea, but to get you more publicity, could you release the utility as a plugin for blogs such as WordPress.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

