Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.01 KB

File metadata and controls

21 lines (17 loc) · 2.01 KB

Unifapi.Sdk.Model.SeoBacklinksDomainPagesRequest

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]
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 SeoBacklinksDomainPagesRequestFilters [optional]
BacklinksFilters SeoBacklinksAnchorsRequestBacklinksFilters [optional]
OrderBy List<DataForSeoOrderByRule> Sort the returned target pages. Each rule is {&quot;field&quot;,&quot;dir&quot;} with dir asc or desc; up to 3 rules, applied in order. Sortable fields: url, status_code, size, media_type, first_visited, fetch_time, 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]