100xprism 2.3.1
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/LICENSE +21 -0
- package/README.md +196 -0
- package/VERSION +1 -0
- package/adapters/antigravity.sh +14 -0
- package/adapters/claude-code.sh +160 -0
- package/adapters/codex.sh +13 -0
- package/adapters/copilot.sh +13 -0
- package/adapters/cursor.sh +13 -0
- package/adapters/gemini.sh +13 -0
- package/adapters/lib/__pycache__/modules.cpython-312.pyc +0 -0
- package/adapters/lib/modules.py +592 -0
- package/adapters/lib/shared.sh +83 -0
- package/adapters/lib/sync_plugins.py +113 -0
- package/adapters/windsurf.sh +15 -0
- package/bin/100xprism.js +29 -0
- package/get.sh +24 -0
- package/install-project.sh +82 -0
- package/install.sh +281 -0
- package/lib/adapters/windows.js +429 -0
- package/lib/bootstrap.js +33 -0
- package/lib/init.js +19 -0
- package/lib/install.js +18 -0
- package/lib/migrate.js +52 -0
- package/lib/platform.js +22 -0
- package/lib/update.js +29 -0
- package/modules/_lib/reference.md +77 -0
- package/modules/a11y-auditor/SKILL.md +151 -0
- package/modules/ab-test-setup/SKILL.md +266 -0
- package/modules/ab-test-setup/evals/evals.json +105 -0
- package/modules/ab-test-setup/references/sample-size-guide.md +263 -0
- package/modules/ab-test-setup/references/test-templates.md +277 -0
- package/modules/ad-creative/SKILL.md +362 -0
- package/modules/ad-creative/evals/evals.json +90 -0
- package/modules/ad-creative/references/generative-tools.md +637 -0
- package/modules/ad-creative/references/platform-specs.md +213 -0
- package/modules/ai-seo/SKILL.md +398 -0
- package/modules/ai-seo/evals/evals.json +90 -0
- package/modules/ai-seo/references/content-patterns.md +285 -0
- package/modules/ai-seo/references/platform-ranking-factors.md +152 -0
- package/modules/analytics-tracking/SKILL.md +309 -0
- package/modules/analytics-tracking/evals/evals.json +90 -0
- package/modules/analytics-tracking/references/event-library.md +260 -0
- package/modules/analytics-tracking/references/ga4-implementation.md +300 -0
- package/modules/analytics-tracking/references/gtm-implementation.md +390 -0
- package/modules/architect/SKILL.md +282 -0
- package/modules/branch/SKILL.md +105 -0
- package/modules/churn-prevention/SKILL.md +424 -0
- package/modules/churn-prevention/evals/evals.json +93 -0
- package/modules/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/modules/churn-prevention/references/dunning-playbook.md +408 -0
- package/modules/cloud-security/SKILL.md +240 -0
- package/modules/cold-email/SKILL.md +178 -0
- package/modules/cold-email/evals/evals.json +94 -0
- package/modules/cold-email/references/benchmarks.md +83 -0
- package/modules/cold-email/references/follow-up-sequences.md +81 -0
- package/modules/cold-email/references/frameworks.md +90 -0
- package/modules/cold-email/references/personalization.md +79 -0
- package/modules/cold-email/references/subject-lines.md +53 -0
- package/modules/commit/SKILL.md +195 -0
- package/modules/competitor-alternatives/SKILL.md +256 -0
- package/modules/competitor-alternatives/evals/evals.json +93 -0
- package/modules/competitor-alternatives/references/content-architecture.md +271 -0
- package/modules/competitor-alternatives/references/templates.md +223 -0
- package/modules/connect/SKILL.md +894 -0
- package/modules/content-strategy/SKILL.md +359 -0
- package/modules/content-strategy/evals/evals.json +90 -0
- package/modules/context-dump/SKILL.md +67 -0
- package/modules/copy-editing/SKILL.md +447 -0
- package/modules/copy-editing/evals/evals.json +89 -0
- package/modules/copy-editing/references/plain-english-alternatives.md +394 -0
- package/modules/copywriting/SKILL.md +271 -0
- package/modules/copywriting/evals/evals.json +111 -0
- package/modules/copywriting/references/cold-email-benchmarks.md +83 -0
- package/modules/copywriting/references/cold-email-follow-ups.md +81 -0
- package/modules/copywriting/references/cold-email-frameworks.md +90 -0
- package/modules/copywriting/references/cold-email-personalization.md +79 -0
- package/modules/copywriting/references/cold-email-subject-lines.md +53 -0
- package/modules/copywriting/references/copy-frameworks.md +344 -0
- package/modules/copywriting/references/email-copy-guidelines.md +113 -0
- package/modules/copywriting/references/email-types.md +515 -0
- package/modules/copywriting/references/natural-transitions.md +272 -0
- package/modules/copywriting/references/sequence-templates.md +168 -0
- package/modules/data-query/SKILL.md +58 -0
- package/modules/data-viz/SKILL.md +225 -0
- package/modules/db/SKILL.md +205 -0
- package/modules/db/db-engines/_router.md +24 -0
- package/modules/db/db-engines/athena.md +16 -0
- package/modules/db/db-engines/cloud-sql.md +16 -0
- package/modules/db/db-engines/databricks.md +14 -0
- package/modules/db/db-engines/oracle.md +14 -0
- package/modules/db/db-engines/postgres.md +15 -0
- package/modules/db/db-engines/presto.md +14 -0
- package/modules/db/db-engines/snowflake.md +14 -0
- package/modules/docs/SKILL.md +100 -0
- package/modules/email-sequence/SKILL.md +309 -0
- package/modules/email-sequence/evals/evals.json +93 -0
- package/modules/email-sequence/references/copy-guidelines.md +113 -0
- package/modules/email-sequence/references/email-types.md +515 -0
- package/modules/email-sequence/references/sequence-templates.md +168 -0
- package/modules/enterprise-design/SKILL.md +75 -0
- package/modules/eval/SKILL.md +105 -0
- package/modules/figma-translator/SKILL.md +49 -0
- package/modules/fix-bugs/SKILL.md +104 -0
- package/modules/form-cro/SKILL.md +429 -0
- package/modules/form-cro/evals/evals.json +90 -0
- package/modules/free-tool-strategy/SKILL.md +178 -0
- package/modules/free-tool-strategy/evals/evals.json +90 -0
- package/modules/free-tool-strategy/references/tool-types.md +217 -0
- package/modules/gate/SKILL.md +232 -0
- package/modules/grill-me/SKILL.md +59 -0
- package/modules/interaction-engineer/SKILL.md +49 -0
- package/modules/issue/SKILL.md +272 -0
- package/modules/launch/SKILL.md +345 -0
- package/modules/launch-strategy/SKILL.md +353 -0
- package/modules/launch-strategy/evals/evals.json +91 -0
- package/modules/lint/SKILL.md +126 -0
- package/modules/marketing-ideas/SKILL.md +167 -0
- package/modules/marketing-ideas/evals/evals.json +90 -0
- package/modules/marketing-ideas/references/ideas-by-category.md +366 -0
- package/modules/marketing-psychology/SKILL.md +455 -0
- package/modules/marketing-psychology/evals/evals.json +88 -0
- package/modules/motion-designer/SKILL.md +214 -0
- package/modules/onboarding-cro/SKILL.md +220 -0
- package/modules/onboarding-cro/evals/evals.json +92 -0
- package/modules/onboarding-cro/references/experiments.md +258 -0
- package/modules/orchestrate/SKILL.md +77 -0
- package/modules/page-cro/SKILL.md +182 -0
- package/modules/page-cro/evals/evals.json +111 -0
- package/modules/page-cro/references/experiments.md +248 -0
- package/modules/page-cro/references/paywall-experiments.md +164 -0
- package/modules/paid-ads/SKILL.md +315 -0
- package/modules/paid-ads/evals/evals.json +90 -0
- package/modules/paid-ads/references/ad-copy-templates.md +207 -0
- package/modules/paid-ads/references/audience-targeting.md +243 -0
- package/modules/paid-ads/references/platform-setup-checklists.md +277 -0
- package/modules/paywall-upgrade-cro/SKILL.md +227 -0
- package/modules/paywall-upgrade-cro/evals/evals.json +93 -0
- package/modules/paywall-upgrade-cro/references/experiments.md +164 -0
- package/modules/popup-cro/SKILL.md +453 -0
- package/modules/popup-cro/evals/evals.json +94 -0
- package/modules/pr/SKILL.md +203 -0
- package/modules/pricing-strategy/SKILL.md +231 -0
- package/modules/pricing-strategy/evals/evals.json +90 -0
- package/modules/pricing-strategy/references/research-methods.md +152 -0
- package/modules/pricing-strategy/references/tier-structure.md +232 -0
- package/modules/product-marketing-context/SKILL.md +241 -0
- package/modules/product-marketing-context/evals/evals.json +85 -0
- package/modules/programmatic-seo/SKILL.md +238 -0
- package/modules/programmatic-seo/evals/evals.json +94 -0
- package/modules/programmatic-seo/references/playbooks.md +308 -0
- package/modules/push/SKILL.md +202 -0
- package/modules/referral-program/SKILL.md +255 -0
- package/modules/referral-program/evals/evals.json +89 -0
- package/modules/referral-program/references/affiliate-programs.md +164 -0
- package/modules/referral-program/references/program-examples.md +143 -0
- package/modules/release/SKILL.md +293 -0
- package/modules/revops/SKILL.md +343 -0
- package/modules/revops/evals/evals.json +91 -0
- package/modules/revops/references/automation-playbooks.md +290 -0
- package/modules/revops/references/lifecycle-definitions.md +278 -0
- package/modules/revops/references/routing-rules.md +203 -0
- package/modules/revops/references/scoring-models.md +247 -0
- package/modules/sales-enablement/SKILL.md +349 -0
- package/modules/sales-enablement/evals/evals.json +91 -0
- package/modules/sales-enablement/references/deck-frameworks.md +263 -0
- package/modules/sales-enablement/references/demo-scripts.md +355 -0
- package/modules/sales-enablement/references/objection-library.md +270 -0
- package/modules/sales-enablement/references/one-pager-templates.md +208 -0
- package/modules/schema-markup/SKILL.md +179 -0
- package/modules/schema-markup/evals/evals.json +87 -0
- package/modules/schema-markup/references/schema-examples.md +398 -0
- package/modules/security/SKILL.md +138 -0
- package/modules/seo-audit/SKILL.md +412 -0
- package/modules/seo-audit/evals/evals.json +136 -0
- package/modules/seo-audit/references/ai-writing-detection.md +200 -0
- package/modules/seo-audit/references/content-patterns.md +285 -0
- package/modules/seo-audit/references/platform-ranking-factors.md +152 -0
- package/modules/signup-flow-cro/SKILL.md +359 -0
- package/modules/signup-flow-cro/evals/evals.json +88 -0
- package/modules/site-architecture/SKILL.md +357 -0
- package/modules/site-architecture/evals/evals.json +88 -0
- package/modules/site-architecture/references/mermaid-templates.md +216 -0
- package/modules/site-architecture/references/navigation-patterns.md +305 -0
- package/modules/site-architecture/references/site-type-templates.md +293 -0
- package/modules/social-content/SKILL.md +278 -0
- package/modules/social-content/evals/evals.json +92 -0
- package/modules/social-content/references/platforms.md +170 -0
- package/modules/social-content/references/post-templates.md +177 -0
- package/modules/social-content/references/reverse-engineering.md +195 -0
- package/modules/spec/SKILL.md +81 -0
- package/modules/subagents/SKILL.md +123 -0
- package/modules/techdebt/SKILL.md +71 -0
- package/modules/terminal-setup/SKILL.md +49 -0
- package/modules/test/SKILL.md +493 -0
- package/modules/test/references/e2e-patterns.md +294 -0
- package/modules/update-claude-md/SKILL.md +52 -0
- package/modules/visual-system-architect/SKILL.md +53 -0
- package/package.json +44 -0
- package/plugins/plugins.json +43 -0
- package/shell/aliases.sh +24 -0
- package/shell/check-update.sh +212 -0
- package/templates/.env.example +199 -0
- package/templates/docker-compose.md +46 -0
- package/templates/node-frontend.md +56 -0
- package/templates/node-fullstack.md +59 -0
- package/templates/python-api.md +57 -0
- package/update.sh +231 -0
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
# Page CRO Experiment Ideas
|
|
2
|
+
|
|
3
|
+
Comprehensive list of A/B tests and experiments organized by page type.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- Homepage Experiments (Hero Section, Trust & Social Proof, Features & Content, Navigation & UX)
|
|
7
|
+
- Pricing Page Experiments (Price Presentation, Pricing UX, Objection Handling, Trust Signals)
|
|
8
|
+
- Demo Request Page Experiments (Form Optimization, Page Content, CTA & Routing)
|
|
9
|
+
- Resource/Blog Page Experiments (Content CTAs, Resource Section)
|
|
10
|
+
- Landing Page Experiments (Message Match, Conversion Focus, Page Length)
|
|
11
|
+
- Feature Page Experiments (Feature Presentation, Conversion Path)
|
|
12
|
+
- Cross-Page Experiments (Site-Wide Tests, Navigation Tests)
|
|
13
|
+
|
|
14
|
+
## Homepage Experiments
|
|
15
|
+
|
|
16
|
+
### Hero Section
|
|
17
|
+
|
|
18
|
+
| Test | Hypothesis |
|
|
19
|
+
|------|------------|
|
|
20
|
+
| Headline variations | Specific vs. abstract messaging |
|
|
21
|
+
| Subheadline clarity | Add/refine to support headline |
|
|
22
|
+
| CTA above fold | Include or exclude prominent CTA |
|
|
23
|
+
| Hero visual format | Screenshot vs. GIF vs. illustration vs. video |
|
|
24
|
+
| CTA button color | Test contrast and visibility |
|
|
25
|
+
| CTA button text | "Start Free Trial" vs. "Get Started" vs. "See Demo" |
|
|
26
|
+
| Interactive demo | Engage visitors immediately with product |
|
|
27
|
+
|
|
28
|
+
### Trust & Social Proof
|
|
29
|
+
|
|
30
|
+
| Test | Hypothesis |
|
|
31
|
+
|------|------------|
|
|
32
|
+
| Logo placement | Hero section vs. below fold |
|
|
33
|
+
| Case study in hero | Show results immediately |
|
|
34
|
+
| Trust badges | Add security, compliance, awards |
|
|
35
|
+
| Social proof in headline | "Join 10,000+ teams" messaging |
|
|
36
|
+
| Testimonial placement | Above fold vs. dedicated section |
|
|
37
|
+
| Video testimonials | More engaging than text quotes |
|
|
38
|
+
|
|
39
|
+
### Features & Content
|
|
40
|
+
|
|
41
|
+
| Test | Hypothesis |
|
|
42
|
+
|------|------------|
|
|
43
|
+
| Feature presentation | Icons + descriptions vs. detailed sections |
|
|
44
|
+
| Section ordering | Move high-value features up |
|
|
45
|
+
| Secondary CTAs | Add/remove throughout page |
|
|
46
|
+
| Benefit vs. feature focus | Lead with outcomes |
|
|
47
|
+
| Comparison section | Show vs. competitors or status quo |
|
|
48
|
+
|
|
49
|
+
### Navigation & UX
|
|
50
|
+
|
|
51
|
+
| Test | Hypothesis |
|
|
52
|
+
|------|------------|
|
|
53
|
+
| Sticky navigation | Persistent nav with CTA |
|
|
54
|
+
| Nav menu order | High-priority items at edges |
|
|
55
|
+
| Nav CTA button | Add prominent button in nav |
|
|
56
|
+
| Support widget | Live chat vs. AI chatbot |
|
|
57
|
+
| Footer optimization | Clearer secondary conversions |
|
|
58
|
+
| Exit intent popup | Capture abandoning visitors |
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Pricing Page Experiments
|
|
63
|
+
|
|
64
|
+
### Price Presentation
|
|
65
|
+
|
|
66
|
+
| Test | Hypothesis |
|
|
67
|
+
|------|------------|
|
|
68
|
+
| Annual vs. monthly display | Highlight savings or simplify |
|
|
69
|
+
| Price points | $99 vs. $100 vs. $97 psychology |
|
|
70
|
+
| "Most Popular" badge | Highlight target plan |
|
|
71
|
+
| Number of tiers | 3 vs. 4 vs. 2 visible options |
|
|
72
|
+
| Price anchoring | Order plans to anchor expectations |
|
|
73
|
+
| Custom enterprise tier | Show vs. "Contact Sales" |
|
|
74
|
+
|
|
75
|
+
### Pricing UX
|
|
76
|
+
|
|
77
|
+
| Test | Hypothesis |
|
|
78
|
+
|------|------------|
|
|
79
|
+
| Pricing calculator | For usage-based pricing clarity |
|
|
80
|
+
| Guided pricing flow | Multistep wizard vs. comparison table |
|
|
81
|
+
| Feature comparison format | Table vs. expandable sections |
|
|
82
|
+
| Monthly/annual toggle | With savings highlighted |
|
|
83
|
+
| Plan recommendation quiz | Help visitors choose |
|
|
84
|
+
| Checkout flow length | Steps required after plan selection |
|
|
85
|
+
|
|
86
|
+
### Objection Handling
|
|
87
|
+
|
|
88
|
+
| Test | Hypothesis |
|
|
89
|
+
|------|------------|
|
|
90
|
+
| FAQ section | Address pricing objections |
|
|
91
|
+
| ROI calculator | Demonstrate value vs. cost |
|
|
92
|
+
| Money-back guarantee | Prominent placement |
|
|
93
|
+
| Per-user breakdowns | Clarity for team plans |
|
|
94
|
+
| Feature inclusion clarity | What's in each tier |
|
|
95
|
+
| Competitor comparison | Side-by-side value comparison |
|
|
96
|
+
|
|
97
|
+
### Trust Signals
|
|
98
|
+
|
|
99
|
+
| Test | Hypothesis |
|
|
100
|
+
|------|------------|
|
|
101
|
+
| Value testimonials | Quotes about ROI specifically |
|
|
102
|
+
| Customer logos | Near pricing section |
|
|
103
|
+
| Review scores | G2/Capterra ratings |
|
|
104
|
+
| Case study snippet | Specific pricing/value results |
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## Demo Request Page Experiments
|
|
109
|
+
|
|
110
|
+
### Form Optimization
|
|
111
|
+
|
|
112
|
+
| Test | Hypothesis |
|
|
113
|
+
|------|------------|
|
|
114
|
+
| Field count | Fewer fields, higher completion |
|
|
115
|
+
| Multi-step vs. single | Progress bar encouragement |
|
|
116
|
+
| Form placement | Above fold vs. after content |
|
|
117
|
+
| Phone field | Include vs. exclude |
|
|
118
|
+
| Field enrichment | Hide fields you can auto-fill |
|
|
119
|
+
| Form labels | Inside field vs. above |
|
|
120
|
+
|
|
121
|
+
### Page Content
|
|
122
|
+
|
|
123
|
+
| Test | Hypothesis |
|
|
124
|
+
|------|------------|
|
|
125
|
+
| Benefits above form | Reinforce value before ask |
|
|
126
|
+
| Demo preview | Video/GIF showing demo experience |
|
|
127
|
+
| "What You'll Learn" | Set expectations clearly |
|
|
128
|
+
| Testimonials near form | Reduce friction at decision point |
|
|
129
|
+
| FAQ below form | Address common objections |
|
|
130
|
+
| Video vs. text | Format for explaining value |
|
|
131
|
+
|
|
132
|
+
### CTA & Routing
|
|
133
|
+
|
|
134
|
+
| Test | Hypothesis |
|
|
135
|
+
|------|------------|
|
|
136
|
+
| CTA text | "Book Your Demo" vs. "Schedule 15-Min Call" |
|
|
137
|
+
| On-demand option | Instant demo alongside live option |
|
|
138
|
+
| Personalized messaging | Based on visitor data/source |
|
|
139
|
+
| Navigation removal | Reduce page distractions |
|
|
140
|
+
| Calendar integration | Inline booking vs. external link |
|
|
141
|
+
| Qualification routing | Self-serve for some, sales for others |
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## Resource/Blog Page Experiments
|
|
146
|
+
|
|
147
|
+
### Content CTAs
|
|
148
|
+
|
|
149
|
+
| Test | Hypothesis |
|
|
150
|
+
|------|------------|
|
|
151
|
+
| Floating CTAs | Sticky CTA on blog posts |
|
|
152
|
+
| CTA placement | Inline vs. end-of-post only |
|
|
153
|
+
| Reading time display | Estimated reading time |
|
|
154
|
+
| Related resources | End-of-article recommendations |
|
|
155
|
+
| Gated vs. free | Content access strategy |
|
|
156
|
+
| Content upgrades | Specific to article topic |
|
|
157
|
+
|
|
158
|
+
### Resource Section
|
|
159
|
+
|
|
160
|
+
| Test | Hypothesis |
|
|
161
|
+
|------|------------|
|
|
162
|
+
| Navigation/filtering | Easier to find relevant content |
|
|
163
|
+
| Search functionality | Find specific resources |
|
|
164
|
+
| Featured resources | Highlight best content |
|
|
165
|
+
| Layout format | Grid vs. list view |
|
|
166
|
+
| Topic bundles | Grouped resources by theme |
|
|
167
|
+
| Download tracking | Gate some, track engagement |
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## Landing Page Experiments
|
|
172
|
+
|
|
173
|
+
### Message Match
|
|
174
|
+
|
|
175
|
+
| Test | Hypothesis |
|
|
176
|
+
|------|------------|
|
|
177
|
+
| Headline matching | Match ad copy exactly |
|
|
178
|
+
| Visual matching | Match ad creative |
|
|
179
|
+
| Offer alignment | Same offer as ad promised |
|
|
180
|
+
| Audience-specific pages | Different pages per segment |
|
|
181
|
+
|
|
182
|
+
### Conversion Focus
|
|
183
|
+
|
|
184
|
+
| Test | Hypothesis |
|
|
185
|
+
|------|------------|
|
|
186
|
+
| Navigation removal | Single-focus page |
|
|
187
|
+
| CTA repetition | Multiple CTAs throughout |
|
|
188
|
+
| Form vs. button | Direct capture vs. click-through |
|
|
189
|
+
| Urgency/scarcity | If genuine, test messaging |
|
|
190
|
+
| Social proof density | Amount and placement |
|
|
191
|
+
| Video inclusion | Explain offer with video |
|
|
192
|
+
|
|
193
|
+
### Page Length
|
|
194
|
+
|
|
195
|
+
| Test | Hypothesis |
|
|
196
|
+
|------|------------|
|
|
197
|
+
| Short vs. long | Quick conversion vs. complete argument |
|
|
198
|
+
| Above-fold only | Minimal scroll required |
|
|
199
|
+
| Section ordering | Most important content first |
|
|
200
|
+
| Footer removal | Eliminate navigation |
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
## Feature Page Experiments
|
|
205
|
+
|
|
206
|
+
### Feature Presentation
|
|
207
|
+
|
|
208
|
+
| Test | Hypothesis |
|
|
209
|
+
|------|------------|
|
|
210
|
+
| Demo/screenshot | Show feature in action |
|
|
211
|
+
| Use case examples | How customers use it |
|
|
212
|
+
| Before/after | Impact visualization |
|
|
213
|
+
| Video walkthrough | Feature tour |
|
|
214
|
+
| Interactive demo | Try feature without signup |
|
|
215
|
+
|
|
216
|
+
### Conversion Path
|
|
217
|
+
|
|
218
|
+
| Test | Hypothesis |
|
|
219
|
+
|------|------------|
|
|
220
|
+
| Trial CTA | Feature-specific trial offer |
|
|
221
|
+
| Related features | Cross-link to other features |
|
|
222
|
+
| Comparison | vs. competitors' version |
|
|
223
|
+
| Pricing mention | Connect to relevant plan |
|
|
224
|
+
| Case study link | Feature-specific success story |
|
|
225
|
+
|
|
226
|
+
---
|
|
227
|
+
|
|
228
|
+
## Cross-Page Experiments
|
|
229
|
+
|
|
230
|
+
### Site-Wide Tests
|
|
231
|
+
|
|
232
|
+
| Test | Hypothesis |
|
|
233
|
+
|------|------------|
|
|
234
|
+
| Chat widget | Impact on conversions |
|
|
235
|
+
| Cookie consent UX | Minimize friction |
|
|
236
|
+
| Page load speed | Performance vs. features |
|
|
237
|
+
| Mobile experience | Responsive optimization |
|
|
238
|
+
| Accessibility | Impact on conversion |
|
|
239
|
+
| Personalization | Dynamic content by segment |
|
|
240
|
+
|
|
241
|
+
### Navigation Tests
|
|
242
|
+
|
|
243
|
+
| Test | Hypothesis |
|
|
244
|
+
|------|------------|
|
|
245
|
+
| Menu structure | Information architecture |
|
|
246
|
+
| Search placement | Help visitors find content |
|
|
247
|
+
| CTA in nav | Always-visible conversion path |
|
|
248
|
+
| Breadcrumbs | Navigation clarity |
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
# Paywall Experiment Ideas
|
|
2
|
+
|
|
3
|
+
Comprehensive list of A/B tests and experiments for paywall optimization.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- Trigger & Timing Experiments (When to Show, Trigger Type)
|
|
7
|
+
- Paywall Design Experiments (Layout & Format, Value Presentation, Visual Elements)
|
|
8
|
+
- Pricing Presentation Experiments (Price Display, Plan Options, Discounts & Offers)
|
|
9
|
+
- Copy & Messaging Experiments (Headlines, CTAs, Objection Handling)
|
|
10
|
+
- Trial & Conversion Experiments (Trial Structure, Trial Expiration, Upgrade Path)
|
|
11
|
+
- Personalization Experiments (Usage-Based, Segment-Specific)
|
|
12
|
+
- Frequency & UX Experiments (Frequency Capping, Dismiss Behavior)
|
|
13
|
+
|
|
14
|
+
## Trigger & Timing Experiments
|
|
15
|
+
|
|
16
|
+
### When to Show
|
|
17
|
+
- Test trigger timing: after aha moment vs. at feature attempt
|
|
18
|
+
- Early trial reminder (7 days) vs. late reminder (1 day before)
|
|
19
|
+
- Show after X actions completed vs. after X days
|
|
20
|
+
- Test soft prompts at different engagement thresholds
|
|
21
|
+
- Trigger based on usage patterns vs. time-based only
|
|
22
|
+
|
|
23
|
+
### Trigger Type
|
|
24
|
+
- Hard gate (can't proceed) vs. soft gate (preview + prompt)
|
|
25
|
+
- Feature lock vs. usage limit as primary trigger
|
|
26
|
+
- In-context modal vs. dedicated upgrade page
|
|
27
|
+
- Banner reminder vs. modal prompt
|
|
28
|
+
- Exit-intent on free plan pages
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Paywall Design Experiments
|
|
33
|
+
|
|
34
|
+
### Layout & Format
|
|
35
|
+
- Full-screen paywall vs. modal overlay
|
|
36
|
+
- Minimal paywall (CTA-focused) vs. feature-rich paywall
|
|
37
|
+
- Single plan display vs. plan comparison
|
|
38
|
+
- Image/preview included vs. text-only
|
|
39
|
+
- Vertical layout vs. horizontal layout on desktop
|
|
40
|
+
|
|
41
|
+
### Value Presentation
|
|
42
|
+
- Feature list vs. benefit statements
|
|
43
|
+
- Show what they'll lose (loss aversion) vs. what they'll gain
|
|
44
|
+
- Personalized value summary based on usage
|
|
45
|
+
- Before/after demonstration
|
|
46
|
+
- ROI calculator or value quantification
|
|
47
|
+
|
|
48
|
+
### Visual Elements
|
|
49
|
+
- Add product screenshots or previews
|
|
50
|
+
- Include short demo video or GIF
|
|
51
|
+
- Test illustration vs. product imagery
|
|
52
|
+
- Animated vs. static paywall
|
|
53
|
+
- Progress visualization (what they've accomplished)
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Pricing Presentation Experiments
|
|
58
|
+
|
|
59
|
+
### Price Display
|
|
60
|
+
- Show monthly vs. annual vs. both with toggle
|
|
61
|
+
- Highlight savings for annual ($ amount vs. % off)
|
|
62
|
+
- Price per day framing ("Less than a coffee")
|
|
63
|
+
- Show price after trial vs. emphasize "Start Free"
|
|
64
|
+
- Display price prominently vs. de-emphasize until click
|
|
65
|
+
|
|
66
|
+
### Plan Options
|
|
67
|
+
- Single recommended plan vs. multiple tiers
|
|
68
|
+
- Add "Most Popular" badge to target plan
|
|
69
|
+
- Test number of visible plans (2 vs. 3)
|
|
70
|
+
- Show enterprise/custom tier vs. hide it
|
|
71
|
+
- Include one-time purchase option alongside subscription
|
|
72
|
+
|
|
73
|
+
### Discounts & Offers
|
|
74
|
+
- First month/year discount for conversion
|
|
75
|
+
- Limited-time upgrade offer with countdown
|
|
76
|
+
- Loyalty discount based on free usage duration
|
|
77
|
+
- Bundle discount for annual commitment
|
|
78
|
+
- Referral discount for social proof
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## Copy & Messaging Experiments
|
|
83
|
+
|
|
84
|
+
### Headlines
|
|
85
|
+
- Benefit-focused ("Unlock unlimited projects") vs. feature-focused ("Get Pro features")
|
|
86
|
+
- Question format ("Ready to do more?") vs. statement format
|
|
87
|
+
- Urgency-based ("Don't lose your work") vs. value-based
|
|
88
|
+
- Personalized headline with user's name or usage data
|
|
89
|
+
- Social proof headline ("Join 10,000+ Pro users")
|
|
90
|
+
|
|
91
|
+
### CTAs
|
|
92
|
+
- "Start Free Trial" vs. "Upgrade Now" vs. "Continue with Pro"
|
|
93
|
+
- First person ("Start My Trial") vs. second person ("Start Your Trial")
|
|
94
|
+
- Value-specific ("Unlock Unlimited") vs. generic ("Upgrade")
|
|
95
|
+
- Add urgency ("Upgrade Today") vs. no pressure
|
|
96
|
+
- Include price in CTA vs. separate price display
|
|
97
|
+
|
|
98
|
+
### Objection Handling
|
|
99
|
+
- Add money-back guarantee messaging
|
|
100
|
+
- Show "Cancel anytime" prominently
|
|
101
|
+
- Include FAQ on paywall
|
|
102
|
+
- Address specific objections based on feature gated
|
|
103
|
+
- Add chat/support option on paywall
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## Trial & Conversion Experiments
|
|
108
|
+
|
|
109
|
+
### Trial Structure
|
|
110
|
+
- 7-day vs. 14-day vs. 30-day trial length
|
|
111
|
+
- Credit card required vs. not required for trial
|
|
112
|
+
- Full-access trial vs. limited feature trial
|
|
113
|
+
- Trial extension offer for engaged users
|
|
114
|
+
- Second trial offer for expired/churned users
|
|
115
|
+
|
|
116
|
+
### Trial Expiration
|
|
117
|
+
- Countdown timer visibility (always vs. near end)
|
|
118
|
+
- Email reminders: frequency and timing
|
|
119
|
+
- Grace period after expiration vs. immediate downgrade
|
|
120
|
+
- "Last chance" offer with discount
|
|
121
|
+
- Pause option vs. immediate cancellation
|
|
122
|
+
|
|
123
|
+
### Upgrade Path
|
|
124
|
+
- One-click upgrade from paywall vs. separate checkout
|
|
125
|
+
- Pre-filled payment info for returning users
|
|
126
|
+
- Multiple payment methods offered
|
|
127
|
+
- Quarterly plan option alongside monthly/annual
|
|
128
|
+
- Team invite flow for solo-to-team conversion
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
## Personalization Experiments
|
|
133
|
+
|
|
134
|
+
### Usage-Based
|
|
135
|
+
- Personalize paywall copy based on features used
|
|
136
|
+
- Highlight most-used premium features
|
|
137
|
+
- Show usage stats ("You've created 50 projects")
|
|
138
|
+
- Recommend plan based on behavior patterns
|
|
139
|
+
- Dynamic feature emphasis based on user segment
|
|
140
|
+
|
|
141
|
+
### Segment-Specific
|
|
142
|
+
- Different paywall for power users vs. casual users
|
|
143
|
+
- B2B vs. B2C messaging variations
|
|
144
|
+
- Industry-specific value propositions
|
|
145
|
+
- Role-based feature highlighting
|
|
146
|
+
- Traffic source-based messaging
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## Frequency & UX Experiments
|
|
151
|
+
|
|
152
|
+
### Frequency Capping
|
|
153
|
+
- Test number of prompts per session
|
|
154
|
+
- Cool-down period after dismiss (hours vs. days)
|
|
155
|
+
- Escalating urgency over time vs. consistent messaging
|
|
156
|
+
- Once per feature vs. consolidated prompts
|
|
157
|
+
- Re-show rules after major engagement
|
|
158
|
+
|
|
159
|
+
### Dismiss Behavior
|
|
160
|
+
- "Maybe later" vs. "No thanks" vs. "Remind me tomorrow"
|
|
161
|
+
- Ask reason for declining
|
|
162
|
+
- Offer alternative (lower tier, annual discount)
|
|
163
|
+
- Exit survey on dismiss
|
|
164
|
+
- Friendly vs. neutral decline copy
|