Mobile app version of vmapp.org
Login or Join
Speyer207

: AJAX Keyword Suggestion Tool Are there any JavaScript includes to provide an AJAX based keyword suggestion tool based on some existing text? For instance Yahoo offer a Keyword Extraction Tool

@Speyer207

Posted in: #Domains #Javascript #Keywords #MetaKeywords

Are there any JavaScript includes to provide an AJAX based keyword suggestion tool based on some existing text?

For instance Yahoo offer a Keyword Extraction Tool but due to cross-domain JavaScript policies in browsers it is not possible to provide a pure JavaScript version of this.

If a site offered a library for inclusion that would then perform the query this breaks the cross-domain restriction.

Is there such a service?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Speyer207

2 Comments

Sorted by latest first Latest Oldest Best

 

@Dunderdale272

I'm a little unclear on the final usage as to why you're specifying AJAX, but check out Zemanta, which provides an API to send text to that you can query for interesting contextual information. Here are the Zemanta docs.

Is that the kind of things you're looking for?

10% popularity Vote Up Vote Down


 

@BetL925

Well, for what it's worth you could create a server-side script that serves as a middle-man. Your AJAX request would send the relevant text to your script, then your script would perform an identical request to Yahoo and then pass the results back.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme