Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.43 KB

File metadata and controls

24 lines (20 loc) · 2.43 KB

Unifapi.Sdk.Model.SeoBacklinksDomainIntersectionRequest

Properties

Name Type Description Notes
Targets List<string> Domains, subdomains, or pages to find common referring domains for (1-20). Order is preserved as the 1-based index in the response.
ExcludeTargets List<string> Domains, subdomains, or pages to exclude (up to 10). Domains linking to these are dropped. [optional]
IntersectionMode string all (default) returns domains linking to any target; partial returns only domains linking to every target. [optional]
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]
Filters SeoBacklinksDomainIntersectionRequestFilters [optional]
BacklinksFilters SeoBacklinksAnchorsRequestBacklinksFilters [optional]
OrderBy List<DataForSeoOrderByRule> Sort the intersecting domains. Prefix each field with the 1-based target index, e.g. 1.rank. Each rule is {&quot;field&quot;,&quot;dir&quot;} with dir asc or desc; up to 3 rules, applied in order. Sortable fields: rank, backlinks, backlinks_spam_score, referring_domains, referring_main_domains, referring_pages, referring_ips, referring_subnets, broken_backlinks, broken_pages, first_seen, lost_date. [optional]
Limit int Maximum number of records to return. Defaults to 100. [optional]
Offset int Number of records to skip from the start of the results. [optional]
View SeoBacklinksView [optional]

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