Generates SEO-friendly URL slugs for content pages using research-backed best practices. It aims for 3-5 word slugs under 60 characters, strips stop words, converts to lowercase with hyphens, and puts your primary keyword up front. The workflow is straightforward: extract the main keyword, summarize instead of copying the full title, validate length, and check uniqueness. What I appreciate is the specific guidance on common mistakes like auto-generated IDs and changing slugs without redirects. It pulls from analysis of 11.8 million Google results showing shorter URLs correlate with higher rankings. Works across blog posts, articles, product pages, and other content types where clean permalinks matter.
npx skills add https://github.com/kostja94/marketing-skills --skill url-slug-generator