Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.17 KB

File metadata and controls

17 lines (13 loc) · 1.17 KB

Unifapi.Sdk.Model.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 string union (default) returns keywords any page ranks for; intersect returns only keywords all pages rank for in the same SERP. [optional]
Limit int Maximum number of keywords to return. Defaults to 100. [optional]
Offset int Number of keywords to skip from the start of the results. [optional]
View SeoKeywordView [optional]

[Back to Model list] [Back to API list] [Back to README]