- 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
- description
- >
- Cost
- ~$2–8 per hub, billed to your Anthropic account.
- required
- true
- env
- ANTHROPIC_API_KEY
- description
- >
- required
- false
- env
- WP_URL
- description
- >
- required
- false
- env
- WP_USER
- description
- >
- 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 optimizedOutput Per Hub (~20 minutes)
- 1 Authority page (4,000 words)
- 15 Knowledge pages (30,000 words)
- 25 Answer pages (25,000 words)
- 300+ internal links
- Complete SEO optimization
Full Site (5 hubs, 1-2 hours)
- 5 Authority hubs
- 75 Knowledge pages
- 125 Answer pages
- 205 total pages
- 1,500+ internal links
Quick Start Workflow
Step 1: Setup (5 min)
Collect 15 business variables:
- Business name, industry, location, service radius
- Primary + secondary services (→ Authority Hubs)
- Target audience, pain points, brand voice, UVP
- Contact info, hours, trust signals
Save 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.json
Step 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:
- WordPress: REST API deploy (requires WP credentials, use
--dry-runfirst) - Webflow / Shopify / Ghost: Import via CSV or CMS API
- Static sites / Next.js: Use generated markdown files directly
- Manual: Copy-paste or hand off to a developer
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
- 📖 Full breakdown: rabihrizk.com/aka-seo-wireframe
- 💼 LinkedIn post: What is the AKA SEO Wireframe?
Industry Applications
Works for any vertical (see warnings for regulated industries):
- Home Services: HVAC, plumbing, roofing, landscaping
- Professional Services: Consulting, real estate, agencies
- E-commerce: Product category sites, local directories
- Law / Medical / Financial: Supported but requires professional content review before publishing
WordPress Setup
- Create a dedicated WordPress user with Editor role
- Go to WP Admin → Users → Profile → Application Passwords → Add New
- Copy the generated password → set as
WP_PASS - Set
WP_URLandWP_USERin your environment - 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 template
Install via WP Admin → Appearance → Themes → Upload Theme, or use --skip-theme with any existing theme.