Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 3.47 KB

File metadata and controls

39 lines (35 loc) · 3.47 KB

Unifapi.Sdk.Model.SeoBacklinksDomainPageItem

Properties

Name Type Description Notes
Url string Page URL on the target that receives backlinks.
Domain string Domain that hosts the page. [optional]
Ip string IP address the page is served from. [optional]
StatusCode int Last HTTP status code seen for the page. [optional]
FirstVisited string Date DataForSEO first crawled the page. [optional]
FetchTime string Date the page was last crawled. [optional]
Size int Page size in bytes. [optional]
MediaType string Media type of the page, e.g. text/html. [optional]
Title string Title of the page, if available. [optional]
Rank int Backlink rank of the target, similar to PageRank (0-1000 by default). [optional]
Backlinks int Number of backlinks pointing to the target. [optional]
BacklinksSpamScore int Average spam score of the referring pages, 0-100. [optional]
FirstSeen string Date DataForSEO first found a backlink for the target. [optional]
LostDate string Date the last backlink was lost, if the target currently has none. [optional]
BrokenBacklinks int Number of backlinks pointing to broken (4xx/5xx) pages of the target. [optional]
BrokenPages int Number of broken target pages that still receive backlinks. [optional]
ReferringDomains int Number of referring domains pointing to the target. [optional]
ReferringMainDomains int Number of referring root domains pointing to the target. [optional]
ReferringPages int Number of referring pages pointing to the target. [optional]
ReferringIps int Number of referring IP addresses pointing to the target. [optional]
ReferringSubnets int Number of referring subnets pointing to the target. [optional]
ReferringDomainsNofollow int Referring domains linking only with nofollow backlinks (full view). [optional]
ReferringMainDomainsNofollow int Referring root domains linking only with nofollow backlinks (full view). [optional]
ReferringPagesNofollow int Referring pages linking only with nofollow backlinks (full view). [optional]
ReferringLinksTld Dictionary<string, int> Referring links grouped by top-level domain of the referring page (full view). [optional]
ReferringLinksTypes Dictionary<string, int> Referring links grouped by link type, e.g. anchor, image, redirect (full view). [optional]
ReferringLinksAttributes Dictionary<string, int> Referring links grouped by link attribute, e.g. nofollow, sponsored, ugc (full view). [optional]
ReferringLinksPlatformTypes Dictionary<string, int> Referring links grouped by platform type, e.g. cms, blogs, ecommerce (full view). [optional]
ReferringLinksSemanticLocations Dictionary<string, int> Referring links grouped by semantic location on the page, e.g. article, footer (full view). [optional]
ReferringLinksCountries Dictionary<string, int> Referring links grouped by country of the referring page (full view). [optional]

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