Home / Knowledge Base / Tools and integrations / Building a Website's Link Profile

Building a Website's Link Profile

Tools and integrations 2 min read Updated 12.09.2026
How website crawling differs from link databases, what to look for in the results, where to check incoming links, and how to properly verify the rel attribute of a specific link.

Building a link profile crawls the site and shows what and where it links to: internal and external links, anchors, broken addresses. This is not a database of other people's backlinks, but an analysis of what is visible from the pages. The tool is link profile builder.

How this differs from link services

Website CrawlLink Service
What it seesLinks on your site's pagesLinks from other sites to you
TimelinessRight nowWith a delay of weeks
CompletenessComplete for crawled pagesDepends on the service's database
CostFreeUsually paid

For incoming links, there are two sources: the "Links" report in Search Console and paid link databases. Remember the delay: a fresh link does not appear there immediately.

What to look for in the results

  • Where weight goes. How many external links and to which domains.
  • Anchors of internal links. "Read more" does not inform the search about the target page.
  • Broken addresses — see how to find and fix them.
  • Pages without incoming internal linksorphans.
  • Links to http, remaining after switching to https.
How to check a specific link
The rel attribute should be checked in developer tools, not in the source code: some sites change it with a script already in the browser. Details and examples are in the article on weight transfer.

What to do with external links from your pages

Each outgoing link gives away part of the weight outside — this is normal and natural, links to sources increase trust. The problem arises when there are dozens on a page or when they lead to abandoned and questionable sites. A reasonable approach: remove links to dead resources, keep meaningful ones, and tag advertising and user links with appropriate attributes — see attribute breakdown.

Regularity

The profile changes subtly: sections move, pages are deleted, links remain. It is sufficient to check key sections once a quarter and definitely after any restructuring of the structure.

FAQ

Will the crawl show incoming links to my site?
No, it sees links on your site's pages. Incoming links are viewed in the Search Console report and paid link databases.
Why is the fresh link not in the report?
Due to the delay: links enter the service databases after weeks, and Search Console does not show all links.
How to check if a link is dofollow?
In the developer tools by the rendered DOM — some sites change the attribute with a script already in the browser.
Was this article helpful?
Try it on your project Everything described in the article is available in the dashboard — the registration bonus is already in your balance.
Open dashboard