@rfxlamia/skillkit 1.1.0 → 1.2.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.
- package/agents/agents/creative-copywriter.md +212 -0
- package/agents/agents/dario-amodei.md +135 -0
- package/agents/agents/doc-simplifier.md +63 -0
- package/agents/agents/kotlin-pro.md +433 -0
- package/agents/agents/red-team.md +136 -0
- package/agents/agents/sam-altman.md +121 -0
- package/agents/agents/seo-manager.md +184 -0
- package/package.json +1 -1
- package/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/adversarial-review/SKILL.md +219 -0
- package/skills/skills/baby-education/SKILL.md +260 -0
- package/skills/skills/baby-education/references/advanced-techniques.md +323 -0
- package/skills/skills/baby-education/references/transformations.md +345 -0
- package/skills/skills/been-there-done-that/SKILL.md +455 -0
- package/skills/skills/been-there-done-that/references/analysis-patterns.md +162 -0
- package/skills/skills/been-there-done-that/references/git-commands.md +132 -0
- package/skills/skills/been-there-done-that/references/tree-insertion-logic.md +145 -0
- package/skills/skills/coolhunter/SKILL.md +270 -0
- package/skills/skills/coolhunter/assets/elicitation-methods.csv +51 -0
- package/skills/skills/coolhunter/knowledge/elicitation-methods.md +312 -0
- package/skills/skills/coolhunter/references/workflow-execution.md +238 -0
- package/skills/skills/coolhunter/workflow-plan-coolhunter.md +232 -0
- package/skills/skills/creative-copywriting/SKILL.md +324 -0
- package/skills/skills/creative-copywriting/databases/README.md +60 -0
- package/skills/skills/creative-copywriting/databases/carousel-structures.csv +16 -0
- package/skills/skills/creative-copywriting/databases/emotional-arcs.csv +11 -0
- package/skills/skills/creative-copywriting/databases/hook-formulas.csv +51 -0
- package/skills/skills/creative-copywriting/databases/power-words.csv +201 -0
- package/skills/skills/creative-copywriting/databases/psychological-triggers.csv +21 -0
- package/skills/skills/creative-copywriting/databases/read-more-patterns.csv +26 -0
- package/skills/skills/creative-copywriting/databases/swipe-triggers.csv +31 -0
- package/skills/skills/creative-copywriting/references/carousel-psychology.md +223 -0
- package/skills/skills/creative-copywriting/references/hook-anatomy.md +169 -0
- package/skills/skills/creative-copywriting/references/power-word-science.md +134 -0
- package/skills/skills/creative-copywriting/references/storytelling-frameworks.md +157 -0
- package/skills/skills/diverse-content-gen/SKILL.md +201 -0
- package/skills/skills/diverse-content-gen/references/advanced-techniques.md +320 -0
- package/skills/skills/diverse-content-gen/references/research-findings.md +379 -0
- package/skills/skills/diverse-content-gen/references/task-workflows.md +241 -0
- package/skills/skills/diverse-content-gen/references/tool-integration.md +419 -0
- package/skills/skills/diverse-content-gen/references/troubleshooting.md +426 -0
- package/skills/skills/diverse-content-gen/references/vs-core-technique.md +240 -0
- package/skills/skills/framework-critical-thinking/SKILL.md +220 -0
- package/skills/skills/framework-critical-thinking/references/bias_detector.md +375 -0
- package/skills/skills/framework-critical-thinking/references/fallback_handler.md +239 -0
- package/skills/skills/framework-critical-thinking/references/memory_curator.md +161 -0
- package/skills/skills/framework-critical-thinking/references/metacognitive_monitor.md +297 -0
- package/skills/skills/framework-critical-thinking/references/producer_critic_orchestrator.md +333 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_router.md +235 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_validator.md +97 -0
- package/skills/skills/framework-critical-thinking/references/reflection_trigger.md +78 -0
- package/skills/skills/framework-critical-thinking/references/self_verification.md +388 -0
- package/skills/skills/framework-critical-thinking/references/uncertainty_quantifier.md +207 -0
- package/skills/skills/framework-initiative/SKILL.md +231 -0
- package/skills/skills/framework-initiative/references/examples.md +150 -0
- package/skills/skills/framework-initiative/references/impact-analysis.md +157 -0
- package/skills/skills/framework-initiative/references/intent-patterns.md +145 -0
- package/skills/skills/framework-initiative/references/star-framework.md +165 -0
- package/skills/skills/humanize-docs/SKILL.md +203 -0
- package/skills/skills/humanize-docs/references/advanced-techniques.md +13 -0
- package/skills/skills/humanize-docs/references/core-transformations.md +368 -0
- package/skills/skills/humanize-docs/references/detection-patterns.md +400 -0
- package/skills/skills/humanize-docs/references/examples-gallery.md +374 -0
- package/skills/skills/imagine/SKILL.md +190 -0
- package/skills/skills/imagine/references/artstyle-corporate-memphis.md +625 -0
- package/skills/skills/imagine/references/artstyle-crewdson-hyperrealism.md +295 -0
- package/skills/skills/imagine/references/artstyle-iphone-social-media.md +426 -0
- package/skills/skills/imagine/references/artstyle-sciencesaru.md +276 -0
- package/skills/skills/pre-deploy-checklist/README.md +26 -0
- package/skills/skills/pre-deploy-checklist/SKILL.md +153 -0
- package/skills/skills/pre-deploy-checklist/references/checklist-categories.md +174 -0
- package/skills/skills/pre-deploy-checklist/references/domain-prompts.md +216 -0
- package/skills/skills/prompt-engineering/SKILL.md +209 -0
- package/skills/skills/prompt-engineering/references/advanced-combinations.md +444 -0
- package/skills/skills/prompt-engineering/references/chain-of-thought.md +140 -0
- package/skills/skills/prompt-engineering/references/decision_matrix.md +220 -0
- package/skills/skills/prompt-engineering/references/few-shot.md +346 -0
- package/skills/skills/prompt-engineering/references/json-format.md +270 -0
- package/skills/skills/prompt-engineering/references/natural-language.md +420 -0
- package/skills/skills/prompt-engineering/references/pitfalls.md +365 -0
- package/skills/skills/prompt-engineering/references/prompt-chaining.md +498 -0
- package/skills/skills/prompt-engineering/references/react.md +108 -0
- package/skills/skills/prompt-engineering/references/self-consistency.md +322 -0
- package/skills/skills/prompt-engineering/references/tree-of-thoughts.md +386 -0
- package/skills/skills/prompt-engineering/references/xml-format.md +220 -0
- package/skills/skills/prompt-engineering/references/yaml-format.md +488 -0
- package/skills/skills/prompt-engineering/references/zero-shot.md +74 -0
- package/skills/skills/quick-spec/SKILL.md +280 -0
- package/skills/skills/quick-spec/assets/tech-spec-template.md +74 -0
- package/skills/skills/quick-spec/references/step-01-understand.md +189 -0
- package/skills/skills/quick-spec/references/step-02-investigate.md +144 -0
- package/skills/skills/quick-spec/references/step-03-generate.md +128 -0
- package/skills/skills/quick-spec/references/step-04-review.md +173 -0
- package/skills/skills/quick-spec/tests/__pycache__/test_skill.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/quick-spec/tests/test_scenarios.md +83 -0
- package/skills/skills/quick-spec/tests/test_skill.py +136 -0
- package/skills/skills/readme-expert/SKILL.md +538 -0
- package/skills/skills/readme-expert/knowledge/INDEX.md +192 -0
- package/skills/skills/readme-expert/knowledge/application/quality-standards.md +470 -0
- package/skills/skills/readme-expert/knowledge/application/script-executor.md +604 -0
- package/skills/skills/readme-expert/knowledge/application/template-library.md +822 -0
- package/skills/skills/readme-expert/knowledge/foundation/codebase-scanner.md +361 -0
- package/skills/skills/readme-expert/knowledge/foundation/validation-checklist.md +481 -0
- package/skills/skills/red-teaming/SKILL.md +321 -0
- package/skills/skills/red-teaming/references/ai-llm-redteam.md +517 -0
- package/skills/skills/red-teaming/references/attack-techniques.md +410 -0
- package/skills/skills/red-teaming/references/cybersecurity-redteam.md +383 -0
- package/skills/skills/red-teaming/references/tools-frameworks.md +446 -0
- package/skills/skills/releasing/.skillkit-mode +1 -0
- package/skills/skills/releasing/SKILL.md +225 -0
- package/skills/skills/releasing/references/version-detection.md +108 -0
- package/skills/skills/screenwriter/SKILL.md +273 -0
- package/skills/skills/screenwriter/references/advanced-techniques.md +216 -0
- package/skills/skills/screenwriter/references/pipeline-integration.md +266 -0
- package/skills/skills/skillkit/.claude/settings.local.json +7 -0
- package/skills/skills/skillkit/.claude-plugin/plugin.json +27 -0
- package/skills/skills/skillkit/CHANGELOG.md +484 -0
- package/skills/skills/skillkit/SKILL.md +511 -0
- package/skills/skills/skillkit/commands/skillkit.md +6 -0
- package/skills/skills/skillkit/commands/validate-plan.md +6 -0
- package/skills/skills/skillkit/commands/verify.md +6 -0
- package/skills/skills/skillkit/knowledge/INDEX.md +352 -0
- package/skills/skills/skillkit/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit/knowledge/application/10-technical-architecture.md +324 -0
- package/skills/skills/skillkit/knowledge/application/11-adoption-strategy.md +267 -0
- package/skills/skills/skillkit/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit/knowledge/application/13-competitive-landscape.md +198 -0
- package/skills/skills/skillkit/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit/knowledge/foundation/04-hybrid-patterns.md +308 -0
- package/skills/skills/skillkit/knowledge/foundation/05-token-economics.md +275 -0
- package/skills/skills/skillkit/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit/knowledge/foundation/07-security-concerns.md +322 -0
- package/skills/skills/skillkit/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit/knowledge/plugin-guide.md +614 -0
- package/skills/skills/skillkit/knowledge/tools/14-validation-tools-guide.md +150 -0
- package/skills/skills/skillkit/knowledge/tools/15-cost-tools-guide.md +157 -0
- package/skills/skills/skillkit/knowledge/tools/16-security-tools-guide.md +122 -0
- package/skills/skills/skillkit/knowledge/tools/17-pattern-tools-guide.md +161 -0
- package/skills/skills/skillkit/knowledge/tools/18-decision-helper-guide.md +243 -0
- package/skills/skills/skillkit/knowledge/tools/19-test-generator-guide.md +275 -0
- package/skills/skills/skillkit/knowledge/tools/20-split-skill-guide.md +149 -0
- package/skills/skills/skillkit/knowledge/tools/21-quality-scorer-guide.md +226 -0
- package/skills/skills/skillkit/knowledge/tools/22-migration-helper-guide.md +356 -0
- package/skills/skills/skillkit/knowledge/tools/23-subagent-creation-guide.md +448 -0
- package/skills/skills/skillkit/knowledge/tools/24-behavioral-testing-guide.md +122 -0
- package/skills/skills/skillkit/references/proposal-generation.md +982 -0
- package/skills/skills/skillkit/references/rationalization-catalog.md +75 -0
- package/skills/skills/skillkit/references/research-methodology.md +661 -0
- package/skills/skills/skillkit/references/section-2-full-creation-workflow.md +452 -0
- package/skills/skills/skillkit/references/section-3-validation-workflow-existing-skill.md +63 -0
- package/skills/skills/skillkit/references/section-4-decision-workflow-skills-vs-subagents.md +64 -0
- package/skills/skills/skillkit/references/section-5-migration-workflow-doc-to-skill.md +58 -0
- package/skills/skills/skillkit/references/section-6-subagent-creation-workflow.md +499 -0
- package/skills/skills/skillkit/references/section-7-knowledge-reference-map.md +72 -0
- package/skills/skills/skillkit/scripts/__pycache__/decision_helper.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/test_generator.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/skillkit/scripts/decision_helper.py +799 -0
- package/skills/skills/skillkit/scripts/init_skill.py +400 -0
- package/skills/skills/skillkit/scripts/init_subagent.py +231 -0
- package/skills/skills/skillkit/scripts/migration_helper.py +669 -0
- package/skills/skills/skillkit/scripts/package_skill.py +211 -0
- package/skills/skills/skillkit/scripts/pattern_detector.py +381 -0
- package/skills/skills/skillkit/scripts/pattern_detector_new.py +382 -0
- package/skills/skills/skillkit/scripts/pressure_tester.py +157 -0
- package/skills/skills/skillkit/scripts/quality_scorer.py +999 -0
- package/skills/skills/skillkit/scripts/quick_validate.py +100 -0
- package/skills/skills/skillkit/scripts/security_scanner.py +474 -0
- package/skills/skills/skillkit/scripts/split_skill.py +540 -0
- package/skills/skills/skillkit/scripts/test_generator.py +695 -0
- package/skills/skills/skillkit/scripts/token_estimator.py +493 -0
- package/skills/skills/skillkit/scripts/utils/__init__.py +49 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/budget_tracker.py +388 -0
- package/skills/skills/skillkit/scripts/utils/output_formatter.py +263 -0
- package/skills/skills/skillkit/scripts/utils/reference_validator.py +401 -0
- package/skills/skills/skillkit/scripts/validate_skill.py +594 -0
- package/skills/skills/skillkit/tests/test_behavioral.py +39 -0
- package/skills/skills/skillkit/tests/test_scenarios.md +83 -0
- package/skills/skills/skillkit/tests/test_skill.py +136 -0
- package/skills/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/social-media-seo/SKILL.md +278 -0
- package/skills/skills/social-media-seo/databases/caption-styles.csv +31 -0
- package/skills/skills/social-media-seo/databases/engagement-tactics.csv +16 -0
- package/skills/skills/social-media-seo/databases/hashtag-strategies.csv +21 -0
- package/skills/skills/social-media-seo/databases/hook-formulas.csv +26 -0
- package/skills/skills/social-media-seo/databases/keyword-clusters.csv +11 -0
- package/skills/skills/social-media-seo/databases/thread-structures.csv +26 -0
- package/skills/skills/social-media-seo/databases/viral-patterns.csv +21 -0
- package/skills/skills/social-media-seo/references/analytics-guide.md +321 -0
- package/skills/skills/social-media-seo/references/instagram-seo.md +235 -0
- package/skills/skills/social-media-seo/references/threads-seo.md +305 -0
- package/skills/skills/social-media-seo/references/x-twitter-seo.md +337 -0
- package/skills/skills/social-media-seo/scripts/query_database.py +191 -0
- package/skills/skills/storyteller/SKILL.md +241 -0
- package/skills/skills/storyteller/references/transformation-methodology.md +293 -0
- package/skills/skills/storyteller/references/visual-vocabulary.md +177 -0
- package/skills/skills/thread-pro/SKILL.md +162 -0
- package/skills/skills/thread-pro/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/references/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/thread-structures.md +240 -0
- package/skills/skills/thread-pro/references/voice-injection.md +130 -0
- package/skills/skills/thread-pro/thread-structures.md +240 -0
- package/skills/skills/thread-pro/voice-injection.md +130 -0
- package/skills/skills/tinkering/SKILL.md +251 -0
- package/skills/skills/tinkering/references/graduation-checklist.md +100 -0
- package/skills/skills/validate-plan/.skillkit-mode +1 -0
- package/skills/skills/validate-plan/SKILL.md +406 -0
- package/skills/skills/validate-plan/references/dry-principles.md +251 -0
- package/skills/skills/validate-plan/references/gap-analysis-guide.md +320 -0
- package/skills/skills/validate-plan/references/tdd-patterns.md +413 -0
- package/skills/skills/validate-plan/references/yagni-checklist.md +330 -0
- package/skills/skills/verify-before-ship/.skillkit-mode +1 -0
- package/skills/skills/verify-before-ship/SKILL.md +116 -0
- package/skills/skills/verify-before-ship/references/anti-rationalization.md +212 -0
- package/skills/skills/verify-before-ship/references/verification-gates.md +305 -0
- package/skills-manifest.json +8 -2
- package/src/picker.js +11 -5
- package/src/picker.test.js +36 -1
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
# Social Media Analytics Guide
|
|
2
|
+
|
|
3
|
+
Data-driven approach to tracking, measuring, and optimizing social media SEO performance.
|
|
4
|
+
|
|
5
|
+
## Core Principle
|
|
6
|
+
|
|
7
|
+
**What Gets Measured Gets Improved:**
|
|
8
|
+
- Track the right metrics (not vanity metrics)
|
|
9
|
+
- Establish baselines
|
|
10
|
+
- Test iterations
|
|
11
|
+
- Double down on winners
|
|
12
|
+
|
|
13
|
+
## Platform-Specific Metrics
|
|
14
|
+
|
|
15
|
+
### Instagram Insights
|
|
16
|
+
|
|
17
|
+
**Primary Metrics:**
|
|
18
|
+
1. **Accounts Reached (Non-Followers)** - Discovery effectiveness
|
|
19
|
+
2. **Profile Visits from Search** - SEO working
|
|
20
|
+
3. **Saves** - Strongest ranking signal (users find content valuable)
|
|
21
|
+
4. **Shares** - Content shareability
|
|
22
|
+
5. **Engagement Rate** - (Likes + Comments + Saves + Shares) / Reach
|
|
23
|
+
|
|
24
|
+
**How to Access:**
|
|
25
|
+
- Instagram app → Profile → Insights
|
|
26
|
+
- View by post or overall account
|
|
27
|
+
|
|
28
|
+
**What to Track:**
|
|
29
|
+
- Which caption styles get highest saves?
|
|
30
|
+
- Which hashtags drive non-follower reach?
|
|
31
|
+
- Which topics generate most profile visits?
|
|
32
|
+
- Best posting times for YOUR audience
|
|
33
|
+
|
|
34
|
+
**Red Flags:**
|
|
35
|
+
- High reach, low engagement = content not resonating
|
|
36
|
+
- High follower count, low reach = engagement rate killed algo
|
|
37
|
+
- Lots of likes, few saves = entertainment but not valuable
|
|
38
|
+
|
|
39
|
+
### X/Twitter Analytics
|
|
40
|
+
|
|
41
|
+
**Primary Metrics:**
|
|
42
|
+
1. **Impressions** - How many saw your tweet
|
|
43
|
+
2. **Engagement Rate** - (Total Engagements / Impressions) × 100
|
|
44
|
+
3. **Profile Clicks** - Interest in you
|
|
45
|
+
4. **Link Clicks** - If monetizing/driving traffic
|
|
46
|
+
5. **Retweets** - Amplification signal
|
|
47
|
+
|
|
48
|
+
**How to Access:**
|
|
49
|
+
- twitter.com/analytics (desktop)
|
|
50
|
+
- Tweet Analytics (click on any tweet → View Analytics)
|
|
51
|
+
|
|
52
|
+
**What to Track:**
|
|
53
|
+
- Which thread structures get most engagement?
|
|
54
|
+
- Which hooks drive highest impressions?
|
|
55
|
+
- Optimal posting times
|
|
56
|
+
- Tweet types with best engagement rate
|
|
57
|
+
|
|
58
|
+
**Benchmarks:**
|
|
59
|
+
- 1-3% engagement rate = average
|
|
60
|
+
- 3-5% = good
|
|
61
|
+
- 5%+ = excellent
|
|
62
|
+
|
|
63
|
+
### Threads Insights
|
|
64
|
+
|
|
65
|
+
**Primary Metrics:**
|
|
66
|
+
1. **Views** - Post reach
|
|
67
|
+
2. **Replies** - Conversation quality (heavily weighted)
|
|
68
|
+
3. **Reposts** - Share signal
|
|
69
|
+
4. **Quotes** - Engagement + amplification
|
|
70
|
+
|
|
71
|
+
**How to Access:**
|
|
72
|
+
- Threads app → Post → View insights
|
|
73
|
+
|
|
74
|
+
**What to Track:**
|
|
75
|
+
- Which topics generate most replies?
|
|
76
|
+
- Reply-to-view ratio (higher = better)
|
|
77
|
+
- Growth in unconnected reach
|
|
78
|
+
- Best times for YOUR audience
|
|
79
|
+
|
|
80
|
+
**Note:** Threads analytics less developed than IG/X (as of Dec 2025)
|
|
81
|
+
|
|
82
|
+
## Key Performance Indicators (KPIs)
|
|
83
|
+
|
|
84
|
+
### Discovery KPIs
|
|
85
|
+
|
|
86
|
+
**Track Monthly:**
|
|
87
|
+
1. **Non-Follower Reach %** - What % of reach comes from discovery?
|
|
88
|
+
- Instagram: Accounts Reached (Non-Followers) / Total Reach
|
|
89
|
+
- Goal: 30%+ from non-followers
|
|
90
|
+
|
|
91
|
+
2. **Search-Driven Profile Visits** - Are keywords working?
|
|
92
|
+
- Instagram: Profile Visits from Search
|
|
93
|
+
- Goal: Increase month-over-month
|
|
94
|
+
|
|
95
|
+
3. **Hashtag Performance** - Which hashtags drive discovery?
|
|
96
|
+
- Track reach per hashtag used
|
|
97
|
+
- Iterate: Keep winners, drop losers
|
|
98
|
+
|
|
99
|
+
### Engagement KPIs
|
|
100
|
+
|
|
101
|
+
**Track Per Post:**
|
|
102
|
+
1. **Engagement Rate** - Quality signal
|
|
103
|
+
- Formula: (Engagements / Reach) × 100
|
|
104
|
+
- Benchmark: 3-5% = healthy
|
|
105
|
+
|
|
106
|
+
2. **Save Rate** (Instagram) - Ranking signal
|
|
107
|
+
- Formula: (Saves / Reach) × 100
|
|
108
|
+
- Benchmark: 1-2% = good, 3%+ = excellent
|
|
109
|
+
|
|
110
|
+
3. **Reply Rate** (Threads/X) - Conversation quality
|
|
111
|
+
- Formula: (Replies / Views) × 100
|
|
112
|
+
- Benchmark: 0.5-1% = good, 2%+ = excellent
|
|
113
|
+
|
|
114
|
+
### Growth KPIs
|
|
115
|
+
|
|
116
|
+
**Track Weekly:**
|
|
117
|
+
1. **Follower Growth Rate**
|
|
118
|
+
- Formula: (New Followers / Total Followers) × 100
|
|
119
|
+
- Benchmark: 5-10% monthly = healthy growth
|
|
120
|
+
|
|
121
|
+
2. **Follower Quality** - Are they engaged?
|
|
122
|
+
- Look at: Engagement rate as you grow
|
|
123
|
+
- Red flag: Followers ↑ but engagement rate ↓
|
|
124
|
+
|
|
125
|
+
3. **Conversion Rate** - If monetizing
|
|
126
|
+
- Track: Link clicks, DM requests, sales
|
|
127
|
+
- Varies by goal
|
|
128
|
+
|
|
129
|
+
## Content Performance Analysis
|
|
130
|
+
|
|
131
|
+
### A/B Testing Framework
|
|
132
|
+
|
|
133
|
+
**Test One Variable at a Time:**
|
|
134
|
+
1. **Caption Style** - Educational vs Story vs Data
|
|
135
|
+
2. **Hook Type** - Question vs Bold claim vs Data
|
|
136
|
+
3. **Hashtag Strategy** - 3 vs 5, niche vs broad
|
|
137
|
+
4. **Posting Time** - Morning vs afternoon vs evening
|
|
138
|
+
5. **Post Format** - Carousel vs single vs Reel
|
|
139
|
+
|
|
140
|
+
**Method:**
|
|
141
|
+
```
|
|
142
|
+
Week 1: Test Variable A (all else constant)
|
|
143
|
+
Week 2: Analyze results
|
|
144
|
+
Week 3: Test Variable B (all else constant)
|
|
145
|
+
Week 4: Combine winners
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
**Document:**
|
|
149
|
+
- What you tested
|
|
150
|
+
- Results (with metrics)
|
|
151
|
+
- Winner → Add to your playbook
|
|
152
|
+
|
|
153
|
+
### Content Audit
|
|
154
|
+
|
|
155
|
+
**Monthly Review:**
|
|
156
|
+
1. Export top 10 performing posts
|
|
157
|
+
2. Identify patterns:
|
|
158
|
+
- Common caption style?
|
|
159
|
+
- Common hook type?
|
|
160
|
+
- Common topic?
|
|
161
|
+
- Common posting time?
|
|
162
|
+
3. Create "winner template"
|
|
163
|
+
4. Replicate success patterns
|
|
164
|
+
|
|
165
|
+
**Tool:**
|
|
166
|
+
- Spreadsheet: Date | Caption Style | Hook Type | Topic | Engagement Rate | Saves | Reach
|
|
167
|
+
|
|
168
|
+
### Competitive Analysis
|
|
169
|
+
|
|
170
|
+
**Track 3-5 Competitors:**
|
|
171
|
+
1. What caption styles do they use?
|
|
172
|
+
2. Which posts get highest engagement?
|
|
173
|
+
3. What topics resonate?
|
|
174
|
+
4. What can you adapt (not copy)?
|
|
175
|
+
|
|
176
|
+
**Don't:**
|
|
177
|
+
- Copy verbatim
|
|
178
|
+
- Blindly follow their strategy
|
|
179
|
+
- Assume their audience = your audience
|
|
180
|
+
|
|
181
|
+
**Do:**
|
|
182
|
+
- Learn patterns
|
|
183
|
+
- Adapt to your voice
|
|
184
|
+
- Find gaps they're missing
|
|
185
|
+
|
|
186
|
+
## Tools and Resources
|
|
187
|
+
|
|
188
|
+
### Native Analytics (Free)
|
|
189
|
+
- **Instagram Insights** - Built into app
|
|
190
|
+
- **Twitter Analytics** - twitter.com/analytics
|
|
191
|
+
- **Threads Insights** - Built into app
|
|
192
|
+
|
|
193
|
+
### Third-Party Tools
|
|
194
|
+
|
|
195
|
+
**For Tracking:**
|
|
196
|
+
- **Metricool** - Multi-platform analytics
|
|
197
|
+
- **Iconosquare** - Instagram deep dive
|
|
198
|
+
- **Hootsuite** - Cross-platform tracking
|
|
199
|
+
|
|
200
|
+
**For Content Performance:**
|
|
201
|
+
- **Later** - Instagram analytics + planning
|
|
202
|
+
- **Buffer** - Multi-platform scheduling + analytics
|
|
203
|
+
- **Sprout Social** - Enterprise-level insights
|
|
204
|
+
|
|
205
|
+
**For Competitor Analysis:**
|
|
206
|
+
- **Social Blade** - Growth tracking
|
|
207
|
+
- **Phlanx** - Engagement rate calculator
|
|
208
|
+
|
|
209
|
+
## Reporting Framework
|
|
210
|
+
|
|
211
|
+
### Weekly Quick Check (5 min)
|
|
212
|
+
- Total reach (up or down?)
|
|
213
|
+
- Engagement rate (improving?)
|
|
214
|
+
- Top performing post (why did it work?)
|
|
215
|
+
|
|
216
|
+
### Monthly Deep Dive (30 min)
|
|
217
|
+
1. **Growth Metrics**
|
|
218
|
+
- Follower growth
|
|
219
|
+
- Reach trends
|
|
220
|
+
- Engagement rate trends
|
|
221
|
+
|
|
222
|
+
2. **Content Analysis**
|
|
223
|
+
- Top 5 posts (what worked?)
|
|
224
|
+
- Bottom 5 posts (what failed?)
|
|
225
|
+
- Patterns identified
|
|
226
|
+
|
|
227
|
+
3. **SEO Performance**
|
|
228
|
+
- Non-follower reach %
|
|
229
|
+
- Search-driven visits
|
|
230
|
+
- Hashtag performance
|
|
231
|
+
|
|
232
|
+
4. **Action Items**
|
|
233
|
+
- What to double down on
|
|
234
|
+
- What to stop doing
|
|
235
|
+
- What to test next month
|
|
236
|
+
|
|
237
|
+
### Quarterly Strategy Review (2 hours)
|
|
238
|
+
1. Did you hit goals?
|
|
239
|
+
2. What major shifts happened?
|
|
240
|
+
3. Platform algorithm changes?
|
|
241
|
+
4. Strategy adjustments needed?
|
|
242
|
+
5. Set next quarter goals
|
|
243
|
+
|
|
244
|
+
## Data-Driven Decisions
|
|
245
|
+
|
|
246
|
+
### Iteration Framework
|
|
247
|
+
|
|
248
|
+
**1. Baseline** (Week 1-2)
|
|
249
|
+
- Track current performance
|
|
250
|
+
- Document current strategy
|
|
251
|
+
|
|
252
|
+
**2. Hypothesis** (Week 2)
|
|
253
|
+
- "If I [change X], then [Y metric] will improve"
|
|
254
|
+
- Example: "If I use educational hooks, saves will increase"
|
|
255
|
+
|
|
256
|
+
**3. Test** (Week 3-4)
|
|
257
|
+
- Implement change
|
|
258
|
+
- Keep everything else constant
|
|
259
|
+
- Track results
|
|
260
|
+
|
|
261
|
+
**4. Analyze** (Week 5)
|
|
262
|
+
- Did hypothesis hold?
|
|
263
|
+
- Statistical significance? (need 10+ posts minimum)
|
|
264
|
+
- Winner or back to baseline?
|
|
265
|
+
|
|
266
|
+
**5. Iterate** (Week 6+)
|
|
267
|
+
- If winner: Make it standard practice
|
|
268
|
+
- If loser: Try different approach
|
|
269
|
+
- Document learnings
|
|
270
|
+
|
|
271
|
+
## Red Flags to Watch
|
|
272
|
+
|
|
273
|
+
**Warning Signs:**
|
|
274
|
+
1. **Declining Engagement Rate** - Content not resonating
|
|
275
|
+
2. **Reach Plateau** - Algorithm categorized you (topic too narrow?)
|
|
276
|
+
3. **High Unfollow Rate** - Content doesn't match expectations
|
|
277
|
+
4. **Low Save Rate** (Instagram) - Not providing value
|
|
278
|
+
5. **Low Reply Rate** (Threads/X) - Not sparking conversation
|
|
279
|
+
|
|
280
|
+
**Action When Red Flags Appear:**
|
|
281
|
+
- Review last 10 posts for patterns
|
|
282
|
+
- Check for algorithm changes
|
|
283
|
+
- Survey audience (Stories poll/tweet)
|
|
284
|
+
- Content audit: What changed?
|
|
285
|
+
|
|
286
|
+
## Success Metrics by Goal
|
|
287
|
+
|
|
288
|
+
**Goal: Awareness**
|
|
289
|
+
- Track: Reach, Impressions, Profile Visits
|
|
290
|
+
- Optimize: Discovery (non-follower reach)
|
|
291
|
+
|
|
292
|
+
**Goal: Engagement**
|
|
293
|
+
- Track: Engagement Rate, Replies, Saves
|
|
294
|
+
- Optimize: Content quality, conversation starters
|
|
295
|
+
|
|
296
|
+
**Goal: Community**
|
|
297
|
+
- Track: Active followers %, Reply rate, DMs
|
|
298
|
+
- Optimize: Consistent engagement, authentic connection
|
|
299
|
+
|
|
300
|
+
**Goal: Conversion**
|
|
301
|
+
- Track: Link clicks, DM rate, Sales (if applicable)
|
|
302
|
+
- Optimize: Clear CTAs, valuable offers
|
|
303
|
+
|
|
304
|
+
## Final Checklist
|
|
305
|
+
|
|
306
|
+
Weekly:
|
|
307
|
+
- [ ] Check engagement rate trend
|
|
308
|
+
- [ ] Identify top performing post
|
|
309
|
+
- [ ] Note any algorithm changes
|
|
310
|
+
|
|
311
|
+
Monthly:
|
|
312
|
+
- [ ] Export top 10 posts
|
|
313
|
+
- [ ] Content performance analysis
|
|
314
|
+
- [ ] Test one new variable
|
|
315
|
+
- [ ] Update winning formulas in CSVs
|
|
316
|
+
|
|
317
|
+
Quarterly:
|
|
318
|
+
- [ ] Goal review (hit targets?)
|
|
319
|
+
- [ ] Strategy adjustments
|
|
320
|
+
- [ ] Competitor analysis
|
|
321
|
+
- [ ] Set next quarter objectives
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
# Instagram SEO Playbook (2025)
|
|
2
|
+
|
|
3
|
+
Complete guide for optimizing Instagram content for maximum discoverability. Reflects December 2025 algorithm updates.
|
|
4
|
+
|
|
5
|
+
**Table of Contents:**
|
|
6
|
+
- [Critical 2025 Changes](#critical-2025-changes)
|
|
7
|
+
- [Profile Optimization](#profile-optimization-one-time-setup)
|
|
8
|
+
- [Caption Optimization](#caption-optimization-per-post)
|
|
9
|
+
- [Reels Optimization](#reels-optimization)
|
|
10
|
+
- [Alt Text](#alt-text-mandatory-for-seo)
|
|
11
|
+
- [Content Types That Rank](#content-types-that-rank)
|
|
12
|
+
- [Engagement Optimization](#engagement-optimization)
|
|
13
|
+
- [What to Avoid](#what-to-avoid-penalties)
|
|
14
|
+
- [Analytics to Track](#analytics-to-track)
|
|
15
|
+
- [Workflow Integration](#workflow-integration)
|
|
16
|
+
|
|
17
|
+
## Critical 2025 Changes
|
|
18
|
+
|
|
19
|
+
**December 2024 Algorithm Shift:**
|
|
20
|
+
- Instagram pivoted from **hashtag-based** to **keyword-based** discovery
|
|
21
|
+
- Google & Bing now index public Instagram captions (18+ professional accounts, posts from Jan 2020+)
|
|
22
|
+
- Alt text now serves dual purpose: accessibility + Google SEO
|
|
23
|
+
- "Name" field is searchable (not just username)
|
|
24
|
+
- 3-5 relevant hashtags > 30 random hashtags
|
|
25
|
+
|
|
26
|
+
**Discovery System:**
|
|
27
|
+
- **Connected Reach**: Your existing followers (relationship strength matters)
|
|
28
|
+
- **Unconnected Reach**: New audiences (keyword relevance + topic clarity)
|
|
29
|
+
- Last 9-12 posts influence how Instagram categorizes your account
|
|
30
|
+
|
|
31
|
+
## Profile Optimization (One-Time Setup)
|
|
32
|
+
|
|
33
|
+
### Name Field (Highest SEO Value)
|
|
34
|
+
**Format:** `[Your Name] | [Primary Keyword]` or `[Primary Keyword] + [Secondary]`
|
|
35
|
+
|
|
36
|
+
**Examples:**
|
|
37
|
+
- "Sarah Chen | SEO Strategist"
|
|
38
|
+
- "Wedding Photography LA"
|
|
39
|
+
- "Fitness Coach for Women"
|
|
40
|
+
|
|
41
|
+
**Why:** Name field is heavily weighted in Instagram search. Appears in search results.
|
|
42
|
+
|
|
43
|
+
### Username
|
|
44
|
+
**Best:** Include keyword if available (`@seotips`, `@nutritioncoach`)
|
|
45
|
+
**Okay:** Brand name (`@yourcompanyname`)
|
|
46
|
+
**Strategy:** Can't change username often, so prioritize brand consistency
|
|
47
|
+
|
|
48
|
+
### Bio (150 Characters)
|
|
49
|
+
**Formula:** `[What you do] for [who] • [Value prop] • [CTA]`
|
|
50
|
+
|
|
51
|
+
**Example:**
|
|
52
|
+
```
|
|
53
|
+
SEO strategies for creators • Helping you get discovered • DM "GROWTH" for free guide
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
**Keywords:** Naturally weave 2-3 keywords into bio text
|
|
57
|
+
|
|
58
|
+
### Bio Link
|
|
59
|
+
**Enable:** Settings → Privacy → Website Embeds = ON
|
|
60
|
+
**Why:** Allows Google to index your profile better
|
|
61
|
+
|
|
62
|
+
### Profile Photo
|
|
63
|
+
**Requirement:** Clear, recognizable at small size (faces perform best)
|
|
64
|
+
**Technical:** Min 180x180px, ideally 320x320px
|
|
65
|
+
|
|
66
|
+
## Caption Optimization (Per Post)
|
|
67
|
+
|
|
68
|
+
### Structure
|
|
69
|
+
|
|
70
|
+
**First 15 Characters = CRITICAL**
|
|
71
|
+
- Instagram categorizes content based on opening words
|
|
72
|
+
- Front-load primary keyword
|
|
73
|
+
- Don't waste on emojis or filler
|
|
74
|
+
|
|
75
|
+
**Example Openings:**
|
|
76
|
+
- ❌ "Hey guys! So today..."
|
|
77
|
+
- ✅ "Instagram SEO tips for..."
|
|
78
|
+
- ✅ "Content creators: here's..."
|
|
79
|
+
|
|
80
|
+
### Keyword Integration
|
|
81
|
+
|
|
82
|
+
**Natural Placement:**
|
|
83
|
+
1. First line (primary keyword)
|
|
84
|
+
2. Throughout caption (semantic keywords)
|
|
85
|
+
3. Last line (secondary keyword or CTA)
|
|
86
|
+
|
|
87
|
+
**Avoid:** Keyword stuffing, unnatural repetition
|
|
88
|
+
|
|
89
|
+
**Use:** Query `databases/caption-styles.csv` for proven formulas
|
|
90
|
+
|
|
91
|
+
### Caption Length
|
|
92
|
+
|
|
93
|
+
**Sweet Spot:** 125-175 characters (higher engagement)
|
|
94
|
+
**Longer Okay:** If providing educational value (saves boost reach)
|
|
95
|
+
**First 125 chars:** Visible before "more" cut-off
|
|
96
|
+
|
|
97
|
+
### Hashtags (3-5 Strategic)
|
|
98
|
+
|
|
99
|
+
**2025 Strategy:**
|
|
100
|
+
- Use `databases/hashtag-strategies.csv` for data-driven selection
|
|
101
|
+
- Mix: 2 micro (500-5K) + 2 mid (50K-200K) + 1 broad (1M+)
|
|
102
|
+
- Placement: IN caption (not comments—doesn't count for SEO)
|
|
103
|
+
- Relevance > Popularity
|
|
104
|
+
|
|
105
|
+
**Example Mix:**
|
|
106
|
+
```
|
|
107
|
+
#InstagramSeoTips (micro)
|
|
108
|
+
#ContentStrategyForCreators (micro)
|
|
109
|
+
#SocialMediaMarketing (mid)
|
|
110
|
+
#DigitalMarketing (mid)
|
|
111
|
+
#Marketing (broad)
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
## Reels Optimization
|
|
115
|
+
|
|
116
|
+
### Length
|
|
117
|
+
**Ideal:** 30-90 seconds
|
|
118
|
+
- 7-30 sec: Higher completion rate (viral potential)
|
|
119
|
+
- 30-90 sec: Story depth without drop-off
|
|
120
|
+
- 90+ sec: Needs exceptional watch time
|
|
121
|
+
|
|
122
|
+
### On-Screen Text
|
|
123
|
+
**Include:** Keywords as text overlays
|
|
124
|
+
**Why:** Instagram can read on-screen text for categorization
|
|
125
|
+
**Format:** Clear, readable font (accessibility)
|
|
126
|
+
|
|
127
|
+
### Captions/Subtitles
|
|
128
|
+
**Always Enable:** Settings → Captions
|
|
129
|
+
**Why:**
|
|
130
|
+
1. Accessibility (85% watch without sound)
|
|
131
|
+
2. SEO (indexed by algorithm)
|
|
132
|
+
3. Retention (higher completion rates)
|
|
133
|
+
|
|
134
|
+
### Audio
|
|
135
|
+
**Trending Audio:** Use when relevant to brand
|
|
136
|
+
**Original Audio:** Great for building branded searches
|
|
137
|
+
**Check:** "Use Template" feature for viral formats
|
|
138
|
+
|
|
139
|
+
## Alt Text (Mandatory for SEO)
|
|
140
|
+
|
|
141
|
+
### What It Is
|
|
142
|
+
Text description of image content—read by:
|
|
143
|
+
1. Screen readers (accessibility)
|
|
144
|
+
2. Instagram algorithm (categorization)
|
|
145
|
+
3. Google/Bing crawlers (external SEO)
|
|
146
|
+
|
|
147
|
+
### How to Add
|
|
148
|
+
1. Create post → Advanced Settings
|
|
149
|
+
2. "Write Alt Text"
|
|
150
|
+
3. 100-125 characters optimal
|
|
151
|
+
|
|
152
|
+
### Formula
|
|
153
|
+
`[Primary keyword] + [Detailed description] + [Context]`
|
|
154
|
+
|
|
155
|
+
**Examples:**
|
|
156
|
+
- ❌ "Woman with laptop"
|
|
157
|
+
- ✅ "Content creator analyzing Instagram SEO metrics on laptop dashboard showing engagement growth"
|
|
158
|
+
|
|
159
|
+
## Content Types That Rank
|
|
160
|
+
|
|
161
|
+
### Carousels (Best for Saves)
|
|
162
|
+
- 40% more saves than single images
|
|
163
|
+
- Saves = strong algorithmic signal
|
|
164
|
+
- Use for: Tutorials, tips, guides, before-after
|
|
165
|
+
|
|
166
|
+
### Educational Content (Best for Discovery)
|
|
167
|
+
- Instagram boosts "helpful" content
|
|
168
|
+
- Query `databases/caption-styles.csv`: goal=educate
|
|
169
|
+
- Include: Clear takeaway, actionable tip, save-worthy info
|
|
170
|
+
|
|
171
|
+
### Story Highlights (SEO Asset)
|
|
172
|
+
- Titles are searchable
|
|
173
|
+
- Use keyword-rich titles ("SEO Tips", "Growth Hacks")
|
|
174
|
+
- Cover images with text overlays
|
|
175
|
+
|
|
176
|
+
## Engagement Optimization
|
|
177
|
+
|
|
178
|
+
### First Hour Critical
|
|
179
|
+
- 80% of viral potential decided in first hour
|
|
180
|
+
- Reply to all comments within 60 minutes
|
|
181
|
+
- Like/respond to DMs
|
|
182
|
+
|
|
183
|
+
### Call-to-Actions That Work
|
|
184
|
+
- "Save this for later" (boosts saves)
|
|
185
|
+
- "Tag someone who needs this" (boosts shares)
|
|
186
|
+
- Ask specific questions (boosts comments)
|
|
187
|
+
|
|
188
|
+
## What to Avoid (Penalties)
|
|
189
|
+
|
|
190
|
+
❌ **30 Hashtags** - Instagram confirmed this reduces reach
|
|
191
|
+
❌ **Hashtags in Comments** - Don't count for search/discovery
|
|
192
|
+
❌ **Buying Followers** - Kills engagement rate → kills reach
|
|
193
|
+
❌ **Generic Stock Photos** - Algorithm prioritizes original content
|
|
194
|
+
❌ **Posting Off-Topic** - Confuses categorization (topic clarity matters)
|
|
195
|
+
|
|
196
|
+
## Analytics to Track
|
|
197
|
+
|
|
198
|
+
**Instagram Insights:**
|
|
199
|
+
1. **Accounts Reached** (non-followers) - Discovery metric
|
|
200
|
+
2. **Profile Visits** from search
|
|
201
|
+
3. **Saves** - Strongest ranking signal
|
|
202
|
+
4. **Shares** - Indicates value
|
|
203
|
+
5. **Hashtag Performance** - Which drove impressions
|
|
204
|
+
|
|
205
|
+
**Google Search Console:** (if eligible)
|
|
206
|
+
- Track which Instagram posts appear in Google search
|
|
207
|
+
- Monitor click-through rates from Google
|
|
208
|
+
|
|
209
|
+
## Workflow Integration
|
|
210
|
+
|
|
211
|
+
1. **Research keywords** → `databases/keyword-clusters.csv`
|
|
212
|
+
2. **Select caption style** → `databases/caption-styles.csv`
|
|
213
|
+
3. **Choose hook** → `databases/hook-formulas.csv`
|
|
214
|
+
4. **Write caption** (keyword-first)
|
|
215
|
+
5. **Add 3-5 hashtags** → `databases/hashtag-strategies.csv`
|
|
216
|
+
6. **Write alt text** (detailed + keywords)
|
|
217
|
+
7. **Post + Engage** (first hour critical)
|
|
218
|
+
8. **Track metrics** (iterate based on data)
|
|
219
|
+
|
|
220
|
+
## Advanced Tactics
|
|
221
|
+
|
|
222
|
+
**Cross-Promotion:**
|
|
223
|
+
- Share to Stories (2x reach potential)
|
|
224
|
+
- Repost as Reel (repurpose top performers)
|
|
225
|
+
- Pin best posts to profile
|
|
226
|
+
|
|
227
|
+
**Collaboration:**
|
|
228
|
+
- Collab posts appear on both profiles
|
|
229
|
+
- Doubles reach instantly
|
|
230
|
+
- Partner with accounts in same niche
|
|
231
|
+
|
|
232
|
+
**Consistent Posting:**
|
|
233
|
+
- Topic clarity matters (last 9-12 posts)
|
|
234
|
+
- Stay in your niche
|
|
235
|
+
- Instagram rewards consistency over volume
|