SEO & Discoverability Custom Skills · Curated

Site Search Optimizer

Improves on-site search relevance by adding synonyms and analyzing what visitors actually search for.

What it does

Reviews the site's internal search query log (or a sample the user provides) to find frequent searches that return zero or poor results, then proposes synonym mappings, redirects for common misspellings, and content gaps the searches reveal. Also checks whether key product or content terms have obvious synonyms unmapped.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/site-search-optimizer/ (or ~/.claude/skills/site-search-optimizer/ for all projects)

GitHub Copilot (VS Code)

.github/skills/site-search-optimizer/

OpenAI Codex

.codex/skills/site-search-optimizer/

Cursor

.cursor/skills/site-search-optimizer/ (or ~/.cursor/skills/site-search-optimizer/ globally)

Compatibility

Works best with a search plugin that logs queries (SearchWP, Relevanssi, or a similar plugin); on plain WordPress core search, the user needs to supply query data manually since core doesn't log searches.