Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.23 KB

File metadata and controls

29 lines (17 loc) · 1.23 KB

SeoPageIntersectionRequest

Properties

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]

Enum: IntersectionModeEnum

Name Value
UNION "union"
INTERSECT "intersect"