Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.26 KB

File metadata and controls

17 lines (14 loc) · 1.26 KB

# SeoKeywordsForSiteRequest

Properties

Name Type Description Notes
target string Target domain, such as example.com or https://example.com. Returns keywords the domain is relevant for.
location \Unifapi\Sdk\Model\SeoKeywordsForSiteLocation [optional]
language string Search language as an ISO code or full language name. Defaults to en. [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]
offset_token string Pagination token from a previous response. When set, all other params except limit are ignored. [optional]
include_subdomains bool When true (default), include keywords from subdomains of the target. [optional]
include_serp_info bool When true, include SERP data (result count and SERP feature types) for each keyword. Can add source cost. [optional]
view SeoKeywordView [optional]

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