Keyword Term Analyser
This tool analyses a web page and returns a list of keyword terms that the website is most heavily optimised for.
You can use this information to see which keyword terms your web pages are most predominantly focused towards, then make accurate, intellegent changes to re-focus the page if necessary.
Loading Tabs...
Saved Reports
You must be logged in to save reports and access saved reports. Don't have an account? Create one - it's quick, easy and free ;)
Term Analyser API
We provide APIs to all of our tools, allowing you to easily plug them into your own website or application. There's no cost involved either - it's all pro-bono!
Requirements
All you need to use the Term Analyser API is a Dynamite account where you can get an API Key.
Request URL
http://www.dynamitemarketing.co.uk/tools/term_analyser.php
Request Parameters
| Parameter | Value | Comment |
|---|---|---|
| api_key | string | The API Key. You can get one of these by creating an account. |
| url | string | The URL of the page you wish to analyse. |
Sample Request
http://www.dynamitemarketing.co.uk/tools/term_analyser.php?api_key=[API key here]&url=http://www.dynamitemarketing.co.uk
Response Fields
| Field | Description |
|---|---|
| result_set | Contains the query responses. |
| terms | Contains terms by grouped by the number of words they contain. Has attribute: words: The number of words within the contained terms. |
| term | The individual terms. Has attributes: name: The actual term. prominance: The prominance of the term relative to other terms on the page. The most prominant term is always 100%. |
| element | Contains details of each element that term appears within. |
| name | The name of the element which grandparent term appear in. |
| occurrences | The number of times the grandparent term appears within this element. |
Sample Response
You must be logged in to access this tool's API. Don't have an account? Create one - it's quick, easy and free ;)
