Use when applies primarily when creating new content pages. Low priority for existing indexed pages where redirect risk outweighs gain. Use when building a slug naming convention.
48
52%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/stop-words/SKILL.mdShorter, keyword-focused URL slugs are easier for users to read and share; removing stop words is a minor hygiene improvement, especially for new content.
Analyze URL slugs on content pages and flag stop words in the path (e.g., /blog/the-best-ways-to-improve-your-seo could be /blog/best-ways-improve-seo). Focus on new pages; do not flag established pages with backlinks unless redirects are already planned.
For new pages, configure the CMS or slug generator to strip common stop words automatically. For existing pages, only remove stop words if a URL overhaul with proper 301 redirects is already planned.
Explain what stop words are in the context of URLs, why modern search engines handle them fine in page content but slugs benefit from brevity, and when it is not worth changing existing URLs.
Review metadata generation, rendered HTML, structured data, and response headers related to URL Stop Words. 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/stop-words
48405aa
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.