Free & Simple Longtail Keyword Tool

Just wanted to say thanks for the simple tool
I just bought one the other day
 
As said before Keywordshitter won't work for me, since the mangled unicode characters are not recognized by Google Keyword Planner and other tools. So I wrote a tiny Script which can correct the encoding, here it is for everybody to use as they see fit:

#!/usr/bin/env ruby

# setup: chmod +x keywordshitter-clean.rb
# usage: ./keywordshitter-clean.rb dirty.txt > clean.txt

ARGV.each do |a|
File.open(a, 'r') do |f|
while line = f.gets
puts line.gsub(/\\u([\da-fA-F]{4})/) {|m| [$1].pack("H*").unpack("n*").pack("U*")}
end
end
end
 
You may look into keyword Competing .I had used this tool for SEO and SEM for a long time.It helps me extract competitors' keywords and generate useful and profitable keywords of my website.Now,my website become more and more popular and more customers purchase my product.
 
thanks a lot for such a nice sharing. It is a good tool, very useful for me.
 
You may look into keyword Competing .I had used this tool for SEO and SEM for a long time.It helps me extract competitors' keywords and generate useful and profitable keywords of my website.Now,my website become more and more popular and more customers purchase my product.
 
The tool is pretty awesome but what won me over was the graphics and the name, excellent branding
 
The tool doesn't work as intended. It shows "Done", but it doesn't bring any keywords out.
 
Thanks for sharing this great tool , going to try soon.
 
Thanks , that's so nice of you to share your own work.


Much appreciated!
 
Back
Top