How can I improve my SEO?
The work that actually moves rankings, ordered by effect per hour spent — and the popular tasks that do almost nothing.
In order: make sure your pages can be crawled and indexed at all, give each page a unique title and description that match its content, make the content genuinely answer what its title promises, fix mobile and speed problems, then earn links. Most sites have a fault in the first two and spend their time on the fifth.
One: can it be found at all
Nothing else matters if this is broken, and it is broken more often than people believe.
- robots.txt. A stray
Disallow: /from a staging deployment removes the whole site. Read the file, do not assume. - noindex. A
meta name="robots" content="noindex"left in a template is the classic silent killer. It looks like nothing is wrong. - Canonical tags. A canonical pointing at the wrong URL — or at the homepage from every page — tells Google to ignore the page you want indexed.
- Sitemap. Not required, but it helps discovery on larger sites and it is free.
- Status codes. Pages that should 404 but return 200 fill the index with rubbish and dilute the site.
Two: titles and descriptions
The highest-value hour most sites can spend. A page needs a <title> that is unique, describes that page specifically, and reads like something a person would click.
- Aim for roughly 50–60 characters before truncation. Longer is not penalised, it is just cut off.
- Put the distinguishing words first. "Emergency plumber, Bristol — Outrings" beats "Outrings — Emergency plumber, Bristol".
- Every page different. Duplicate titles across a site are a strong signal of thin or templated content.
- The meta description does not affect ranking directly, but it affects whether anyone clicks, which affects everything downstream. Write it as ad copy, around 150 characters.
Three: does the page deliver what the title promises
This is the check most people skip. Take your title, read the page as a stranger, and ask whether the page answers it. A title claiming "complete guide to X" over four paragraphs of introduction is a mismatch, and both users and ranking systems notice.
- One primary topic per page. Two topics means neither ranks.
- Answer the question near the top. Do not make people scroll past your origin story.
- Headings that describe real sections, in order, without skipping levels.
- Enough depth to be the best answer available — which is not the same as a word count target.
Four: the technical basics that still matter
- Mobile. Indexing is mobile-first. If it is broken on a phone, that is the version being judged.
- Speed. Core Web Vitals are a real if modest factor, and a genuine factor in whether people stay.
- HTTPS. Table stakes. Also fix mixed content, which quietly breaks the padlock.
- Internal links. The most underrated item on this list. Link your related pages to each other with descriptive anchor text; it distributes authority and helps discovery for free.
- Alt text. Accessibility first, image search second.
Five: links, honestly
Links remain a major ranking factor and cannot be shortcut safely. Buying them risks a penalty; the schemes that "work" work until they do not. What actually accumulates links is publishing something worth linking to — original data, a genuinely useful tool, a definitive explanation — and then telling relevant people it exists.
What our audit reports about this
Every item below is measured directly, not inferred. Run it against your own site and the result names the exact rule or header responsible.
- Title and meta description presence, length, uniqueness and truncation.
- Canonical correctness, noindex directives, robots.txt rules and sitemap validity.
- Heading structure, including skipped levels and multiple H1s.
- Whether the page content correlates with what its title claims.
- Mobile viewport, HTTPS, mixed content, image alt coverage and internal link structure.
For agents and scripts, the same measurement is at
/api/v1/seo?url=yoursite.com —
see the API documentation.
Related questions
How long before SEO changes show results?
Technical fixes such as removing a noindex can take days once recrawled. Content and title changes typically take weeks. Authority changes take months. Anyone promising results in days is describing something that will not last.
Do I need to blog every week?
No. Publishing frequency is not a ranking factor. One page that is the best answer to a real question outperforms fifty weekly posts that answer nothing, and the fifty posts actively dilute the site.
Is keyword density real?
Not in any usable sense. Write naturally about the subject; the words that matter appear on their own. Optimising toward a density figure produces text that reads badly, which costs you more than the imaginary gain.
Read next
Why is my website not showing on Google?
Work through it in order — not indexed, indexed but not ranking, or ranking but not for anything you noticed.
ReadWhat is a good meta description length?
Around 150–160 characters, and length is the least interesting thing about it.
ReadWhat is a canonical URL and why does it matter?
It tells search engines which version of a page is the real one. Get it wrong and you can de-index your own site.
ReadDoes page speed affect SEO?
Yes, modestly and as a tie-breaker. It affects whether people stay far more than it affects where you rank.
Read