Page 1 of 1
keyword suggestion tool
Posted: Sat Aug 04, 2007 6:59 am
by m2babaey
Hi
I want to suggest related keywords for a word or phrase someone enters.
1 way is having a big database and search it.
but can i do it another way without having a table for a big list of keywords?
Posted: Sat Aug 04, 2007 8:22 am
by superdezign
... How else would you want do it?
Posted: Sat Aug 04, 2007 11:18 am
by m2babaey
there are sites that offer free keyword suggesting like:
http://freekeywords.wordtracker.com/
or whatever i don't know. Is it possible for me to code something to use that sites when my users need keyword suggestion?
thanks

Posted: Sat Aug 04, 2007 11:24 am
by iknownothing
do you want a search feature or a keyword generator??
If you just want a keyword generator, you could use something as easy as the explode function on the users phrase
and not use common words (a, the, and, or etc.) in the result.
Posted: Sat Aug 04, 2007 11:31 am
by superdezign
m2babaey wrote:Is it possible for me to code something to use that sites when my users need keyword suggestion?
Like, stealing? Yes, yes it is possible.
Posted: Sat Aug 04, 2007 12:02 pm
by m2babaey
iknownothing wrote:do you want a search feature or a keyword generator??
If you just want a keyword generator, you could use something as easy as the explode function on the users phrase
and not use common words (a, the, and, or etc.) in the result.
i guess that for when the user enters for example 10 words and get them in different orders?
also how to echo the result?
Like, stealing? Yes, yes it is possible.
You mean it's a problem? maybe those who don't like this place a anti-robot verifier like what google adwords is doing
