Skip to content
Shiftrank

Docs

Shiftrank sits between your visitors and your origin. Setup is DNS only — there is nothing to install and no application code to change.

Setup

  1. 01

    Verify the domain

    Add the TXT record shown in the dashboard. Verification confirms you control the zone before any traffic moves.

    TXT  _shiftrank.example.com  "shiftrank-verify=<token>"
  2. 02

    Move traffic through the proxy

    Point the hostname you want measured at the proxy. Requests are forwarded to your origin unchanged while you are in observe mode.

    CNAME  www.example.com  proxy.shiftrank.ai
  3. 03

    Confirm the hop

    A proxied response carries the Shiftrank header. If it is missing, DNS has not propagated yet.

    curl -sI https://www.example.com | grep -i x-shiftrank

Machine-readable surfaces

/llms.txt
Served at your apex once enabled. Authored in the dashboard, versioned per change.
/robots.txt
Kept as your origin serves it unless you opt into managed AI directives.
Accept: text/markdown
Content negotiation returns a markdown rendering of the requested page to clients that ask.

Shiftrank publishes its own at /llms.txt.

Guides

Start free