opencode-skills-antigravity 0.0.6 → 0.0.8

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.
@@ -0,0 +1,98 @@
1
+ # Landing Page Patterns
2
+
3
+ This reference captures high-converting page patterns and copy structures.
4
+
5
+ ## Hero Section Patterns
6
+
7
+ ### Pattern 1: Problem-Solution Hero
8
+ - Headline names the painful problem.
9
+ - Subheadline states the clear outcome.
10
+ - Primary CTA starts immediately.
11
+ - Optional supporting visual demonstrates product in context.
12
+
13
+ ### Pattern 2: Outcome-First Hero
14
+ - Headline leads with measurable value.
15
+ - Subheadline clarifies who the page is for.
16
+ - CTA is action-oriented and specific.
17
+
18
+ ### Pattern 3: Authority Hero
19
+ - Headline + trust indicator (logos, testimonial snippet, proof metric).
20
+ - Useful when category skepticism is high.
21
+
22
+ ## Social Proof Layouts
23
+
24
+ ### Logo Strip + Proof Metric
25
+ - Keep to recognizable logos.
26
+ - Add one proof metric (e.g., active users, revenue saved, hours reduced).
27
+
28
+ ### Testimonial Grid
29
+ - 3-6 testimonials across segments.
30
+ - Include role/company where possible.
31
+ - Prefer concrete outcomes over generic praise.
32
+
33
+ ### Case Study Snapshot
34
+ - Mini blocks: challenge -> approach -> measurable result.
35
+
36
+ ## CTA Best Practices
37
+
38
+ - Use one dominant CTA per section.
39
+ - Match CTA verb to user intent ("Start trial", "Get demo", "Run audit").
40
+ - Keep CTA copy specific; avoid vague labels like "Submit".
41
+ - Reduce friction near CTA (short form, trust indicators, no surprise commitments).
42
+
43
+ ## Above-the-Fold Checklist
44
+
45
+ - [ ] Clear value proposition in first viewport
46
+ - [ ] Audience clarity (who this is for)
47
+ - [ ] One primary CTA visible without scrolling
48
+ - [ ] Proof element (logos, stat, quote)
49
+ - [ ] Visual hierarchy emphasizes headline + CTA
50
+ - [ ] Mobile layout keeps CTA accessible
51
+
52
+ ## Conversion-Optimized Templates
53
+
54
+ ### SaaS Demo Page
55
+ 1. Hero with problem-solution framing
56
+ 2. Product walkthrough section
57
+ 3. Social proof strip
58
+ 4. Benefits by persona
59
+ 5. Objection handling FAQ
60
+ 6. Final CTA
61
+
62
+ ### Lead Magnet Page
63
+ 1. Promise + asset preview
64
+ 2. Bullet outcomes
65
+ 3. Short form
66
+ 4. Trust/privacy note
67
+
68
+ ### Product Launch Page
69
+ 1. Outcome-first hero
70
+ 2. Why now / differentiation
71
+ 3. Feature blocks
72
+ 4. Testimonials / beta feedback
73
+ 5. Pricing or waitlist CTA
74
+
75
+ ## Headline Formulas
76
+
77
+ ### PAS (Problem-Agitate-Solution)
78
+ - Problem: identify the pain
79
+ - Agitate: show consequences of inaction
80
+ - Solution: position the offer as relief
81
+
82
+ Example structure:
83
+ "Still [problem]? Stop [negative consequence] and start [desired outcome]."
84
+
85
+ ### AIDA (Attention-Interest-Desire-Action)
86
+ - Attention: pattern interrupt headline
87
+ - Interest: relevant context and stakes
88
+ - Desire: proof and benefits
89
+ - Action: concrete next step
90
+
91
+ ### 4U Formula
92
+ - Useful: clear practical value
93
+ - Urgent: reason to act now
94
+ - Unique: differentiated promise
95
+ - Ultra-specific: concrete outcome and scope
96
+
97
+ Example structure:
98
+ "Get [specific result] in [timeframe] without [common pain]."
@@ -0,0 +1,109 @@
1
+ # Landing Page SEO Checklist
2
+
3
+ ## Overview
4
+
5
+ This checklist ensures landing pages are optimized for search engine visibility while maintaining conversion focus. Apply these checks before launching any landing page.
6
+
7
+ ## Meta Tags
8
+
9
+ - [ ] **Title tag**: Under 60 characters, includes primary keyword, ends with brand name
10
+ - [ ] **Meta description**: 150-160 characters, includes CTA language, unique per page
11
+ - [ ] **Canonical URL**: Set to prevent duplicate content issues
12
+ - [ ] **Robots meta**: Ensure page is indexable (`index, follow`) unless intentionally noindex
13
+ - [ ] **Open Graph tags**: og:title, og:description, og:image, og:url for social sharing
14
+ - [ ] **Twitter Card tags**: twitter:card, twitter:title, twitter:description, twitter:image
15
+ - [ ] **Viewport meta**: `<meta name="viewport" content="width=device-width, initial-scale=1">`
16
+
17
+ ## Structured Data
18
+
19
+ - [ ] **Organization schema**: Company name, logo, social profiles
20
+ - [ ] **Product schema**: Name, description, price, availability (for product pages)
21
+ - [ ] **FAQ schema**: For pages with FAQ sections (rich snippet opportunity)
22
+ - [ ] **Breadcrumb schema**: Navigation path for deep pages
23
+ - [ ] **Review schema**: Aggregate rating if testimonials present (use carefully per guidelines)
24
+ - [ ] **Validate**: Test all structured data with Google Rich Results Test
25
+
26
+ ## Core Web Vitals Targets
27
+
28
+ ### Largest Contentful Paint (LCP) - Target: < 2.5s
29
+ - [ ] Optimize hero image (WebP format, proper dimensions)
30
+ - [ ] Preload critical resources (`<link rel="preload">`)
31
+ - [ ] Use CDN for static assets
32
+ - [ ] Minimize render-blocking CSS and JavaScript
33
+
34
+ ### First Input Delay (FID) / Interaction to Next Paint (INP) - Target: < 200ms
35
+ - [ ] Defer non-critical JavaScript
36
+ - [ ] Break up long tasks (>50ms)
37
+ - [ ] Minimize third-party script impact
38
+ - [ ] Use `requestAnimationFrame` for visual updates
39
+
40
+ ### Cumulative Layout Shift (CLS) - Target: < 0.1
41
+ - [ ] Set explicit width/height on images and videos
42
+ - [ ] Reserve space for dynamic content (ads, embeds)
43
+ - [ ] Use `font-display: swap` for web fonts
44
+ - [ ] Avoid inserting content above existing content
45
+
46
+ ## Keyword Placement
47
+
48
+ - [ ] **H1 tag**: Contains primary keyword, one per page only
49
+ - [ ] **H2 tags**: Include secondary keywords naturally
50
+ - [ ] **First paragraph**: Primary keyword appears in first 100 words
51
+ - [ ] **Body copy**: Natural keyword density (1-2%), no stuffing
52
+ - [ ] **Image alt text**: Descriptive, includes keyword where relevant
53
+ - [ ] **URL slug**: Short, keyword-rich, hyphen-separated
54
+ - [ ] **CTA text**: Consider keyword inclusion where natural
55
+
56
+ ## Internal Linking
57
+
58
+ - [ ] Link to relevant product/feature pages
59
+ - [ ] Link to blog content that supports the page topic
60
+ - [ ] Use descriptive anchor text (not "click here")
61
+ - [ ] Ensure landing page is linked from main navigation or sitemap
62
+ - [ ] Link to pricing page if applicable
63
+ - [ ] Limit links to avoid diluting page authority (15-20 max)
64
+
65
+ ## Image Optimization
66
+
67
+ - [ ] **Format**: Use WebP with JPEG/PNG fallback
68
+ - [ ] **Compression**: Lossy compression for photos, lossless for graphics
69
+ - [ ] **Dimensions**: Serve at exact display size (no CSS resizing)
70
+ - [ ] **Alt text**: Descriptive, 125 characters max, natural keyword inclusion
71
+ - [ ] **File names**: Descriptive, hyphenated (e.g., `product-dashboard-screenshot.webp`)
72
+ - [ ] **Lazy loading**: Apply to images below the fold (`loading="lazy"`)
73
+ - [ ] **Responsive images**: Use `srcset` for different viewport sizes
74
+
75
+ ## Canonical URLs
76
+
77
+ - [ ] Self-referencing canonical on every page
78
+ - [ ] Consistent protocol (https) and trailing slash usage
79
+ - [ ] Canonical points to preferred URL version (www vs non-www)
80
+ - [ ] UTM parameters excluded from canonical URL
81
+ - [ ] Pagination handled with rel="next"/"prev" or single-page canonical
82
+
83
+ ## Mobile Responsiveness
84
+
85
+ - [ ] **Mobile-friendly test**: Pass Google Mobile-Friendly Test
86
+ - [ ] **Touch targets**: Minimum 44x44px, 8px spacing between targets
87
+ - [ ] **Font size**: Minimum 16px base font, no pinch-to-zoom needed
88
+ - [ ] **Content parity**: All critical content accessible on mobile
89
+ - [ ] **Horizontal scroll**: None present at any viewport width
90
+ - [ ] **Form usability**: Appropriate input types (email, tel), autocomplete attributes
91
+ - [ ] **Media queries**: Breakpoints at 480px, 768px, 1024px, 1200px minimum
92
+
93
+ ## Technical SEO
94
+
95
+ - [ ] **HTTPS**: SSL certificate valid and active
96
+ - [ ] **Page speed**: < 3s load time on mobile (test with PageSpeed Insights)
97
+ - [ ] **XML sitemap**: Page included in sitemap.xml
98
+ - [ ] **Robots.txt**: Page not blocked by robots.txt
99
+ - [ ] **404 handling**: Custom 404 page with navigation
100
+ - [ ] **Redirect chains**: No more than 1 redirect hop
101
+ - [ ] **Hreflang**: Set for multi-language landing pages
102
+
103
+ ## Content Quality Signals
104
+
105
+ - [ ] **Unique content**: No duplicate content from other pages
106
+ - [ ] **Content depth**: Sufficient content for topic coverage (500+ words for SEO pages)
107
+ - [ ] **Readability**: Grade level 6-8 for broad audiences
108
+ - [ ] **Freshness**: Last modified date reflects recent updates
109
+ - [ ] **E-E-A-T signals**: Author expertise, company authority, trust indicators