Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.22 KB

File metadata and controls

17 lines (13 loc) · 1.22 KB

Unifapi.Sdk.Model.SeoBacklinksSummaryRequest

Properties

Name Type Description Notes
Target string Domain, subdomain, or page to analyze. A domain or subdomain is specified without https:// and www. (example.com); a page is specified as an absolute URL (https://example.com/blog/).
BacklinksStatusType SeoBacklinksStatusType [optional]
IncludeSubdomains bool Include backlinks pointing to the target's subdomains. Defaults to true. [optional]
IncludeIndirectLinks bool Include indirect links (via redirects or canonicals) to the target. Defaults to true. [optional]
ExcludeInternalBacklinks bool Exclude internal backlinks from the target's own subdomains. Defaults to true. [optional]
InternalListLimit int Maximum number of entries kept in each referring_links_* breakdown map. Defaults to 10. [optional]
RankScale SeoBacklinksRankScale [optional]
View SeoBacklinksView [optional]

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