Rankwell

The SEO checklist for a new website

Ten things to get right before you worry about anything else, in the order that matters, with how to check each one on your own site.

17 September 2026 · 3 min read

Most new websites are not held back by anything clever. They are held back by a missing title, a page nobody links to, or a robots file copied from a template that quietly blocks everything. Work through this list in order. Each step takes minutes and none of it needs a specialist.

1. Make sure search engines are allowed in

Open yoursite.com/robots.txt in a browser. If you see Disallow: / under User-agent: *, your entire site is asking search engines to stay away. That line belongs on a staging site and nowhere else.

Then view the page source of your homepage and search for noindex. A <meta name="robots" content="noindex"> tag keeps a page out of results no matter how good it is. Staging sites are often copied to production with that tag still in place.

2. Give every page a title that describes it

The <title> is the headline of your search result, and the single most important piece of text on the page. Aim for 30 to 60 characters, put the useful words first, and make each one different from the others.

  • Weak: Home | Acme
  • Better: Hand-forged garden tools, made in Tunis | Acme

Duplicate titles across many pages are a common problem on shops and blogs, where a template repeats the site name and nothing else.

3. Write a meta description that earns the click

The description does not affect ranking directly, but it decides whether someone clicks. Write 70 to 160 characters that say what the page offers. If you leave it empty, the search engine picks a snippet for you, and it often picks your cookie banner or navigation.

4. Use one H1, and make it match the page

One main heading per page, saying the same thing as the title in human words. Subheadings (H2, H3) break the page into sections a reader can skim, which also helps AI assistants quote the right part.

5. Check the site works on a phone

Google indexes the mobile version of your pages. Add <meta name="viewport" content="width=device-width, initial-scale=1"> in the head, then open the site on a real phone. Tap the main buttons. If text needs zooming or buttons sit under each other, fix that before anything else.

6. Serve everything over HTTPS

Get a certificate (Let's Encrypt is free, and most hosts do it automatically), then make sure http:// redirects to https://. Check that images, scripts and stylesheets also load over https://: one insecure image breaks the padlock and browsers may block it.

A sitemap is a list of your pages at yoursite.com/sitemap.xml. Most platforms generate one. Add a line to robots.txt pointing at it:

Sitemap: https://yoursite.com/sitemap.xml

Keep the lastmod dates accurate. A sitemap that claims every page changed today teaches crawlers to ignore the dates.

A page that nothing links to is nearly invisible: search engines find pages by following links. Every important page should be reachable from the homepage in three clicks or fewer. Link with words that describe the destination ("pour over brewing guide"), not "click here".

9. Make the pages fast enough

You do not need a perfect score. You need pages that appear quickly on a mid-range phone on a normal connection. The usual wins: compress images and serve them in modern formats, remove scripts you no longer use, and let your host or CDN cache pages.

10. Connect Search Console

Google Search Console is free and shows the searches that bring people to you, which pages are indexed, and any problems Google found. Bing Webmaster Tools does the same for Bing, which also feeds several AI assistants.

What to do next

Work down the list once, then run an audit to catch what a manual check misses: duplicate titles across hundreds of pages, redirect chains, pages nobody links to, slow responses. That is exactly what Rankwell's site audit reports, with the fix for each problem.

Once the basics hold, the next questions are what to write about and whether AI assistants can read your site. Start with keyword research that matches search intent, then check your AI search readiness.

Common questions

How long before a new site appears in Google?
Days for a small site with links pointing at it, weeks or months for a site nobody links to yet. Submitting a sitemap in Google Search Console usually speeds up the first crawl.
Do I need to submit my site to search engines?
No. They find sites by following links. Search Console and Bing Webmaster Tools simply make the first visit sooner and show you what was found.

Read next