Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thedaviddias avatar

Meta Description

  • 1 installs
  • 73.4k repo stars
  • Updated June 18, 2026
  • thedaviddias/frontendchecklist

Audits each page for a unique meta description tag between 120 and 160 characters and writes or fixes one when it is missing, duplicated, or the wrong length.

About

Checks the head of each page for a unique meta description tag of the right length and rewrites it as call-to-action ad copy for search results. A developer uses it when auditing page metadata or generating descriptions for new pages.

  • Flags missing, duplicate, or out-of-range (120-160 char) descriptions
  • Meta description is not a ranking factor but drives click-through rate

Meta Description by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,710 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thedaviddias/frontendchecklist --skill meta-description

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars73.4k
Last updatedJune 18, 2026
Repositorythedaviddias/frontendchecklist

What it does

Audits each page for a unique meta description tag between 120 and 160 characters and writes or fixes one when it is missing, duplicated, or the wrong length.

Files

SKILL.mdMarkdownGitHub ↗

Write a meta description for each page

A compelling meta description acts as organic ad copy in search results—well-written descriptions improve click-through rates even though they are not a direct ranking signal.

Quick Reference

  • Every page should have a unique meta description between 120–160 characters
  • Meta descriptions are not a ranking factor but strongly influence click-through rates
  • Write descriptions as a call to action that summarises the page value
  • Google may override your description with content from the page

Check

Check the <head> for a <meta name='description'> tag. Verify it is present, unique, and between 120 and 160 characters. Flag pages where it is missing, duplicated, or outside the recommended length.

Fix

Add or update the <meta name='description' content='...'> tag in <head>. Write a unique summary of 120–160 characters that accurately describes the page content and includes a natural call to action or value proposition.

Explain

The meta description appears as the short paragraph below the title in search results. Although not a ranking factor, a compelling description improves click-through rate, which can indirectly benefit rankings.

Code Review

Check the <head> for <meta name='description' content='...'> element. Verify: (1) the element exists, (2) content attribute is non-empty, (3) length is between 70 and 160 characters, (4) no HTML tags inside content, (5) the description is unique (not the same as other pages).

---

For full implementation details, code examples, and framework-specific guidance, see references/rule.md.

Rule page: https://frontendchecklist.io/en/rules/seo/meta-description

Related skills

Marketing & SEOseocontent

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.