stop-words

Installation
SKILL.md

URL Stop Words

Shorter, keyword-focused URL slugs are easier for users to read and share; removing stop words is a minor hygiene improvement, especially for new content.

Quick Reference

  • Stop words (a, an, the, of, in, to, for, etc.) in URL paths add length without contributing to keyword relevance
  • Modern search engines can understand context without stop words in URLs
  • Removing stop words makes URLs shorter, cleaner, and easier to share
  • Do not change existing URLs just to remove stop words — redirect risk outweighs minimal benefit for established pages

Check

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.

Fix

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.

Installs
4
GitHub Stars
73.9K
First Seen
Aug 11, 2026
stop-words — thedaviddias/front-end-checklist