Hi all,
Before I re-invent the wheel here, has anyone willing to share a basic
script to extract META keywords from a string. I have a string, let's say
$pageText that contains the dynamic contents of the page.
Ideally, I don't just want to explode the string and remove "and", "or" and
"the" etc. because some the the repeated keywords may be more that one word
long.
Also, it would be good to be able to rank the keywords according to the
frequency.
I have searched google and hotscripts etc. Can only find web sites to
create METAs to copy & paste.
Thanx in advance.
Nel
Before I re-invent the wheel here, has anyone willing to share a basic
script to extract META keywords from a string. I have a string, let's say
$pageText that contains the dynamic contents of the page.
Ideally, I don't just want to explode the string and remove "and", "or" and
"the" etc. because some the the repeated keywords may be more that one word
long.
Also, it would be good to be able to rank the keywords according to the
frequency.
I have searched google and hotscripts etc. Can only find web sites to
create METAs to copy & paste.
Thanx in advance.
Nel
Comment