The title is too long. The description is missing. The canonical points at itself twice. Metadata errors are the most common SEO mistakes on the web — here's the full list, and how to check it automatically.
Updated August 2026 · 6 min read
width=device-width, initial-scale=1 — without
it mobile rendering breaks.noindex or nofollow.<html lang> plus hreflang on
multilingual sites.A manual check takes 10–15 minutes per page and gets forgotten after the next redesign. Page Profile reads the page and scores every point — as terminal output, JSON, or an HTML report you can hand to a client:
$ npx page-profile https://yoursite.com/page title "Your page title here" 54 chars OK description 148 chars OK canonical https://yoursite.com/page OK og:image present (1200x630) OK score 11/12 WARN
Also: technical SEO checks, the meta tag checker and canonical URLs explained.
Title tag (50–60 characters), meta description (120–158 characters), canonical URL, viewport and Open Graph tags. Title and description control how your page appears in search results; the canonical prevents duplicate-content issues; OG tags control link previews on LinkedIn and social platforms.
A CLI tool like Page Profile takes a URL and returns the full profile: title length, description, robots, canonical, OG tags and structured data — as JSON or an HTML report. Run it per page, or use batch mode over a list of URLs.
Google generates its own snippet from the page content — usually worse than a written one, but the page still ranks. A missing title tag is more serious: Google rewrites the title from headings, which typically costs click-through rate.
Yes. Identical titles on two pages force Google to choose which to show. An audit that compares pages against each other (like comparison mode in Page Profile) catches duplicates immediately.
Related: Technical SEO check · Meta tag checker · Compare two pages