SiteKeywordGroups
Encapsulates the different groups of keywords related to a site.
A group is a set of keywords that contain a common keyword
-- for example, the group "towel" might contain keywords
"dish towel", "wash towel", and "bath towel". Groups are
ordered by relevance.
The return type of KeywordToolService.getKeywordsFromSite
in KeywordToolService.
Fields
| Field name | Field type | Field description |
groups |
string[] |
The keywords that the results are grouped by. The groups are ordered by
decreasing relevance to the site. |
keywords |
SiteKeyword[] |
The keywords generated from the url, along with the index of the group
they belong to. The keywords are ordered by decreasing relevance to the
site. |