Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 3.85 KB

File metadata and controls

50 lines (42 loc) · 3.85 KB

SeoBacklinkItem

Properties

Name Type Description Notes
domainFrom String Domain of the page that links to the target. [optional]
urlFrom String URL of the page that links to the target. [optional]
urlTo String Target URL the backlink points to. [optional]
domainTo String Target domain the backlink points to. [optional]
anchor String Anchor text of the backlink. [optional]
dofollow Boolean Whether the backlink is dofollow. [optional]
itemType String Type of backlink: anchor, image, link, redirect, or canonical. [optional]
rank Integer Backlink rank of the referring page (0-1000). [optional]
pageFromRank Integer Rank of the referring page itself (0-1000). [optional]
domainFromRank Integer Rank of the referring domain (0-1000). [optional]
backlinkSpamScore Integer Spam score of the referring page, 0-100. [optional]
isNew Boolean Whether the backlink appeared since the last check. [optional]
isLost Boolean Whether the backlink was lost since the last check. [optional]
isBroken Boolean Whether the backlink points to a broken page. [optional]
firstSeen String Date the backlink was first found. [optional]
lastSeen String Date the backlink was last seen. [optional]
prevSeen String Previous date the backlink was seen before the last check (full view). [optional]
tldFrom String Top-level domain of the referring page (full view). [optional]
urlFromHttps Boolean Whether the referring page uses HTTPS (full view). [optional]
urlToHttps Boolean Whether the target URL uses HTTPS (full view). [optional]
alt String Alt text, if the backlink is an image link (full view). [optional]
imageUrl String Image URL, if the backlink is an image link (full view). [optional]
textPre String Text immediately before the anchor (full view). [optional]
textPost String Text immediately after the anchor (full view). [optional]
semanticLocation String Semantic location of the link on the page, e.g. article, footer (full view). [optional]
attributes List<String> Link rel attributes, e.g. nofollow, sponsored, ugc (full view). [optional]
linksCount Integer Number of identical links from the referring page (full view). [optional]
groupCount Integer Number of similar grouped links from the referring domain (full view). [optional]
pageFromTitle String Title of the referring page (full view). [optional]
pageFromLanguage String Language of the referring page (full view). [optional]
pageFromStatusCode Integer HTTP status code of the referring page (full view). [optional]
pageFromExternalLinks Integer Number of external links on the referring page (full view). [optional]
pageFromInternalLinks Integer Number of internal links on the referring page (full view). [optional]
domainFromCountry String Country of the referring domain (full view). [optional]
domainFromPlatformType List<String> Platform types of the referring domain, e.g. cms, blogs (full view). [optional]
urlToStatusCode Integer HTTP status code of the target URL (full view). [optional]
urlToRedirectTarget String Redirect target of the backlink URL, if any (full view). [optional]
isIndirectLink Boolean Whether the link reaches the target via a redirect or canonical (full view). [optional]