Technical

What Is the HTML <title> Tag, and What Happens Without It?

One tag controls what a visitor sees in three different places before they've even loaded your content.

What it is

The <title> tag is a short piece of text placed inside a page's <head> section that names the page β€” it isn't printed anywhere inside the visible page content itself. Instead, it shows up in three places a visitor is likely to see before (or instead of) the page itself: the text on the browser tab, the name saved when someone bookmarks the page, and the clickable blue headline in a search engine's results list.

When this tag is missing entirely, browsers don't leave it blank β€” they fall back to showing something unhelpful like the page's raw web address, or literally the words "Untitled Document", in all three of those places.

Why it matters

A missing title is one of those problems that's invisible to you while looking at the page itself (the content still displays fine) but highly visible everywhere else the page's name is referenced. A browser tab full of your site's actual address instead of a page name makes it harder for a visitor to find your tab again among several open ones, a bookmark saved without a real title becomes meaningless the moment it's saved, and a search result with no title is one people are far less likely to click.

This is also one of the most basic technical checks a search engine, a security scanner, or simply a curious visitor's "View Source" click will notice immediately β€” it's a very early signal of whether a site is finished.

How to fix it

  1. Add a <title>Your Page Name</title> tag inside the <head> section of every page.
  2. Make the text specific to that page rather than reused site-wide β€” "Home" or your business name alone tells a visitor less than "Custom Leather Wallets β€” [Your Business Name]".
  3. If you're using a website builder (Squarespace, Wix, Webflow, WordPress), look for a "Page Title" or "SEO Title" field in that specific page's settings rather than editing code directly.
  4. Check a few other pages on your site too β€” a missing title on one page often means it's missing on several others built from the same template.
  5. Re-run your Launch Readiness check to confirm the title is now detected on every page.

Check whether your own site has this problem

Launch Readiness scans your site for this and ~50 other pre-launch issues in seconds β€” free, no signup.

Run a free check