SEO

Backlink profile health check

See who links to the site and whether the backlink profile is healthy: referring domains, authority distribution, anchor text mix, dofollow share and concentration risk from Ahrefs, optionally compared against a competitor.

The playbook

Link count is a vanity metric. What matters is how many distinct domains link to you, how authoritative they are, and whether the anchor text looks natural.

Steps

  1. Get the baseline. Call ahrefs.domain_overview for the target to establish domain rating and organic traffic. Everything below is read relative to this.

  2. Pull referring domains. ahrefs.referring_domains with order_by on domain rating descending, limit: 200. Referring domains matter far more than total backlinks: 500 links from 5 sites is a much weaker profile than 100 links from 100 sites.

  3. Pull individual backlinks for anchor analysis. ahrefs.backlinks with limit: 500 ordered by source domain rating. Aggregate anchor text into buckets: branded, exact-match commercial, partial-match, generic ("click here", "read more"), and naked URL.

  4. Look for concentration risk. Compute what share of links come from the single largest referring domain, and from the top 5. A profile where one domain supplies most of the links is fragile: losing it moves rankings.

  5. Compare against a competitor if one is named. Run steps 1–2 for the competitor. Referring-domain count and average domain rating are the two numbers worth comparing directly.

  6. Report. Lead with: total referring domains, median domain rating, share of links from the top domain, and the anchor-text distribution. Then flag anything anomalous.

Gotchas

  • A high exact-match anchor share is a risk signal. Natural profiles are dominated by branded and generic anchors. If exact-match commercial anchors are a large share, say so plainly. It's the classic footprint of paid or manipulated links.
  • Don't recommend disavowing on this data alone. Ahrefs shows links, not penalties. Flag suspicious patterns for human review; disavow files cause real damage when applied carelessly.
  • New links take weeks to appear in any third-party index. Absence of a recent link isn't evidence it doesn't exist.
  • Dofollow vs nofollow matters for authority, but nofollow links from high-traffic sites still drive referral visits. Don't dismiss them outright.
  • To grow the profile rather than audit it, continue with competitor-new-backlinks: the sites linking to competitors right now are the prospect list.

Sequel CLI

Install Sequel skills into your agent

One command connects your agent to Sequel and installs the Sequel skill, so it knows this playbook exists and reads it when a question matches. The CLI signs you in, provisions a scoped API key and writes the config for you.

Already have an MCP client?

https://api.sequel.sh/mcp

Point it at this URL and sign in when prompted, or send an API key from Settings as a Bearer token. Skills come with it; nothing else to install. Manual setup per client

  1. 1

    Install the Sequel CLI

    One line installs the latest CLI with whatever package manager you have.

    curl -fsSL https://sequel.sh/install | sh
  2. 2

    Sign in

    Authenticate in your browser and pick an organization.

    sequel login
  3. 3

    Install into your agent

    Writes the MCP config and installs the Sequel skill file for agents that support skills. Pick an agent from the list, or target one directly by its slug.

    sequel install
    • Claude Code
      sequel install claude-code
    • Claude
      sequel install claude
    • Cursor
      sequel install cursor
    • VS Code
      sequel install vscode
    • Windsurf
      sequel install windsurf
    • Zed
      sequel install zed
    • Codex
      sequel install codex
    • OpenClaw
      sequel install openclaw
    • Hermes
      sequel install hermes

More like this

Other SEO skills

Analyze high-ranking landing pages

See which pages perform best in organic search: the landing pages that earn the most clicks and impressions, the queries behind each one, and how they compare with competitor estimates from Ahrefs.

Audit internal links to important pages

Audit the site's own internal linking: crawl navigation and body links between the site's pages to find valuable pages with too few inbound internal links, orphan pages, and the handful of cross-links that would lift striking-distance rankings.

Audit or draft an llms.txt

Check whether the site has an llms.txt, whether it follows the spec and points at the pages that matter, and if it is missing draft one from the pages Search Console shows people actually find, so AI assistants get a curated map of the site instead of guessing.

Audit redirect chains and loops

Follow every redirect on the URLs Search Console still sends traffic to, on the sitemap, and on backlinked pages, to find chains, loops, redirects to the homepage, and temporary redirects that should be permanent, so link equity and crawl budget stop leaking.

Audit referring domain quality

Grade the domains linking to a site by authority, traffic and link count, spot concentration risk and link-farm patterns, and separate the referring domains that carry weight from the ones that are noise.

Audit titles and meta descriptions

Compare the title and meta description of each top page against the queries it actually ranks for in Search Console, and find missing, duplicate, truncated or misaligned metadata on the pages where a rewrite would earn the most clicks.

Put this playbook to work

Connect a source, ask the question, and the agent follows these steps. Free to start.