AKA SEO Wireframe
by @lebtiga
Generate 200+ page authority site content using the Authority-Knowledge-Answer (AKA) framework. Produces structured content, internal linking maps, and SEO m...
clawhub install aka-seo-wireframeπ About This Skill
name: aka-seo-wireframe description: Generate 200+ page authority site content using the Authority-Knowledge-Answer (AKA) framework. Produces structured content, internal linking maps, and SEO metadata for any platform β WordPress, Webflow, Shopify, static sites, headless CMS, or anywhere. WordPress deployment is one optional export, not a requirement. Use when the user wants topical authority content, content hubs, pillar pages, programmatic SEO, or mentions "AKA framework", "authority site", "content wireframe", "200 page site", or "topical clustering".
credentials: - name: ANTHROPIC_API_KEY description: > Used for content generation (strategy, pages, internal linking) via claude-opus-4. Uses your agent's existing Anthropic API key β no separate key needed if already configured. Cost: ~$2β8 per hub, billed to your Anthropic account. required: true env: ANTHROPIC_API_KEY - name: WP_URL description: > OPTIONAL. Your WordPress site URL (e.g. https://example.com). Only needed if using the WordPress deploy step (Step 5). Steps 1β4 produce platform-agnostic output and require no WP credentials. required: false env: WP_URL - name: WP_USER description: > OPTIONAL. WordPress username for REST API access. Only needed for WordPress deploy step. Use a dedicated Editor-role account, not your main admin. required: false env: WP_USER - name: WP_PASS description: > OPTIONAL. WordPress Application Password (not your login password). Generate at: WP Admin β Users β Profile β Application Passwords β Add New. Only needed for WordPress deploy step. Revoke after use. required: false env: WP_PASS
AKA SEO Wireframe
A content architecture framework β not a WordPress tool.
Generate 200+ pages of structured, SEO-optimized authority content using the Authority-Knowledge-Answer (AKA) framework. Output is platform-agnostic markdown and JSON β use it on WordPress, Webflow, Shopify, Next.js, Ghost, any headless CMS, or anywhere else.
WordPress deployment is one optional step. The core value is the content itself.
Generate in 1-2 hours what typically takes 4-6 weeks manually.
Security & Safety Summary
| Question | Answer | |----------|--------| | Core workflow credentials | Anthropic API key only (uses your existing agent config) | | WordPress credentials | Optional β only needed if you choose the WP deploy step | | LLM used | claude-opus-4 (Anthropic) | | API cost | ~$2β8 per hub, billed to your Anthropic account | | Output format | Platform-agnostic markdown + JSON | | Content review required? | Yes β review AI content before publishing | | WordPress deploy safe? | Use --dry-run first; use staging before production | | Theme included? | Yes β optional, all 8 PHP files in assets/aka-framework-theme.zip |
The AKA Framework
Authority Pages (5-7 hubs)
βββ 4,000 words, comprehensive guides
βββ Head keywords, hub for all related content
β
βββ Knowledge Pages (12-15 per hub)
β βββ 2,000 words, deep-dive content
β βββ Mid-tail keywords
β βββ Specific topics and solutions
β
βββ Answer Pages (20-30 per hub)
βββ 1,000 words, FAQ format
βββ Long-tail questions
βββ Featured snippet optimized
Output Per Hub (~20 minutes)
Full Site (5 hubs, 1-2 hours)
Quick Start Workflow
Step 1: Setup (5 min)
Collect 15 business variables: 1. Business name, industry, location, service radius 2. Primary + secondary services (β Authority Hubs) 3. Target audience, pain points, brand voice, UVP 4. Contact info, hours, trust signalsSave to: .factory/config/aka-wireframe/business-config.json
Step 2: Generate Strategy (2 min)
Create complete AKA wireframe with hub topics, URL structure, keyword mapping. Save to:.factory/config/aka-wireframe/aka-strategy-output.jsonStep 3: Generate Content (8 min/hub)
Create all pages with variable injection. Placeholders used for internal links. Save to:generated-content/hub-N/Step 4: Process Internal Links (2 min/hub)
Convert[LINK:slug|anchor] placeholders β real URLs. Add AI contextual links. Validate no orphans.Step 5: Export / Deploy (3 min/hub)
Output is markdown + JSON β import it anywhere:--dry-run first)Reference Files
| Reference | When to Load |
|-----------|--------------|
| references/orchestrator.md | Coordinating full workflow |
| references/strategy-planner.md | Generating AKA strategy |
| references/content-generator.md | Creating page content |
| references/internal-linker.md | Processing links |
| references/wordpress-deployer.md | Deploying to WordPress |
| references/seo-optimizer.md | SEO auditing |
Created By
Rabih Rizk β rabihrizk.com AI strategy, SaaS, and digital marketing systems.
Built with Blockstorm.ai β AI-powered content and SEO automation.
Learn More
Industry Applications
Works for any vertical (see warnings for regulated industries):
WordPress Setup
1. Create a dedicated WordPress user with Editor role
2. Go to WP Admin β Users β Profile β Application Passwords β Add New
3. Copy the generated password β set as WP_PASS
4. Set WP_URL and WP_USER in your environment
5. After deployment, revoke the Application Password
Theme (Optional)
The included theme (assets/aka-framework-theme.zip) contains:
style.css β Theme stylesheet with AKA layoutfunctions.php β Theme functions and template supportheader.php / footer.php β Site chromeindex.php β Default templatepage-authority-hub.php β Authority Hub templatepage-knowledge.php β Knowledge page templatepage-answer.php β Answer page templateInstall via WP Admin β Appearance β Themes β Upload Theme, or use --skip-theme with any existing theme.