harikrushna16 / website_keywords / 0.2.0
README.md
Website Keywords
This algorithm takes a web address and returns 10 keywords which make most sense from the details of the site.
Website Keywords for SEO
If you have website and decide on the keywords required for the SEO then you can use this API to derive best matching keywords from your website content.
Usage
Input
As an input the Website Keywords Algorithm, we need only the url:
Parameter | Description |
---|---|
url | URL of the website |
Output
Output fields of the Website Keywords algorithm :
Parameter | Description |
---|---|
keyTerms | List of keywords |
summary | Summary |
Examples
Input:
{"url": "https://algorithmia.com/"}
Output:
{
"keyTerms": [
"ai",
"models",
"layer",
"data",
"machine",
"learning",
"deploy",
"algorithms",
"languages",
"algorithmia"
],
"summary": []
}
Contents