SEO

Run a technical SEO audit

Check the pages that matter for status codes, canonicals, noindex tags, titles, headings and sitemap coverage, prioritised by the Search Console traffic each page earns, so technical fixes go where they protect the most visits.

The playbook

A technical audit that checks ten thousand URLs equally produces a list nobody acts on. This one starts from the pages Search Console says earn the traffic, checks those first, and reports every finding with the clicks at stake next to it.

Sequel supplies the traffic data. The page checks use your own browsing: fetch the URLs yourself. If you cannot fetch pages, run steps 1 and 3, report the sitemap coverage findings, and say the page-level checks were skipped.

Steps

  1. Build the priority list. google_search_console.query with dimensions: ["page"], a 90-day window ending 3 days ago, rowLimit: 1000. Sorted by clicks, this is the order in which every check below is run and reported.

  2. Fetch robots.txt and the sitemap. Read /robots.txt for Sitemap: lines and crawl rules, then fetch the sitemap (or sitemap index and its children) and collect every URL it lists.

  3. Check sitemap coverage both ways. Search Console pages with clicks that are absent from the sitemap: Google found them by other means, and the sitemap is incomplete. Sitemap URLs with zero impressions in 90 days: either not indexed or not worth listing. Report both lists with counts.

  4. Check the top pages. Take the top 50 by clicks (say how many you did). For each, fetch and record: final status code and the number of redirect hops to reach it; the canonical URL and whether it points at itself; any noindex in meta robots or the X-Robots-Tag header; the title and its length; the meta description and its length; the number of H1 elements; hreflang and lang where present. Use sequel_workbench to run the fetches in a loop if you can execute code; otherwise fetch sequentially and lower the count.

  5. Grade the findings.

    • Critical: a page with clicks that returns 4xx or 5xx; a page with clicks carrying noindex; a page with clicks whose canonical points at a different URL.
    • High: a redirect chain on a page with clicks; a missing or duplicated title among the top pages; sitemap entries that redirect or 404.
    • Medium: missing descriptions, multiple H1s, titles over 60 characters, descriptions over 155. For each finding, attach the clicks of the affected page from step 1.
  6. Report. Findings first, grouped by severity, each row: URL, clicks at stake, the issue, the fix. Then the sitemap coverage summary. Then one sentence on what was not checked (Core Web Vitals, structured data, rendering) so the reader knows the scope. Continue with redirect-chain-audit if chains were found and with metadata-audit if titles were the main problem.

Gotchas

  • A noindex or an off-page canonical may be deliberate. Report it as an observation with the clicks at stake and ask; do not call it a bug until the user confirms it was unintended.
  • Fetch as a normal browser would. Some sites serve different heads to bots. If a canonical or robots tag is injected by JavaScript, your fetch will not see it; say so if the HTML looks thin.
  • Do not crawl the whole site. Fifty to a few hundred pages, chosen by traffic, is the audit. Thousands of fetches is a load test.
  • Sitemaps should list only canonical, indexable, 200 URLs. Anything else in one is a finding by itself.
  • Search Console lags 2 to 3 days. End the window 3 days back.

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.