@lebtiga/sonic-agent 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/LICENSE.txt +223 -0
  2. package/README.md +61 -0
  3. package/bin/sonic.js +304 -0
  4. package/lib/index.js +20 -0
  5. package/lib/installer.js +156 -0
  6. package/lib/license.js +48 -0
  7. package/package.json +46 -0
  8. package/plugin/.claude-plugin/plugin.json +13 -0
  9. package/plugin/README.md +100 -0
  10. package/plugin/agents/sonic.md +80 -0
  11. package/plugin/commands/sonic-build.md +145 -0
  12. package/plugin/commands/sonic-help.md +71 -0
  13. package/plugin/skills/accessibility-qa/SKILL.md +160 -0
  14. package/plugin/skills/accessibility-qa/templates/accessibility-qa-report-template.md +123 -0
  15. package/plugin/skills/accessibility-qa/templates/wcag-compliance-statement.md +70 -0
  16. package/plugin/skills/aka-wireframe-wp/SKILL.md +149 -0
  17. package/plugin/skills/aka-wireframe-wp/assets/aka-framework-theme/README.md +190 -0
  18. package/plugin/skills/aka-wireframe-wp/assets/aka-framework-theme/footer.php +49 -0
  19. package/plugin/skills/aka-wireframe-wp/assets/aka-framework-theme/functions.php +395 -0
  20. package/plugin/skills/aka-wireframe-wp/assets/aka-framework-theme/header.php +58 -0
  21. package/plugin/skills/aka-wireframe-wp/assets/aka-framework-theme/index.php +39 -0
  22. package/plugin/skills/aka-wireframe-wp/assets/aka-framework-theme/page-answer.php +62 -0
  23. package/plugin/skills/aka-wireframe-wp/assets/aka-framework-theme/page-authority-hub.php +122 -0
  24. package/plugin/skills/aka-wireframe-wp/assets/aka-framework-theme/page-knowledge.php +58 -0
  25. package/plugin/skills/aka-wireframe-wp/assets/aka-framework-theme/style.css +633 -0
  26. package/plugin/skills/aka-wireframe-wp/references/content-generator.md +371 -0
  27. package/plugin/skills/aka-wireframe-wp/references/internal-linker.md +430 -0
  28. package/plugin/skills/aka-wireframe-wp/references/orchestrator.md +269 -0
  29. package/plugin/skills/aka-wireframe-wp/references/prompts-library.md +880 -0
  30. package/plugin/skills/aka-wireframe-wp/references/seo-optimizer.md +433 -0
  31. package/plugin/skills/aka-wireframe-wp/references/strategy-planner.md +317 -0
  32. package/plugin/skills/aka-wireframe-wp/references/wordpress-deployer.md +545 -0
  33. package/plugin/skills/authority-site-builder/SKILL.md +138 -0
  34. package/plugin/skills/brand-philosophy/SKILL.md +77 -0
  35. package/plugin/skills/freepik-spaces/SKILL.md +122 -0
  36. package/plugin/skills/freepik-spaces/docs/automation-guide.md +233 -0
  37. package/plugin/skills/freepik-spaces/docs/research-notes.md +264 -0
  38. package/plugin/skills/freepik-spaces/plans/naseberry-demo-plan.md +320 -0
  39. package/plugin/skills/freepik-spaces/templates/naseberry-demo.json +302 -0
  40. package/plugin/skills/freepik-spaces/templates/saas-demo.json +212 -0
  41. package/plugin/skills/frontend-design/LICENSE.txt +177 -0
  42. package/plugin/skills/frontend-design/SKILL.md +77 -0
  43. package/plugin/skills/programmatic-seo/SKILL.md +236 -0
  44. package/plugin/skills/programmatic-seo/references/playbooks.md +293 -0
  45. package/plugin/skills/seo-qa/SKILL.md +132 -0
  46. package/plugin/skills/seo-qa/templates/schema-localbusiness.json +49 -0
  47. package/plugin/skills/seo-qa/templates/schema-service.json +36 -0
  48. package/plugin/skills/seo-qa/templates/seo-qa-report-template.md +90 -0
  49. package/plugin/skills/visual-identity/SKILL.md +109 -0
  50. package/plugin/skills/visual-identity/templates/style-guide-template.md +108 -0
  51. package/plugin/skills/website-image-gen/SKILL.md +82 -0
  52. package/plugin/skills/website-image-gen/templates/blog-featured.md +56 -0
  53. package/plugin/skills/website-image-gen/templates/hero-service-photo.md +56 -0
  54. package/plugin/skills/wordpress-pro/SKILL.md +105 -0
  55. package/plugin/skills/wordpress-pro/references/gutenberg-blocks.md +870 -0
  56. package/plugin/skills/wordpress-pro/references/hooks-filters.md +845 -0
  57. package/plugin/skills/wordpress-pro/references/performance-security.md +1012 -0
  58. package/plugin/skills/wordpress-pro/references/plugin-architecture.md +1041 -0
  59. package/plugin/skills/wordpress-pro/references/theme-development.md +858 -0
  60. package/plugin/sops/SOP-Sonic 777/authority-site-sop.html +1100 -0
  61. package/plugin/sops/SOP-WORDPRESS-330-PAGE-SITES.md +926 -0
  62. package/scripts/postinstall.js +109 -0
