seo-backlink-strategy
SEO Backlink Strategy
Plan and execute effective backlink acquisition strategies to build domain authority.
Why Backlinks Matter
Backlinks = Endorsements. Google views links from other sites as votes of confidence. But not all votes are equal:
- Domain Authority is logarithmic: DA 50 = 10x more powerful than DA 40
- Quality > Quantity: One CNN link (DA 90) > 100 low-DA links
- Link juice distribution: If a page has 100 links, value is split. 2 links = more value each.
In the AI Era: LLMs like ChatGPT pull from top-ranked, well-linked sources. Backlinks still determine authority for AI recommendations.
The 10 Backlink Strategies
Quick Reference
More from ahonn/dotfiles
react-best-practices
React best practices from react.dev and Vercel. Use when: (1) Reviewing React code, (2) Debugging performance issues, (3) Optimizing bundle size, (4) Writing effects or state logic. Triggers on: React performance, re-render, bundle size, waterfalls, code splitting, memo, useCallback, useMemo, useEffect, SSR flicker, initial load slow, React Compiler, state structure, immutable update, setState array object.
14rust-design-patterns
Rust idioms and design patterns for writing idiomatic code. Use when: (1) Writing new Rust code, (2) Reviewing Rust code, (3) Solving borrow checker issues, (4) Designing Rust APIs. Triggers on: Rust ownership problems, lifetime errors, API design questions, 'how to do X idiomatically in Rust'.
14comment-cleanup
Clean up code comments. Use when: improving comment quality, removing redundant comments. Triggers on: 'clean up comments', 'comment cleanup'.
12skill-creator
Guide for creating Claude skills. Use when: creating or updating skills. Triggers on: 'create skill', 'new skill', 'skill template'.
12agent-browser
Browser automation for web testing, screenshots, data extraction. Use when: navigating websites, filling forms, testing web apps. Triggers on: 'open browser', 'screenshot', 'click element'.
11code-quality
Code quality standards. Defines complexity management, modular design, code smell detection. Applied automatically when writing or reviewing code.
11