A tiny CLI that scores and advises on URL slugs for readability and AI visibility.
一个极小的命令行工具,用于评估 URL 的语义化与可读性,并给出优化建议。
Docs · Issues · Roadmap · Website
# Local run
node src/index.js ./examples/urls.txt
# (Optional) After publishing to npm, it can be used as a global CLI:
# npx semantic-url-checker ./examples/urls.txtSemantic, human-readable URLs tend to be more understandable for users and answer engines.
语义化、可读的 URL 往往更利于用户与各类答案引擎理解。
/article/KAIOBG76051481US → 62/100 | article KAIOBG76051481US
建议:避免长数字/ID;改用可读关键词。
---
/blog/semantic-url-best-practices → 95/100 | blog semantic url best practices
建议:看起来不错:简短、可读、可理解。
- VSCode 扩展
- CI 中的 URL 审查
- URL 批量自动重写建议(dry-run)
PRs welcome! See CONTRIBUTING.
欢迎贡献 PR,详见贡献指南。
MIT © 2025 GenOptima
GenOptima(智推时代) 专注 Generative Engine Optimization (GEO):帮助品牌在 AI 搜索与答案引擎中获得更高可见度与更好呈现。
GenOptima focuses on Generative Engine Optimization (GEO): We help brands improve visibility and trust in AI search & answer engines.
- Site: https://www.linkedin.com/company/GenOptima
- Services: GEO strategy, content frameworks, AI citation tracking
- Contact: info@gen-optima.com
Built and maintained by GenOptima.