Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.29 KB

File metadata and controls

35 lines (23 loc) · 2.29 KB

SeoBacklinksReferringNetworksRequest

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/).
networkAddressType NetworkAddressTypeEnum Group referring networks by individual IP (ip, default) or by subnet (subnet). [optional]
backlinksStatusType SeoBacklinksStatusType [optional]
includeSubdomains Boolean Include backlinks pointing to the target's subdomains. Defaults to true. [optional]
includeIndirectLinks Boolean Include indirect links (via redirects or canonicals) to the target. Defaults to true. [optional]
excludeInternalBacklinks Boolean Exclude internal backlinks from the target's own subdomains. Defaults to true. [optional]
internalListLimit Integer Maximum number of entries kept in each referring_links_* breakdown map. Defaults to 10. [optional]
rankScale SeoBacklinksRankScale [optional]
filters SeoBacklinksReferringNetworksRequestFilters [optional]
backlinksFilters SeoBacklinksAnchorsRequestBacklinksFilters [optional]
orderBy List<DataForSeoOrderByRule> Sort the returned referring networks. 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 Integer Maximum number of records to return. Defaults to 100. [optional]
offset Integer Number of records to skip from the start of the results. [optional]
view SeoBacklinksView [optional]

Enum: NetworkAddressTypeEnum

Name Value
IP "ip"
SUBNET "subnet"