Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 3.79 KB

File metadata and controls

46 lines (43 loc) · 3.79 KB

# SeoBacklinkItem

Properties

Name Type Description Notes
domain_from string Domain of the page that links to the target. [optional]
url_from string URL of the page that links to the target. [optional]
url_to string Target URL the backlink points to. [optional]
domain_to string Target domain the backlink points to. [optional]
anchor string Anchor text of the backlink. [optional]
dofollow bool Whether the backlink is dofollow. [optional]
item_type string Type of backlink: anchor, image, link, redirect, or canonical. [optional]
rank int Backlink rank of the referring page (0-1000). [optional]
page_from_rank int Rank of the referring page itself (0-1000). [optional]
domain_from_rank int Rank of the referring domain (0-1000). [optional]
backlink_spam_score int Spam score of the referring page, 0-100. [optional]
is_new bool Whether the backlink appeared since the last check. [optional]
is_lost bool Whether the backlink was lost since the last check. [optional]
is_broken bool Whether the backlink points to a broken page. [optional]
first_seen string Date the backlink was first found. [optional]
last_seen string Date the backlink was last seen. [optional]
prev_seen string Previous date the backlink was seen before the last check (full view). [optional]
tld_from string Top-level domain of the referring page (full view). [optional]
url_from_https bool Whether the referring page uses HTTPS (full view). [optional]
url_to_https bool Whether the target URL uses HTTPS (full view). [optional]
alt string Alt text, if the backlink is an image link (full view). [optional]
image_url string Image URL, if the backlink is an image link (full view). [optional]
text_pre string Text immediately before the anchor (full view). [optional]
text_post string Text immediately after the anchor (full view). [optional]
semantic_location string Semantic location of the link on the page, e.g. article, footer (full view). [optional]
attributes string[] Link rel attributes, e.g. nofollow, sponsored, ugc (full view). [optional]
links_count int Number of identical links from the referring page (full view). [optional]
group_count int Number of similar grouped links from the referring domain (full view). [optional]
page_from_title string Title of the referring page (full view). [optional]
page_from_language string Language of the referring page (full view). [optional]
page_from_status_code int HTTP status code of the referring page (full view). [optional]
page_from_external_links int Number of external links on the referring page (full view). [optional]
page_from_internal_links int Number of internal links on the referring page (full view). [optional]
domain_from_country string Country of the referring domain (full view). [optional]
domain_from_platform_type string[] Platform types of the referring domain, e.g. cms, blogs (full view). [optional]
url_to_status_code int HTTP status code of the target URL (full view). [optional]
url_to_redirect_target string Redirect target of the backlink URL, if any (full view). [optional]
is_indirect_link bool Whether the link reaches the target via a redirect or canonical (full view). [optional]

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