Outrings
Search engine optimisation

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.

4 min read
Short answer

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.

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 barely moves anything: keyword density, meta keywords (dead for two decades), submitting to hundreds of directories, changing content weekly for its own sake, and most of what is sold as a monthly SEO retainer. If someone proposes work, ask which of the five stages above it belongs to.

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

All 50 guides · How every check works · API for agents