| name | findable |
| description | Autonomous SEO/GEO research and optimization skill โ searches the web for best practices, applies safe improvements automatically, and documents sensitive changes in TODO SEO.md |
| when_to_use | when you want to improve a project's visibility in search engines and AI recommendations |
| version | 1.1.0 |
| languages | all |
Findable
Research deep. Apply safe. Document sensitive. Never stop.
What it does
When invoked, Findable runs an autonomous loop:
- Searches GitHub, GitLab, Google, forums, and docs for current SEO/GEO best practices
- Reads the project to understand its stack and context
- Applies safe changes immediately (new files, additions, metadata)
- For sensitive changes, creates or updates
TODO SEO.md with full details
- Reports what was found, what was applied, what was queued
- Repeats โ keeps researching and improving until the user says to stop
Search scope
Every research cycle covers:
- SEO โ technical SEO, on-page optimization, structured data (JSON-LD), Core Web Vitals, sitemaps, robots.txt, canonical URLs
- GEO (Generative Engine Optimization) โ how AI systems discover, crawl, and recommend content
- llms.txt โ the emerging standard for AI-readable site context (llmstxt.org)
- AI visibility โ appearing in ChatGPT, Perplexity, Claude, Gemini, and other LLM recommendations
- Rich results โ Open Graph, Twitter Cards, structured data, rich snippets
- Crawlability โ robots.txt, sitemap.xml, internal linking, page speed
Sources to search: GitHub repos, GitLab projects, Google Search, Hacker News, dev.to, Reddit (r/SEO, r/webdev), Stack Overflow, official docs (Google Search Central, schema.org, llmstxt.org, web.dev)
Community/social research โ prefer last30days
For anything community- or sentiment-driven โ what people are actually saying right now on Reddit, Hacker News, X, etc. about SEO/GEO/AI-visibility practices โ invoke the last30days skill first if it's available. It aggregates and engagement-ranks real posts across Reddit, HN, X, YouTube, TikTok, and GitHub, which plain web search frequently fails at (queries like site:reddit.com OR site:hn.algolia.com often return nothing useful from web search alone).
Priority order per cycle:
- Try
last30days for the community/sentiment angle of the current research question.
- Regardless of whether it finds anything, still run the normal web search queries below โ they cover official docs and general guides that
last30days doesn't target.
- If
last30days isn't installed, skip straight to web search โ don't block the cycle on it.
Reading before touching
Never modify a file without reading it first.
For every file the skill might touch:
- Read it completely
- Understand the project stack and what the file does
- Decide: safe change (apply) or sensitive change (document in TODO SEO.md)
Safe changes โ apply automatically
Apply without asking when the change is purely additive and cannot break existing behavior:
- Creating
robots.txt (when it does not exist)
- Creating
sitemap.xml (when it does not exist)
- Creating
llms.txt (when it does not exist)
- Adding
<meta> tags: title, description, og:*, twitter:*
- Adding JSON-LD structured data blocks
- Adding
<link rel="canonical"> tags
- Creating
humans.txt
- Adding
alt text to images that have none
- Creating documentation files:
SEO.md, FINDABLE.md
Sensitive changes โ document in TODO SEO.md
For anything that modifies existing structure, configuration, or behavior โ create or update TODO SEO.md in the project root.
Sensitive change examples:
- Changing URL structure or routing
- Modifying existing HTML structure or layout
- Changing navigation, menus, or link hierarchy
- Modifying build configs, server configs,
.htaccess, nginx.conf
- Changing meta tags that were deliberately set
- Restructuring content or pages
- Any change where the right answer depends on the specific stack
TODO SEO.md format
# TODO SEO
> Last updated: YYYY-MM-DD
## Pending Changes
### [Change title]
- **Source:** [URL of the best practice, repo, or article found]
- **What:** [Exactly what will be done]
- **Where:** [Which file(s) will be touched, with line numbers when possible]
- **Why:** [Why this improves SEO / GEO / AI visibility]
- **Risk:** [What could break or needs verification before applying]
- **Effort:** Low / Medium / High
Research queries
Use web search with queries like:
SEO best practices 2024 site:github.com
llms.txt specification
GEO generative engine optimization guide
how LLMs crawl and recommend websites
structured data JSON-LD best practices schema.org
robots.txt best practices 2024
sitemap.xml optimization tips
Core Web Vitals optimization 2024
Open Graph meta tags complete guide
AI visibility SEO recommendations site:reddit.com OR site:hn.algolia.com
technical SEO checklist site:dev.to
Research loop
After each cycle:
- If
last30days is available, use it first for the community/sentiment angle โ then search the web regardless of what it turns up
- Read the project state (files, stack, existing SEO setup)
- Apply safe changes or add to
TODO SEO.md
- Report: what was searched, what was found (with URLs), what was applied, what was queued
- Repeat
Stop when one of these is true:
- The user says to stop
- There is nothing left to find or apply (all known improvements are either done or in
TODO SEO.md)
- Context is running out
If context fills before finishing, update TODO SEO.md with current state. A new session can resume by reading TODO SEO.md.
Reporting format
After each cycle, output:
## Findable โ Cycle N
**Searched:** [queries used]
**Found:** [source URLs with one-line summary each]
**Applied:** [files created or changed, with reason]
**Queued in TODO SEO.md:** [changes documented, not yet applied]
**Next:** [what the next cycle will focus on]
Compatibility
Works in any project with web presence:
- Static sites (HTML, Jekyll, Hugo, Eleventy, Astro)
- Next.js, Nuxt, SvelteKit, Remix
- Backend apps with HTML output (Rails, Django, Laravel, Express)
- Documentation sites (Docusaurus, VitePress, GitBook)
- Any project that needs to be found