Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 3.43 KB

File metadata and controls

42 lines (34 loc) · 3.43 KB

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 Integer 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 Integer 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 Integer Backlink rank of the target, similar to PageRank (0-1000 by default). [optional]
backlinks Integer Number of backlinks pointing to the target. [optional]
backlinksSpamScore Integer 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 Integer Number of backlinks pointing to broken (4xx/5xx) pages of the target. [optional]
brokenPages Integer Number of broken target pages that still receive backlinks. [optional]
referringDomains Integer Number of referring domains pointing to the target. [optional]
referringMainDomains Integer Number of referring root domains pointing to the target. [optional]
referringPages Integer Number of referring pages pointing to the target. [optional]
referringIps Integer Number of referring IP addresses pointing to the target. [optional]
referringSubnets Integer Number of referring subnets pointing to the target. [optional]
referringDomainsNofollow Integer Referring domains linking only with nofollow backlinks (full view). [optional]
referringMainDomainsNofollow Integer Referring root domains linking only with nofollow backlinks (full view). [optional]
referringPagesNofollow Integer Referring pages linking only with nofollow backlinks (full view). [optional]
referringLinksTld Map<String, Integer> Referring links grouped by top-level domain of the referring page (full view). [optional]
referringLinksTypes Map<String, Integer> Referring links grouped by link type, e.g. anchor, image, redirect (full view). [optional]
referringLinksAttributes Map<String, Integer> Referring links grouped by link attribute, e.g. nofollow, sponsored, ugc (full view). [optional]
referringLinksPlatformTypes Map<String, Integer> Referring links grouped by platform type, e.g. cms, blogs, ecommerce (full view). [optional]
referringLinksSemanticLocations Map<String, Integer> Referring links grouped by semantic location on the page, e.g. article, footer (full view). [optional]
referringLinksCountries Map<String, Integer> Referring links grouped by country of the referring page (full view). [optional]