Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when applies to all HTML pages. Use when auditing pages that have disappeared from search results or when checking staging vs. production meta tag parity.
.claude/skills/thedaviddias-robots-meta/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 54% | 0% |
| case-22 | ✓→✓ | = Same ✓ | 13% | 0% |
| case-23 | ✓→✓ | = Same ✓ | 5% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 50% | 0% |
An accidental noindex on a key landing page silently removes it from search results; audit every page's robots directive to avoid invisible ranking losses.
<meta name="robots" content="..."> in <head> to control indexing per-pagenoindex only on pages that should not appear in search resultsnoindex, nofollow on pages you want crawled for PageRank flowgooglebot, bingbot) override the generic robots tag for that crawlerInspect <head> for <meta name="robots" content="...">. Verify the content value is intentional (e.g., production pages should not have noindex). Check for conflicting googlebot-specific tags.
Remove or update the noindex directive from pages that should appear in search results. For pages that must be blocked, confirm noindex is intentional. Remove duplicate or conflicting robots meta tags.
Explain the difference between robots.txt and meta robots, when each should be used, and why noindex combined with follow still allows link equity to flow.
Review metadata generation, rendered HTML, structured data, and response headers related to Set robots meta directives correctly. Flag exact routes or templates where search-facing output violates the rule, and describe how to verify the final page output.
For full implementation details, code examples, and framework-specific guidance, see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/seo/robots-meta
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-22 | pass→pass | 12,835 | 12,308 | -4% | 1 | 1 | 0% | 2,589 | 2,923 | +13% | 0 | 0 | — |
case-23 | pass→pass | 10,096 | 8,964 | -11% | 1 | 1 | 0% | 2,058 | 2,163 | +5% | 0 | 0 | — |
case-01 | fail→pass | 14,547 | 13,559 | -7% | 1 | 1 | 0% | 2,609 | 3,053 | +17% | 0 | 0 | — |
case-02 | fail→pass | 9,015 | 12,066 | +34% | 1 | 1 | 0% | 1,767 | 2,724 | +54% | 0 | 0 | — |
case-03 | pass→pass | 6,575 | 8,046 | +22% | 1 | 1 | 0% | 1,237 | 1,851 | +50% | 0 | 0 | — |
case-04 | pass→pass | 8,037 | 8,520 | +6% | 1 | 1 | 0% | 1,517 | 1,925 | +27% | 0 | 0 | — |
case-05 | pass→pass | 10,762 | 9,002 | -16% | 1 | 1 | 0% | 1,973 | 2,124 | +8% | 0 | 0 | — |
case-06 | pass→pass | 6,653 | 6,323 | -5% | 1 | 1 | 0% | 1,205 | 1,447 | +20% | 0 | 0 | — |
case-07 | pass→pass | 10,472 | 10,806 | +3% | 1 | 1 | 0% | 1,858 | 2,365 | +27% | 0 | 0 | — |
case-08 | pass→pass | 8,802 | 6,781 | -23% | 1 | 1 | 0% | 1,646 | 1,668 | +1% | 0 | 0 | — |
case-09 | pass→pass | 13,577 | 9,591 | -29% | 1 | 1 | 0% | 2,306 | 2,073 | -10% | 0 | 0 | — |
case-10 | pass→pass | 9,488 | 5,834 | -39% | 1 | 1 | 0% | 1,693 | 1,431 | -15% | 0 | 0 | — |
case-11 | pass→pass | 17,682 | 13,727 | -22% | 1 | 1 | 0% | 2,918 | 2,918 | 0% | 0 | 0 | — |
case-12 | pass→pass | 6,771 | 6,351 | -6% | 1 | 1 | 0% | 1,239 | 1,564 | +26% | 0 | 0 | — |
case-13 | pass→pass | 8,992 | 6,630 | -26% | 1 | 1 | 0% | 1,583 | 1,619 | +2% | 0 | 0 | — |
case-14 | pass→pass | 12,232 | 10,976 | -10% | 1 | 1 | 0% | 2,001 | 2,153 | +8% | 0 | 0 | — |
case-15 | pass→pass | 6,145 | 5,501 | -10% | 1 | 1 | 0% | 1,087 | 1,300 | +20% | 0 | 0 | — |
case-16 | pass→pass | 3,032 | 2,799 | -8% | 1 | 1 | 0% | 547 | 858 | +57% | 0 | 0 | — |
case-17 | pass→pass | 6,494 | 4,616 | -29% | 1 | 1 | 0% | 1,112 | 1,209 | +9% | 0 | 0 | — |
case-18 | pass→pass | 6,590 | 5,642 | -14% | 1 | 1 | 0% | 1,158 | 1,348 | +16% | 0 | 0 | — |
case-19 | pass→pass | 11,457 | 9,505 | -17% | 1 | 1 | 0% | 1,941 | 1,867 | -4% | 0 | 0 | — |
case-20 | pass→pass | 9,821 | 10,803 | +10% | 1 | 1 | 0% | 1,904 | 2,168 | +14% | 0 | 0 | — |
case-21 | pass→pass | 13,095 | 11,496 | -12% | 1 | 1 | 0% | 2,526 | 2,982 | +18% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +9 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.