ScrepyDocs

Title Tag SEO Audit

Analyze missing, short, long, and duplicate title tags in Screpy and write distinct titles that match page purpose.

Title tags help browsers and search systems understand a page and can influence the title link shown in search results. Screpy groups title findings into Missing Title, Short Title, Long Title, and Duplicate Title.

Understand Screpy's checks

  • Missing Title: no usable <title> value was found.
  • Short Title: title length is below 30 characters.
  • Long Title: title length is above 60 characters.
  • Duplicate Title: multiple crawled URLs use the same title.

The 30- and 60-character values are review thresholds, not Google limits. Google states that title links are truncated as needed for the device and may be generated from the title element, visible heading, prominent text, anchor text, and other signals. Follow Google's title-link guidance.

<title>Technical SEO Audit Guide | Example</title>

Analyze title findings

  1. Confirm the page is indexable and intended for search.
  2. Compare its title with the visible H1 and primary content.
  3. Review the queries and intent the page should own.
  4. Group duplicates by template, pagination, parameters, and canonical target.
  5. Look for boilerplate that pushes the distinguishing words out of view.
  6. Inspect representative mobile and desktop search results, without assuming Google must show the supplied text.

A short title can be excellent when it is specific. A long title can remain clear if its important words come first. Duplicate titles are expected for some non-indexable utility states but problematic when distinct indexable pages cannot be distinguished.

Write better titles

Describe the page accurately, lead with the useful distinction, use the same language as the content, and keep branding concise. Avoid keyword repetition, vague labels such as “Home,” and templates that change only one minor token across thousands of pages.

At scale, generate titles from reliable page-specific fields and define behavior for missing values. Do not manually rewrite every duplicate before identifying whether canonicalization, routing, or the template is the real cause.

Example decision

Thirteen category pages share “Products | Example.” Each represents a distinct category and is indexable. Update the template to include the category name. If duplicates are tracking-parameter variants canonicalized to one clean URL, fix internal URL generation and canonical consistency instead of inventing titles for every variant.

Verify the change

Inspect the rendered <title>, recrawl, and confirm missing and duplicate groups changed as intended. Use Search Console after recrawling to observe actual query and click behavior; a title edit does not guarantee that search engines will display it verbatim.

Review titles as search-result promises

A title tag should help people identify the page and distinguish it from alternatives. Length filters are useful for finding likely truncation, vagueness, or template bloat, but Google does not publish a fixed character limit. Display can vary by device, query, and generated title treatment.

Review the title with the visible H1, main content, brand, and competing pages. Put the differentiating information early, keep boilerplate controlled, and avoid repeating the same keyword with minor variations.

Diagnose each filter

  • Missing Title: confirm the rendered head truly lacks a title and that client rendering is not delayed.
  • Short Title: ask whether the wording is specific enough, not whether it reaches a quota.
  • Long Title: remove repeated branding, categories, and low-value modifiers before cutting meaningful terms.
  • Duplicate Title: determine whether URLs are duplicates, variants, paginated pages, or genuinely different content with a shared template default.

A duplicate-title cluster often reveals a deeper URL or content-architecture issue. Fixing only the text can hide duplication without resolving it.

Expected movement

After template fixes, Missing and Duplicate Title counts should fall across affected page types. Short and Long counts may move in either direction as titles become more descriptive. Search results may not immediately show the exact title tag because Google can generate title links from several page signals.

Google's title-link guidance explains those sources and common rewriting causes. Validate rendered HTML, recrawl, and then monitor important queries rather than treating a crawler threshold as a guarantee.

Return to the Pages overview to compare title findings across templates and page types. MDN's title element reference documents the underlying HTML element and accessibility considerations.

On this page