Documentation
Getting started
From creating an account to your first scan. About twenty minutes, most of it waiting for DNS.
What is Crawlix?
Crawlix crawls your website, finds the technical and on-page problems that stop search engines and AI assistants understanding your pages, writes the fix, applies it where you allow, and then re-measures the page afterwards to check whether the change actually helped — reverting it if it made things worse.
That last part is the unusual one. Most SEO tools stop at the list of problems and leave the work, and the question of whether it worked, to you.
What Crawlix does
- Crawls your site and detects 91 distinct issue types from your real pages
- Writes a specific fix for a specific page, using AI
- Applies that fix through your CMS, at the edge, via the snippet, or as a GitHub pull request your team reviews
- Lets you undo any change it made
- Records what it expected to happen, then measures what did
- Tracks where you rank for keywords you choose — this needs a rank-data provider on your plan
What Crawlix does not do
Being clear about this up front saves you planning around something that is not coming.
- Guarantee a ranking. Nobody can. Rankings are Google's decision and depend on competitors nobody controls
- Make an AI assistant cite you. Crawlix improves what those systems read about you; the decision is theirs
- Acquire backlinks or create brand demand. Where one of those is what is holding a keyword back, Crawlix says so and says plainly that it cannot move it
- Manage your Google Business Profile, reviews, or the map pack
- Edit the body content of your pages through most CMSes. See the CMS table below — this one surprises people
Before you start
Have these ready:
- The exact domain you want scanned, in the form you consider canonical.
https://www.example.comandhttps://example.comare different projects - Admin access to your CMS, if you want Crawlix to apply fixes for you
- Access to your DNS, or the ability to upload a file to your web root, for domain verification
- Google Search Console access, if you want indexation and query data
1. Create your account
Sign up with an email and password, or a social login. You will land on the onboarding flow, which walks through the next three steps.
2. Add your website
Enter your domain and choose your platform.
Be careful here
Enter the domain exactly as you want it treated as canonical — including or excluding www. That is the form Crawlix will crawl and report on, and changing your mind later means a new project rather than an edit.
3. Verify your domain
Verification proves you control the site. Two methods: a DNS TXT record, or a file uploaded to your web root.
Verification is required for Autopilot and recommended for everything else. Until it passes, Crawlix will scan and advise but will not apply anything automatically.
Worth knowing
DNS changes can take up to 48 hours to propagate, though usually far less. If verification fails, check troubleshooting before retrying repeatedly.
4. Connect your CMS
This is how Crawlix writes fixes back to your site. Six integrations are supported, and they are not equally capable:
| Platform | Titles, metadata, schema, alt text | Page body content |
|---|---|---|
| WordPress | Yes | No |
| Shopify | Yes | No |
| Webflow | Yes | No |
| Ghost | Yes | No |
| Drupal | Yes | No |
| GitHub pull request | Yes | Yes |
Read that last column carefully. Every CMS integration writes titles, meta descriptions, canonicals, schema and alt text. None of them can edit the body of your pages. Only the GitHub pull-request route can, because it patches your page's actual source file — and a person reviews the diff before it merges.
If a content change cannot be delivered to your origin, Crawlix refuses to publish it rather than putting it somewhere search engines will never see.
5. Install the snippet (optional)
The snippet does two things: it collects real Core Web Vitals from your actual visitors, and it can deliver certain fixes.
Be careful here
The snippet runs in the visitor's browser. A crawler that does not execute JavaScript fetches your origin and sees the page unchanged. So snippet delivery is fine for measurement, and not a way to publish content for search engines. Crawlix will not use it for that.
You can skip this and add it later. Without it you still get lab performance data; you just do not get field data from real visits.
6. Run your first scan
Press scan. You will see live progress as pages are crawled. How long it takes is proportional to the size of your site.
Worth knowing
Scans currently run one at a time across the platform, so during busy periods your scan may sit waiting before it starts. It has not failed. The queue position is not shown yet.
When it finishes you get a score, an issue list grouped by severity, and a set of proposed fixes. Reading your first audit is next.
Other integrations
Supported today
- Google Search Console — queries, impressions, and Google's own URL Inspection verdict
- Google Analytics 4 — page traffic and key events
- Public REST API with JavaScript and Python SDKs, authenticated with bearer API keys you create in the dashboard
- Webhooks — subscribe to events in your own systems
Not currently supported
There is no Crawlix command-line tool, and live chat support is not currently configured. Support runs through the ticket form in your dashboard.