Page Title (Title Tag)
The page title, or title tag, is the <title> element in a page's HTML <head>. It's not visible in the page body, but it shows up as the clickable headline in search results, the label on a browser tab, and the default text when someone shares the link. Search engines and AI systems both read it as one of the clearest, cheapest signals a page gives about what it's actually about.
Why the page title matters
Most people decide whether to click before they ever open your page, and the title is the headline they're judging. A vague or duplicated title costs you clicks you'd otherwise get for free. It matters more now, not less: research from SparkToro and Similarweb found 68% of US Google searches in early 2026 ended with no click to any website at all, up from about 60% two years earlier. When a result does get seen, the title is doing the work of earning that click, and search engines still weight the words in it more heavily than ordinary body text when deciding what a page is about.
How it works technically
The tag is a single line in the invisible <head> of the HTML document: <title>Your Title</title>. Every page should carry its own, unique title rather than reusing one across a site. Keep it to roughly 50-60 characters — Google truncates longer titles with an ellipsis in the results list, so anything past that length is effectively invisible. Put the page's main topic near the front, since it's the part most likely to survive truncation. Most CMS platforms, including WordPress and Shopify, expose a plain text field for this so you never have to touch the underlying markup.
Common mistakes
The most common failure is duplication: ten pages all titled "Home" or just the company name give search engines and readers nothing to tell them apart. Keyword stuffing — "Shoes Cheap Shoes Buy Shoes Online" — reads as spam and is treated as spam. Titles that run too long get cut off mid-thought, burying the point. Titles that are too vague, like "Welcome" or "Untitled," describe nothing. And leaving the tag empty doesn't remove the problem — the search engine or AI system just generates its own version from whatever text it can find, usually a worse one than you'd have written. The fix is the same in every case: write a specific, honest title for each page, one at a time.
Relation to AI recommendations
Tools like ChatGPT (900 million weekly users as of February 2026), Gemini (over 1 billion monthly users as of August 2026), and Google's AI Overviews (over 2 billion monthly users) all draw on crawled web content to write answers and pick sources to name. A specific title still helps here, for the same reason it helps a human skimming a results page: it tells the system what the page is for, quickly. But don't mistake this for a special AI checklist item. Google's own guidance is explicit that AI Overviews and AI Mode need no special markup, schema, or AI-specific files, and warns against writing content "for AI" separately from writing it for people. And Ahrefs research shows AI citation is its own selection process, not a proxy for search rank — only 6-8% of URLs ChatGPT cites overlap with Google's top 10 for the same query. A clear, honest title serves both audiences because it was never really two different audiences.
Example
Picture a small tax firm in Leipzig whose advice page had carried the title "News" for years. Nobody scanning a results page could tell what it was about, and it rarely surfaced for relevant searches. After the firm rewrote it to "Tax Return 2026: Deadlines and Tips for the Self-Employed — Meier Firm," two things changed: the page started showing up for the right questions, and more of the people who saw it actually clicked through. Later, an AI assistant began naming the firm when answering questions about self-employed tax deadlines. None of that took new content — just a title that finally said what the page was for.
Common questions
How long should a page title be?
Aim for roughly 50-60 characters. Google truncates longer titles with an ellipsis in the results list, so put your most important words near the front where they'll survive the cut.
Is the page title the same as the main heading (H1)?
No. The title tag lives in the invisible <head> and shows up in the browser tab and search results. The H1 is the visible heading readers see on the page itself. They should agree on topic, but they don't need to be worded identically.