Which SEO Knobs to Turn First: A Developer's Checklist
If you build websites, clients assume you “do SEO” too. The good news: most of the highest-impact SEO work is squarely in your wheelhouse already. You don’t need to become a content strategist — you need to turn a handful of knobs in the right order.
Here’s that order.
1. Make every page indexable and fast
Before anything clever, get the basics right:
- Each important page returns
200, isn’t blocked byrobots.txt, and has no straynoindex. - One clear
<title>and one<h1>per page. - A sensible URL structure and a working XML sitemap.
- Reasonable Core Web Vitals — you already optimize images and JS payloads; that is SEO now.
If a page can’t be crawled or is painfully slow, nothing else you do matters.
2. Write titles and meta descriptions that match intent
The <title> is still one of the most powerful on-page levers. Each page’s title should clearly state what the page is for, using the words a real person would search. The meta description doesn’t directly rank you, but it drives click-through — and clicks matter.
One page, one primary topic, one focused title. Don’t stuff.
3. Get the heading structure right
Headings are how both readers and search engines understand a page’s shape. Use a single <h1> for the main topic, then <h2>/<h3> for real sub-sections — not for styling. A clean heading outline often unlocks “people also ask” and rich results with zero new content.
4. Build internal links on purpose
This is the knob developers most often ignore and SEOs most often obsess over — for good reason. Internal links tell Google which pages matter and what they’re about. Link from your strong pages to the pages you want to rank, using descriptive anchor text. A page with no internal links pointing at it is a page you’ve told Google to ignore.
5. Add structured data (schema)
You can emit JSON-LD in a template once and benefit on every page. Organization, BreadcrumbList, FAQPage, Product, LocalBusiness — pick what fits and you become eligible for rich results that take up more space in the search listing. This is pure markup work: very developer-friendly, high upside.
6. Then worry about content depth
Only after the above is solid does it pay to expand thin pages, add genuinely useful content, and target new queries. Doing this first, on a site that’s slow or has a broken heading structure, is building on sand.
The hard part isn’t the knobs — it’s knowing which one, where
Any one of these is easy. The skill is knowing which change matters most for this page on this site right now. That’s the gap RankRight fills: it reads a site’s Search Console data and hands you a prioritized, plain-English list — turn this knob, on this page, for this reason — so you can offer SEO as a service without years of trial and error.