| Name | Type | Description | Notes |
|---|---|---|---|
| pages | List<String> | Absolute page URLs to compare (1-20). A trailing /_* wildcard matches a page and its sub-paths. | |
| excludePages | List<String> | Page URLs to exclude (up to 10). Keywords where these rank are dropped. | [optional] |
| location | SeoPageIntersectionLocation | [optional] | |
| language | String | Search language as an ISO code or full language name. Defaults to en. | [optional] |
| intersectionMode | IntersectionModeEnum | union (default) returns keywords any page ranks for; intersect returns only keywords all pages rank for in the same SERP. | [optional] |
| limit | Integer | Maximum number of keywords to return. Defaults to 100. | [optional] |
| offset | Integer | Number of keywords to skip from the start of the results. | [optional] |
| view | SeoKeywordView | [optional] |
| Name | Value |
|---|---|
| UNION | "union" |
| INTERSECT | "intersect" |