Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 3.0 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Documentation for the requested version is not available.Documentation for the requested diff is not available.
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.
| 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. |