Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 3.18 KB

File metadata and controls

38 lines (30 loc) · 3.18 KB

SeoBacklinksSummaryResponse

Properties

Name Type Description Notes
target String Target echoed from the request.
view SeoBacklinksView
crawledPages Integer Number of target pages DataForSEO has crawled. [optional]
internalLinksCount Integer Number of internal links found across the crawled target pages. [optional]
externalLinksCount Integer Number of external links found across the crawled target pages. [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]