Write SEO Meta Titles: Length, Format, and Best Practices | OpsBlu Docs

Write SEO Meta Titles: Length, Format, and Best Practices

Craft meta title tags that rank and earn clicks. Covers optimal character length (50-60 chars), pixel width limits, keyword placement, and common...

The meta title tag is the single most influential on-page SEO element. It appears as the clickable headline in search results, browser tabs, and social shares. A well-optimized title tag directly improves both rankings and click-through rate.

Title Tag Syntax

<title>Primary Keyword - Secondary Keyword | Brand Name</title>

This is placed inside the <head> section of your HTML. Every page must have exactly one <title> tag with unique, descriptive text.

Optimal Length

Google displays approximately 600 pixels of title text in desktop search results, which translates to roughly 50-60 characters depending on letter width. Titles exceeding this limit get truncated with an ellipsis.

Character Guidelines

  • Minimum: 30 characters. Anything shorter wastes ranking opportunity.
  • Target: 50-60 characters. This range maximizes both keyword inclusion and display completeness.
  • Maximum visible: ~60 characters. Characters beyond this are hidden in SERPs.

Pixel width matters more than character count. Narrow characters like "i" and "l" allow longer titles, while wide characters like "W" and "M" shorten the effective limit. Test your titles with a SERP preview tool to verify they display fully.

Keyword Placement

Place your primary target keyword as close to the beginning of the title as possible. Search engines give slightly more weight to words appearing earlier in the title, and users scan from left to right.

<!-- Strong: keyword-first -->
<title>SEO Audit Checklist: 15 Technical Checks for 2026</title>

<!-- Weaker: keyword buried -->
<title>The Complete Guide to Running an SEO Audit Checklist</title>

Title Tag Formulas

Effective title patterns for different page types:

  • Blog posts: Primary Keyword: Specific Promise | Brand
  • Product pages: Product Name - Key Feature | Store Name
  • Category pages: Category Name - Shop Type | Brand
  • Service pages: Service Name in Location | Company
  • Homepage: Brand Name - Primary Value Proposition

Common Mistakes

Duplicate Titles

Every page must have a unique title. Duplicate titles across pages signal to Google that those pages may be duplicate content. CMS templates that auto-generate the same title for category pages are a frequent source of this issue.

Keyword Stuffing

<!-- Bad: stuffed -->
<title>SEO Tools SEO Software SEO Platform Best SEO</title>

Repeating keywords makes the title unreadable and may trigger a spam filter. Use each keyword once.

Missing Titles

Pages without a <title> tag force Google to generate one from page content, headings, or anchor text. The auto-generated title is almost always worse than a crafted one.

Brand Name Domination

<!-- Bad: brand takes up all the space -->
<title>Acme Corporation International LLC - About Us</title>

Keep brand names short and at the end of the title. The page-specific content should lead.

Google Title Rewrites

Google rewrites approximately 60-70% of title tags in search results. Common triggers for rewrites:

  • Title is too long or too short
  • Title does not match the page content
  • Title is stuffed with keywords
  • Title matches other pages on the same site

To reduce rewrites, keep titles concise, relevant to page content, and unique across your site. If Google consistently rewrites a particular title, it is signaling that your version does not accurately represent the page content.

Audit Process

  1. Export all title tags using a crawler like Screaming Frog. Sort by character length.
  2. Flag titles under 30 or over 60 characters for revision.
  3. Identify duplicates and rewrite each to reflect the unique content of its page.
  4. Check for missing titles and add them.
  5. Verify primary keywords appear in the first half of each title.
  6. Test in SERP preview tools to confirm full display without truncation.