An HTML element that specifies the title of a web page.
Search engines read it to understand the page's topic, and users see it as the clickable headline in search results.
01What it is and how it works
The title tag is placed inside the ` section of an HTML document using the ` element. Search engines parse this tag to understand the page's topic and display it as the main headline in search results. It also appears in the browser tab and when the page is shared on some platforms. The tag's content influences the page's relevance for specific queries. Google may rewrite the title tag if it considers the original unhelpful or if it better matches the user's query. The title tag is separate from the H1 heading, though they often align.
The title tag is the text you see as the blue link on a search results page. It tells both users and search engines what the page is about.
02What to do about it
Write a unique title tag for every page. Keep it between 50-60 characters to avoid truncation in search results. Place the primary keyword near the beginning. Include your brand name at the end, separated by a pipe or dash. Avoid generic titles like 'Home' or 'Untitled'. Use compelling language that encourages clicks without being misleading. Test your titles in search results and adjust based on performance.
03How it is measured or noticed
You can see your title tags in the browser tab or by viewing the page source. In search results, the title tag is the blue link text. Tools like Google Search Console show click-through rate (CTR) for each page's title. A low CTR may indicate a weak title. You can also use SERP preview tools to check how your title appears. Google may change your title in results; you can compare the indexed title in Search Console with your original.
04Common mistakes
- Using the same title tag on every page — this confuses search engines and users.
- Keyword stuffing — repeating the same phrase multiple times looks spammy.
- Writing titles that are too long — Google truncates after about 60 characters.
- Omitting the title tag entirely — some CMS defaults leave it blank.
- Using special characters that break the HTML — stick to plain text.
- Making titles misleading — high bounce rate and potential penalty.
05Limits
The title tag is not the only factor for ranking or click-through. Google may rewrite your title tag if it finds a better representation from the page content, H1, or other signals. Social media platforms often use the og:title meta tag instead of the title tag for sharing. The title tag does not guarantee a top ranking; it is one of many signals. Also, the title tag is not visible on the page itself (unless in the browser tab), so users on the page rely on the H1 for context.
06Worked example
Before: A blog post about 'How to Bake Sourdough Bread' had the title tag 'Blog Post 5'. After changing it to 'How to Bake Sourdough Bread at Home | The Bread Baker', the page's organic CTR increased by 30% over two months. The title now clearly describes the content and includes the brand.
Frequently asked questions
What is the difference between a title tag and an H1 heading?
A title tag is an HTML element that defines the page title for search results and browser tabs, while the H1 heading is the main visible headline on the page itself. They can be similar but serve different purposes and can differ.
Should I include my brand name in the title tag?
It depends on your page type and goals. For your homepage, including the brand name is common and helpful. For deep content pages, you may place it at the end or omit it if the page title is already clear.
How do I add a title tag to my HTML?
You place a <title> element inside the <head> section of your HTML document. For example: <title>Your Page Title</title>. It should be unique and descriptive.
Do title tags still matter for SEO in 2025?
Yes, they remain important for SEO and click-through rates, though their direct ranking weight has decreased. A well-written title tag still signals relevance to search engines and users.
What happens if I have duplicate title tags across multiple pages?
Search engines may struggle to understand which page is most relevant, and they might show a different title in results. This can lower your click-through rates and waste crawl budget.
How long after changing a title tag does Google update the search result?
It can take anywhere from a few days to several weeks. Google must recrawl and reindex the page, so there is no instant change. Monitor your search console for updates.
Asked out loud
spoken, not typedThe same term in the words somebody uses speaking to an assistant rather than typing into a box — written from the situation, which is why each one carries the situation it came from.
Check the title tag in your page's HTML. Google may also rewrite it, but the most common cause is a missing or incorrect title tag.
That text comes from the title tag. Edit the <title> element in the head of your HTML to change what shows in the tab.
Edit the title tag of that page. The title tag is what search engines usually display as the clickable headline, so changing it will update the link text.