SEO & Metadata
What is a title tag?
The HTML element (`<title>`) that defines the page's title, used as the clickable headline on a search results page and in browser tabs.
Also known as: page title, meta title
The title tag lives in the head: <title>Brand intelligence APIs for logos, colors, fonts | Brand.dev</title>. Search engines treat it as one of the strongest on-page signals of what the page is about, and they display it (sometimes rewritten) as the headline on the SERP. Browsers show it in tabs and bookmarks. Sharing tools fall back to it when no Open Graph title is set.
Best practices: 50-60 characters before truncation, primary keyword near the start, brand name at the end (separated by a pipe or dash), unique per page. Generic templates ("Home | Site Name") leave keyword targeting on the table; over-stuffed titles ("Best Cheap Fast Reliable Logos APIs Buy Now") get rewritten by Google or ignored.
For brand monitoring, the title tag is the most public summary of every page. Inconsistencies (different brand spellings, missing brand on some pages, stale product names) show up here first.
In the wild
- →
<title>Logo API: Get any company's logo in PNG or SVG | Brand.dev</title>on a product page - →An SEO refactor rewriting 300 page titles to remove a
Betasuffix that no longer applies - →A SERP audit catching that Google is rewriting half the titles, indicating they are keyword-stuffed or do not match search intent
How Brand.dev uses title tag
Endpoints in the Brand.dev API where this concept comes up directly.
FAQ
Title tag vs H1?
The title tag is metadata, shown to search engines and browser tabs. The H1 is the visible heading on the page itself. They should be related but do not have to be identical; the title is often more SEO-tuned, the H1 more reader-tuned.
Does Google rewrite my title?
Often, yes. Roughly 60% of titles get rewritten on the SERP. Most rewrites are minor (truncation, brand-name cleanup); some are aggressive when Google decides your title does not match search intent.
How long should a title be?
50-60 characters fits most desktop and mobile SERPs without truncation. Sometimes a longer, more compelling title is worth the truncation if the visible part still earns the click.
Related terms
A short summary of a page provided in HTML metadata, often used by search engines and link previews as the descriptive text below the title.
An HTML element in the `<head>` that supplies metadata about the page, title, description, viewport, social previews, robots directives.
Search Engine Optimization, the practice of structuring a site so that it ranks well in unpaid (organic) search results.
A meta-tag protocol Facebook introduced in 2010 that tells social platforms how to render a link preview, title, description, image, and type.