@@ -0,0 +1,880 @@
1
+ # Master Prompts Collection - Complete Library
2
+
3
+ ## How to Use This Library
4
+
5
+ 1. **Find the prompt** for your task
6
+ 2. **Replace [VARIABLES]** with your specific information
7
+ 3. **Copy to AI** (Claude, ChatGPT, etc.)
8
+ 4. **Review output** and refine
9
+ 5. **Deploy content**
10
+
11
+ ---
12
+
13
+ ## Table of Contents
14
+
15
+ 1. [Strategy & Planning Prompts](#strategy--planning-prompts)
16
+ 2. [Keyword Research Prompts](#keyword-research-prompts)
17
+ 3. [Content Generation Prompts](#content-generation-prompts)
18
+ 4. [SEO Optimization Prompts](#seo-optimization-prompts)
19
+ 5. [Code Generation Prompts](#code-generation-prompts)
20
+ 6. [Internal Linking Prompts](#internal-linking-prompts)
21
+ 7. [Conversion Optimization Prompts](#conversion-optimization-prompts)
22
+
23
+ ---
24
+
25
+ ## Strategy & Planning Prompts
26
+
27
+ ### 1. Generate AKA Content Structure
28
+
29
+ ```
30
+ I'm creating a comprehensive SEO content strategy for my business using the
31
+ AKA (Authority-Knowledge-Answer) framework.
32
+
33
+ **Business Details**:
34
+ - Business: [BUSINESS_NAME]
35
+ - Industry: [INDUSTRY]
36
+ - Location: [CITY, STATE]
37
+ - Main Services: [LIST 3-5 SERVICES]
38
+ - Target Audience: [WHO YOU SERVE]
39
+
40
+ **Task**: Generate a complete AKA content structure including:
41
+
42
+ 1. **5-7 Authority Hub Topics**
43
+ - Each should be a major service/topic area
44
+ - Include primary keyword for each
45
+ - Explain why each hub is important
46
+
47
+ 2. **For Each Authority Hub**: List 12-15 Knowledge Page Topics
48
+ - Specific subtopics within the hub
49
+ - Target mid-tail keywords
50
+ - Explain the connection to parent hub
51
+
52
+ 3. **For Each Authority Hub**: List 20-25 Answer Page Questions
53
+ - Organize by question type (How, What, Why, When, Cost)
54
+ - Use natural language as people would search
55
+ - Target featured snippets
56
+
57
+ 4. **URL Structure Recommendation**
58
+ - Suggest optimal URL hierarchy
59
+ - Example URLs for each page type
60
+
61
+ 5. **Content Priority Ranking**
62
+ - Which hubs to create first
63
+ - Which pages drive most traffic/conversions
64
+
65
+ **Output Format**:
66
+ - Organized by hub
67
+ - Clear hierarchy
68
+ - Actionable implementation order
69
+
70
+ Generate this complete content architecture.
71
+ ```
72
+
73
+ ### 2. Competitor Content Gap Analysis
74
+
75
+ ```
76
+ Analyze competitor content and identify gaps for my business to exploit.
77
+
78
+ **My Business**:
79
+ - Name: [BUSINESS_NAME]
80
+ - Industry: [INDUSTRY]
81
+ - Location: [LOCATION]
82
+ - Main Service: [PRIMARY_SERVICE]
83
+
84
+ **Competitors** (provide URLs):
85
+ 1. [COMPETITOR_1_URL]
86
+ 2. [COMPETITOR_2_URL]
87
+ 3. [COMPETITOR_3_URL]
88
+
89
+ **Analysis Needed**:
90
+ 1. **Content Topics Competitors Cover**: List all major topics they have content about
91
+ 2. **Content Gaps**: Topics they DON'T cover well or at all
92
+ 3. **Depth Analysis**: Topics where their content is shallow
93
+ 4. **Question Gaps**: Questions people ask that they don't answer
94
+ 5. **Local Gaps**: Local/location-specific content missing
95
+ 6. **Opportunities**: Topics where I can create superior content
96
+
97
+ **Provide**:
98
+ - 20 content topics competitors miss entirely
99
+ - 15 topics where I can create better/deeper content
100
+ - 30 specific questions they don't answer
101
+ - 10 local angles they ignore
102
+
103
+ This will inform my content strategy to outrank them.
104
+ ```
105
+
106
+ ### 3. Keyword Clustering for Hubs
107
+
108
+ ```
109
+ Create keyword clusters for my Authority Hubs.
110
+
111
+ **Industry**: [INDUSTRY]
112
+ **Location**: [CITY, STATE]
113
+ **Main Topic**: [PRIMARY_TOPIC]
114
+
115
+ **Task**: Generate keyword clusters for content organization:
116
+
117
+ **For Authority Hub**: [HUB_TOPIC]
118
+
119
+ 1. **Head Keywords** (3-5):
120
+ - High volume, competitive
121
+ - Primary targets for Authority page
122
+
123
+ 2. **Mid-Tail Keywords** (15-20):
124
+ - Moderate volume
125
+ - Targets for Knowledge pages
126
+ - Each can support a 2,000-word page
127
+
128
+ 3. **Long-Tail Keywords** (30-40):
129
+ - Lower volume, specific
130
+ - Targets for Answer pages
131
+ - Question format preferred
132
+
133
+ 4. **LSI Keywords** (20-30):
134
+ - Related terms and synonyms
135
+ - To be distributed across all content
136
+
137
+ 5. **Local Modifiers** (10-15):
138
+ - Location-specific variations
139
+ - [Service] + [City/Area] combinations
140
+
141
+ **Organize by**:
142
+ - Search intent (informational, commercial, transactional)
143
+ - Difficulty score (estimate)
144
+ - Priority for implementation
145
+
146
+ Generate complete keyword ecosystem for this hub.
147
+ ```
148
+
149
+ ---
150
+
151
+ ## Keyword Research Prompts
152
+
153
+ ### 4. "People Also Ask" Questions Generator
154
+
155
+ ```
156
+ Generate "People Also Ask" style questions for my industry.
157
+
158
+ **Topic**: [YOUR_TOPIC]
159
+ **Industry**: [INDUSTRY]
160
+ **Audience**: [TARGET_AUDIENCE]
161
+
162
+ **Generate 50 questions** people commonly ask about [TOPIC], organized by:
163
+
164
+ 1. **How Questions** (Process/Instructions) - 10 questions
165
+ 2. **What Questions** (Definitions/Explanations) - 10 questions
166
+ 3. **Why Questions** (Reasoning/Importance) - 8 questions
167
+ 4. **When Questions** (Timing/Urgency) - 7 questions
168
+ 5. **Cost Questions** (Pricing/Value) - 8 questions
169
+ 6. **Comparison Questions** (This vs That) - 7 questions
170
+
171
+ **Requirements**:
172
+ - Use natural language as people actually search
173
+ - Include [LOCATION] where relevant
174
+ - Focus on [AUDIENCE]'s pain points
175
+ - Questions should drive toward my services
176
+
177
+ These will become Answer pages optimized for featured snippets.
178
+ ```
179
+
180
+ ### 5. Long-Tail Keyword Expander
181
+
182
+ ```
183
+ Expand this seed keyword into long-tail variations.
184
+
185
+ **Seed Keyword**: [PRIMARY_KEYWORD]
186
+ **Industry Context**: [INDUSTRY]
187
+ **Location**: [CITY, STATE]
188
+
189
+ **Generate 100 long-tail keyword variations** including:
190
+
191
+ 1. **Question-Based** (30):
192
+ - How to...
193
+ - What is...
194
+ - Why does...
195
+ - When should...
196
+ - Can I...
197
+
198
+ 2. **Problem-Based** (20):
199
+ - [Problem] solution
200
+ - [Problem] help
201
+ - [Problem] fix
202
+
203
+ 3. **Comparison-Based** (15):
204
+ - [Option A] vs [Option B]
205
+ - [Service] compared
206
+ - Best [service] for...
207
+
208
+ 4. **Location-Based** (20):
209
+ - [Keyword] near me
210
+ - [Keyword] in [city]
211
+ - [Neighborhood] [keyword]
212
+
213
+ 5. **Intent-Based** (15):
214
+ - [Keyword] cost
215
+ - [Keyword] reviews
216
+ - Best [keyword]
217
+ - Cheap [keyword]
218
+ - Emergency [keyword]
219
+
220
+ **Format**:
221
+ Keyword | Est. Volume | Intent | Content Type Suggestion
222
+ ```
223
+
224
+ ---
225
+
226
+ ## Content Generation Prompts
227
+
228
+ ### 6. Complete Authority Hub Generator
229
+
230
+ ```
231
+ [USE THE DETAILED PROMPT FROM /02-AI-AGENT-SYSTEM/WP-Content-Generator-UNIVERSAL.md]
232
+
233
+ VARIABLES TO FILL:
234
+ - [BUSINESS_NAME]: _____
235
+ - [INDUSTRY]: _____
236
+ - [SERVICE_TYPE]: _____
237
+ - [LOCATION]: _____
238
+ - [STATE]: _____
239
+ - [PRIMARY_KEYWORD]: _____
240
+ - [TARGET_AUDIENCE]: _____
241
+ - [PAIN_POINTS]: _____
242
+ - [BRAND_VOICE]: _____
243
+ - [CTA]: _____
244
+ - [PHONE]: _____
245
+
246
+ [Then use the full Authority Page template]
247
+ ```
248
+
249
+ ### 7. Knowledge Page Generator (Batch)
250
+
251
+ ```
252
+ Generate 5 Knowledge Pages for my [HUB_TOPIC] Authority Hub.
253
+
254
+ **Business Context**:
255
+ - Business: [BUSINESS_NAME]
256
+ - Industry: [INDUSTRY]
257
+ - Parent Hub: [HUB_TOPIC]
258
+ - Location: [CITY, STATE]
259
+ - Brand Voice: [VOICE_DESCRIPTION]
260
+
261
+ **Generate complete 2,000-word Knowledge Pages for these 5 topics**:
262
+
263
+ 1. [KNOWLEDGE_TOPIC_1]
264
+ 2. [KNOWLEDGE_TOPIC_2]
265
+ 3. [KNOWLEDGE_TOPIC_3]
266
+ 4. [KNOWLEDGE_TOPIC_4]
267
+ 5. [KNOWLEDGE_TOPIC_5]
268
+
269
+ **Each Page Must Include**:
270
+ - H1, H2, H3 hierarchy
271
+ - Introduction (200 words)
272
+ - Main sections (1,500 words)
273
+ - Related topics section
274
+ - 2 CTAs
275
+ - Suggested internal links with [LINK: target]
276
+ - Suggested images with [IMAGE: description]
277
+ - Meta description (155 chars)
278
+ - Primary keyword (with density 0.8-1.2%)
279
+
280
+ **Format**:
281
+ --- PAGE 1: [TITLE] ---
282
+ [Content]
283
+ ---END PAGE 1---
284
+
285
+ [Repeat for all 5 pages]
286
+ ```
287
+
288
+ ### 8. Featured Snippet Optimizer
289
+
290
+ ```
291
+ Optimize this Answer Page content for Google featured snippets.
292
+
293
+ **Current Question**: [QUESTION]
294
+ **Current Answer**: [PASTE CURRENT ANSWER]
295
+
296
+ **Optimize for**:
297
+ 1. **Paragraph Featured Snippet** (40-60 words)
298
+ - Direct answer
299
+ - Concise and complete
300
+ - Starts with the question
301
+
302
+ 2. **List Featured Snippet** (if applicable)
303
+ - Numbered or bulleted
304
+ - 5-8 steps/items
305
+ - Each item one sentence
306
+
307
+ 3. **Table Featured Snippet** (if applicable)
308
+ - Comparison or data
309
+ - 3-5 columns
310
+ - Clear headers
311
+
312
+ **Provide**:
313
+ - Best featured snippet format for this question
314
+ - Optimized snippet text
315
+ - Where to place in content (beginning)
316
+ - Related questions to include (3-5)
317
+ - Schema markup suggestion
318
+
319
+ **Context**:
320
+ - Industry: [INDUSTRY]
321
+ - Audience: [AUDIENCE]
322
+ - Brand: [BUSINESS_NAME]
323
+ ```
324
+
325
+ ### 9. Local SEO Content Adapter
326
+
327
+ ```
328
+ Adapt this content template for a specific city/location.
329
+
330
+ **Base Content**: [PASTE TEMPLATE CONTENT]
331
+
332
+ **Adapt For**:
333
+ - City: [CITY_NAME]
334
+ - State: [STATE]
335
+ - Neighborhood/Area: [IF_APPLICABLE]
336
+
337
+ **Localization Requirements**:
338
+
339
+ 1. **Replace Generic with Local**:
340
+ - Generic statistics → [CITY] statistics
341
+ - General laws → [STATE] specific laws
342
+ - Generic examples → [CITY] examples
343
+
344
+ 2. **Add Local Elements**:
345
+ - Local landmarks mentions
346
+ - Area-specific considerations
347
+ - Neighborhood references
348
+ - Local business mentions
349
+ - [CITY] specific data
350
+
351
+ 3. **Local Keywords**:
352
+ - Integrate [CITY] naturally (5-8 times)
353
+ - Include [NEIGHBORHOOD] where relevant
354
+ - Add "[SERVICE] near me" context
355
+
356
+ 4. **Local Schema**:
357
+ - LocalBusiness markup
358
+ - Service area definitions
359
+ - Local address/phone
360
+
361
+ **Output**: Fully localized version ready to publish.
362
+ ```
363
+
364
+ ---
365
+
366
+ ## SEO Optimization Prompts
367
+
368
+ ### 10. Meta Data Generator (Bulk)
369
+
370
+ ```
371
+ Generate SEO metadata for multiple pages.
372
+
373
+ **Business**: [BUSINESS_NAME]
374
+ **Industry**: [INDUSTRY]
375
+ **Location**: [CITY, STATE]
376
+
377
+ **Generate optimized metadata for these 10 pages**:
378
+
379
+ 1. [PAGE_TITLE_1] - Keyword: [KEYWORD_1]
380
+ 2. [PAGE_TITLE_2] - Keyword: [KEYWORD_2]
381
+ [...continue to 10]
382
+
383
+ **For Each Page Provide**:
384
+
385
+ **Title Tag** (max 60 characters):
386
+ - Include primary keyword
387
+ - Include location (if local)
388
+ - Include brand name
389
+ - Compelling and clickable
390
+
391
+ **Meta Description** (max 155 characters):
392
+ - Include primary keyword naturally
393
+ - Clear value proposition
394
+ - Call to action
395
+ - Benefit-focused
396
+
397
+ **Focus Keyword**: [Primary keyword]
398
+
399
+ **Secondary Keywords** (3-5): [Related keywords]
400
+
401
+ **URL Slug**: [optimized-slug]
402
+
403
+ **Image Alt Text** (3 suggestions per page):
404
+ - Descriptive with keywords
405
+ - Natural language
406
+ - Relevant to image
407
+
408
+ **Format as CSV**:
409
+ Page, Title Tag, Meta Description, Focus Keyword, URL Slug
410
+ ```
411
+
412
+ ### 11. Internal Linking Strategy Generator
413
+
414
+ ```
415
+ Create an internal linking strategy for my content structure.
416
+
417
+ **Site Structure**:
418
+ - 5 Authority Hubs: [LIST_HUBS]
419
+ - 75 Knowledge Pages (15 per hub)
420
+ - 125 Answer Pages (25 per hub)
421
+
422
+ **Generate Linking Rules**:
423
+
424
+ 1. **Authority Page Linking**:
425
+ - Links TO: [Which pages]
426
+ - Links FROM: [Which pages]
427
+ - Anchor text examples: [5 examples]
428
+ - Link count: [How many per page]
429
+
430
+ 2. **Knowledge Page Linking**:
431
+ - Links TO: [Which pages]
432
+ - Links FROM: [Which pages]
433
+ - Anchor text examples: [5 examples]
434
+ - Link count: [How many per page]
435
+
436
+ 3. **Answer Page Linking**:
437
+ - Links TO: [Which pages]
438
+ - Links FROM: [Which pages]
439
+ - Anchor text examples: [5 examples]
440
+ - Link count: [How many per page]
441
+
442
+ 4. **Cross-Hub Linking**:
443
+ - When to link between hubs
444
+ - How to identify opportunities
445
+ - Anchor text strategies
446
+
447
+ 5. **Priority Link Paths**:
448
+ - Top 10 most important link paths
449
+ - Conversion-focused link chains
450
+
451
+ **Output**:
452
+ - Linking rule matrix
453
+ - Specific link suggestions for each page type
454
+ - Implementation priority order
455
+ ```
456
+
457
+ ### 12. Schema Markup Generator
458
+
459
+ ```
460
+ Generate appropriate schema markup for this page.
461
+
462
+ **Page Type**: [Authority / Knowledge / Answer / Location]
463
+ **Business**: [BUSINESS_NAME]
464
+ **Industry**: [INDUSTRY]
465
+ **Page Topic**: [TOPIC]
466
+
467
+ **Page URL**: [URL]
468
+ **Published Date**: [DATE]
469
+
470
+ **Generate Schema Markup for**:
471
+
472
+ 1. **Article Schema** (if applicable)
473
+ - headline, author, publisher
474
+ - datePublished, dateModified
475
+ - image, description
476
+
477
+ 2. **Service Schema** (if service page)
478
+ - serviceType
479
+ - provider
480
+ - areaServed
481
+
482
+ 3. **Local Business Schema** (if location)
483
+ - name, address, phone
484
+ - geo coordinates
485
+ - openingHours
486
+
487
+ 4. **FAQ Schema** (if Q&A format)
488
+ - questions and acceptedAnswers
489
+ - proper JSON-LD format
490
+
491
+ 5. **Review/Rating Schema** (if applicable)
492
+ - aggregateRating
493
+ - review details
494
+
495
+ **Output**:
496
+ - Complete JSON-LD code
497
+ - Where to place in page
498
+ - Validation instructions
499
+ ```
500
+
501
+ ---
502
+
503
+ ## Code Generation Prompts
504
+
505
+ ### 13. WordPress Custom Page Template
506
+
507
+ ```
508
+ Generate a WordPress custom page template.
509
+
510
+ **Template For**: [PAGE_TYPE] (Authority/Knowledge/Answer)
511
+ **Features Needed**:
512
+ - [LIST_FEATURES]
513
+
514
+ **Generate Complete PHP Template** including:
515
+
516
+ 1. **Template Header**:
517
+ - Template Name comment
518
+ - get_header() call
519
+
520
+ 2. **Custom Loop**:
521
+ - Page content display
522
+ - Custom fields integration
523
+ - Dynamic content sections
524
+
525
+ 3. **Sidebar** (if applicable):
526
+ - Related posts widget
527
+ - CTA widget
528
+ - Navigation widget
529
+
530
+ 4. **Schema Markup**:
531
+ - Proper JSON-LD
532
+ - Dynamic data from WordPress
533
+
534
+ 5. **Footer**:
535
+ - get_footer() call
536
+
537
+ **Custom Fields** (if needed):
538
+ - [LIST_CUSTOM_FIELDS]
539
+
540
+ **CSS Classes** to use:
541
+ - [LIST_CLASSES]
542
+
543
+ **Output**: Complete, ready-to-use PHP template file with comments.
544
+ ```
545
+
546
+ ### 14. Content Import Script
547
+
548
+ ```
549
+ Generate a PHP script to bulk import content to WordPress.
550
+
551
+ **Import Requirements**:
552
+ - Content source: [JSON / CSV / Array]
553
+ - Number of pages: [COUNT]
554
+ - Page type: [TYPE]
555
+ - Parent page: [IF_APPLICABLE]
556
+
557
+ **Script Should**:
558
+
559
+ 1. **Read Content** from [SOURCE_TYPE]
560
+ 2. **Create Posts** with:
561
+ - post_title
562
+ - post_content
563
+ - post_status (publish/draft)
564
+ - post_type
565
+ - post_parent (if hierarchical)
566
+
567
+ 3. **Set Metadata**:
568
+ - Custom fields
569
+ - Featured image
570
+ - Categories/tags
571
+ - Template assignment
572
+
573
+ 4. **Handle Errors**:
574
+ - Duplicate checking
575
+ - Error logging
576
+ - Success confirmation
577
+
578
+ 5. **Progress Display**:
579
+ - Count of imported
580
+ - Failures reported
581
+ - Time elapsed
582
+
583
+ **Output**: Complete PHP script with usage instructions.
584
+ ```
585
+
586
+ ---
587
+
588
+ ## Internal Linking Prompts
589
+
590
+ ### 15. Contextual Link Opportunity Finder
591
+
592
+ ```
593
+ Find internal linking opportunities in this content.
594
+
595
+ **Content**: [PASTE_CONTENT]
596
+
597
+ **Available Pages to Link To**:
598
+ [LIST 20-30 EXISTING PAGES WITH TITLES AND URLS]
599
+
600
+ **Find 8-12 Internal Link Opportunities** where:
601
+
602
+ 1. **Context is Natural**:
603
+ - Relevant to sentence/paragraph
604
+ - Adds value for reader
605
+ - Flows naturally
606
+
607
+ 2. **Anchor Text is Optimal**:
608
+ - Uses target keyword naturally
609
+ - Not forced or awkward
610
+ - Varies (not always exact match)
611
+
612
+ 3. **Link Placement Strategic**:
613
+ - Early in content for priority links
614
+ - Distributed throughout
615
+ - In valuable content sections
616
+
617
+ **For Each Link Provide**:
618
+ - Quote of sentence/paragraph where link goes
619
+ - Specific anchor text to use
620
+ - Target page and URL
621
+ - Reason why this link adds value
622
+
623
+ **Format**:
624
+ ```
625
+ Link 1:
626
+ Context: "[quote from content]"
627
+ Anchor Text: "[exact text to link]"
628
+ Target: [Page Title] - [URL]
629
+ Value: [Why this helps the reader]
630
+ ```
631
+
632
+ ### 16. Hub-to-Hub Cross-Linking Strategy
633
+
634
+ ```
635
+ Create cross-linking strategy between my Authority Hubs.
636
+
637
+ **Authority Hubs**:
638
+ 1. [HUB_1_TITLE] - [PRIMARY_TOPIC_1]
639
+ 2. [HUB_2_TITLE] - [PRIMARY_TOPIC_2]
640
+ 3. [HUB_3_TITLE] - [PRIMARY_TOPIC_3]
641
+ 4. [HUB_4_TITLE] - [PRIMARY_TOPIC_4]
642
+ 5. [HUB_5_TITLE] - [PRIMARY_TOPIC_5]
643
+
644
+ **For Each Hub**, identify:
645
+
646
+ 1. **Natural Connection Points** to other hubs:
647
+ - Where topics overlap
648
+ - Related concepts
649
+ - Customer journey connections
650
+
651
+ 2. **Link Opportunities**:
652
+ - Hub 1 → Which hubs? (with anchor text)
653
+ - Hub 2 → Which hubs? (with anchor text)
654
+ - [Continue for all]
655
+
656
+ 3. **Link Context**:
657
+ - Where in content to place
658
+ - Why it's relevant
659
+ - What it adds for reader
660
+
661
+ 4. **Priority Paths**:
662
+ - Most important hub-to-hub connections
663
+ - Conversion-focused link chains
664
+
665
+ **Output**: Matrix showing all cross-hub linking opportunities.
666
+ ```
667
+
668
+ ---
669
+
670
+ ## Conversion Optimization Prompts
671
+
672
+ ### 17. CTA Copy Generator
673
+
674
+ ```
675
+ Generate high-converting CTA copy for my pages.
676
+
677
+ **Business**: [BUSINESS_NAME]
678
+ **Service**: [PRIMARY_SERVICE]
679
+ **Audience**: [TARGET_AUDIENCE]
680
+ **Page Type**: [PAGE_TYPE]
681
+
682
+ **Generate 10 CTA Variations** for each position:
683
+
684
+ **Position 1: Header/Hero CTA** (Soft offer)
685
+ - Headline (5-8 words)
686
+ - Subtext (10-15 words)
687
+ - Button text (2-4 words)
688
+ [10 variations]
689
+
690
+ **Position 2: Mid-Content CTA** (Medium pressure)
691
+ - Headline (6-10 words)
692
+ - Benefit statement (15-20 words)
693
+ - Button text (2-4 words)
694
+ [10 variations]
695
+
696
+ **Position 3: End-of-Content CTA** (Strong, urgent)
697
+ - Headline (6-10 words)
698
+ - Urgency statement (15-20 words)
699
+ - Button text (2-4 words)
700
+ - Trust statement (10-15 words)
701
+ [10 variations]
702
+
703
+ **Requirements**:
704
+ - Address pain points: [LIST_PAIN_POINTS]
705
+ - Overcome objections: [LIST_OBJECTIONS]
706
+ - Emphasize benefits: [LIST_BENEFITS]
707
+ - Include: [PHONE] or form offer
708
+ - Brand voice: [VOICE_DESCRIPTION]
709
+
710
+ Provide A/B testing recommendations.
711
+ ```
712
+
713
+ ### 18. Lead Magnet Content Creator
714
+
715
+ ```
716
+ Create a lead magnet to generate email subscribers.
717
+
718
+ **Business**: [BUSINESS_NAME]
719
+ **Industry**: [INDUSTRY]
720
+ **Target Audience**: [AUDIENCE]
721
+ **Their Problem**: [MAIN_PAIN_POINT]
722
+
723
+ **Create a Valuable Lead Magnet**:
724
+
725
+ **Format Options** (choose best):
726
+ - [ ] Checklist
727
+ - [ ] Guide/eBook
728
+ - [ ] Template
729
+ - [ ] Calculator
730
+ - [ ] Cheat Sheet
731
+
732
+ **Content Should**:
733
+ 1. **Solve Specific Problem**: [PROBLEM]
734
+ 2. **Provide Quick Win**: [WHAT_THEY_GET]
735
+ 3. **Build Trust**: Position us as experts
736
+ 4. **Lead to Service**: Connect to [SERVICE]
737
+
738
+ **Generate**:
739
+
740
+ 1. **Lead Magnet Title** (5 options)
741
+ 2. **Complete Content** (if checklist/guide)
742
+ 3. **Landing Page Copy**:
743
+ - Headline
744
+ - Benefits (5 bullet points)
745
+ - Form copy
746
+ - Thank you page copy
747
+ 4. **Email Sequence** (3 emails after download)
748
+ 5. **Promotion Copy** for:
749
+ - Website banner
750
+ - Exit intent popup
751
+ - Social media post
752
+
753
+ **Goal**: Convert [X]% of site visitors to email subscribers.
754
+ ```
755
+
756
+ ---
757
+
758
+ ## Advanced Prompts
759
+
760
+ ### 19. Content Refresh Strategy
761
+
762
+ ```
763
+ Create a content refresh strategy for existing pages.
764
+
765
+ **Current Situation**:
766
+ - Total pages: [COUNT]
767
+ - Pages not updated in 6+ months: [COUNT]
768
+ - Pages losing rankings: [LIST_URLS]
769
+ - Pages with low engagement: [LIST_URLS]
770
+
771
+ **For Each Page Needing Refresh**, provide:
772
+
773
+ 1. **Update Assessment**:
774
+ - What's outdated?
775
+ - What's missing?
776
+ - What can be improved?
777
+
778
+ 2. **Refresh Strategy**:
779
+ - New sections to add (300-500 words)
780
+ - Statistics to update
781
+ - New internal links to add (5-8)
782
+ - Image updates needed
783
+ - Schema updates
784
+
785
+ 3. **Priority Ranking**:
786
+ - High: Pages losing traffic/rankings
787
+ - Medium: Outdated information
788
+ - Low: Minor updates
789
+
790
+ 4. **Implementation Plan**:
791
+ - Week-by-week schedule
792
+ - Quick wins first
793
+ - ROI-focused order
794
+
795
+ **Generate Monthly Refresh Schedule** for next 6 months.
796
+ ```
797
+
798
+ ### 20. Voice Search Optimization
799
+
800
+ ```
801
+ Optimize content for voice search and featured snippets.
802
+
803
+ **Content Topic**: [TOPIC]
804
+ **Current Content**: [PASTE_EXCERPT]
805
+
806
+ **Optimize For Voice Search**:
807
+
808
+ 1. **Question-Answer Format**:
809
+ - Identify 5-10 voice search questions
810
+ - Provide direct answers (25-50 words each)
811
+ - Use natural language
812
+
813
+ 2. **FAQ Section**:
814
+ - Add conversational questions
815
+ - Short, direct answers
816
+ - FAQPage schema markup
817
+
818
+ 3. **Local Voice Search**:
819
+ - "Near me" optimization
820
+ - Local question variants
821
+ - Location-specific answers
822
+
823
+ 4. **Long-Tail Conversational Keywords**:
824
+ - How people actually speak
825
+ - Question format
826
+ - Natural language
827
+
828
+ **Output**:
829
+ - Optimized content sections
830
+ - FAQ additions
831
+ - Schema markup
832
+ - Target voice search queries (20)
833
+ ```
834
+
835
+ ---
836
+
837
+ ## How to Use These Prompts Effectively
838
+
839
+ ### Best Practices:
840
+
841
+ 1. **Always Fill Variables**: Replace ALL [VARIABLES] with specific information
842
+ 2. **Provide Context**: More context = better output
843
+ 3. **Iterate**: Use output to refine prompt for better results
844
+ 4. **Combine Prompts**: Chain prompts for complex tasks
845
+ 5. **Review & Edit**: AI generates structure, YOU add soul
846
+
847
+ ### Prompt Improvement Tips:
848
+
849
+ **Make Prompts Better By**:
850
+ - Adding specific examples
851
+ - Including your VOMA brand voice
852
+ - Providing competitor context
853
+ - Specifying exact output format
854
+ - Including word counts
855
+ - Adding quality criteria
856
+
857
+ ### Save Your Customized Prompts:
858
+
859
+ Create your own prompt library by:
860
+ 1. Copying these templates
861
+ 2. Filling in your recurring variables
862
+ 3. Saving as "[YourBusiness]-Prompts.md"
863
+ 4. Updating as you refine
864
+
865
+ ---
866
+
867
+ ## Next Steps
868
+
869
+ 1. **Choose prompts** for your current task
870
+ 2. **Fill in variables** specific to your business
871
+ 3. **Copy to AI tool** (Claude, ChatGPT, etc.)
872
+ 4. **Review output** critically
873
+ 5. **Refine and iterate**
874
+ 6. **Deploy content**
875
+
876
+ **Remember**: These prompts are starting points. Customize them for your specific needs and industry.
877
+
878
+ ---
879
+
880
+ *With these 20 master prompts, you can generate 90% of the content and strategy for your 200+ page authority site.*