mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: enhance SurfSense with new skills, blog section, and improve SEO metadata
Some checks failed
Build and Push Docker Images / tag_release (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Has been cancelled
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Has been cancelled
Some checks failed
Build and Push Docker Images / tag_release (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Has been cancelled
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Has been cancelled
- Added multiple new skills to skills-lock.json from the repository `aaron-he-zhu/seo-geo-claude-skills`. - Introduced `fuzzy-search` dependency in package.json for improved search functionality. - Updated pnpm-lock.yaml to include the new `fuzzy-search` package. - Enhanced SEO metadata across various pages, including canonical links and descriptions for better search visibility. - Improved layout and structure of several components, including the homepage and changelog, to enhance user experience.
This commit is contained in:
parent
61b3f0d7e3
commit
7ea840dbb2
120 changed files with 25729 additions and 352 deletions
|
|
@ -0,0 +1,47 @@
|
|||
# Content Gap Analysis — Example Report
|
||||
|
||||
This is a complete example output showing the expected format for content gap analysis deliverables.
|
||||
|
||||
## Prompt
|
||||
|
||||
**User**: "Find content gaps for my SaaS marketing blog compared to HubSpot and Drift"
|
||||
|
||||
## Example Output
|
||||
|
||||
```markdown
|
||||
# Content Gap Analysis: SaaS Marketing Blog
|
||||
|
||||
## Executive Summary
|
||||
|
||||
Compared to HubSpot and Drift, your blog has significant gaps in:
|
||||
1. **Interactive tools** - They have 15+, you have 0
|
||||
2. **Comparison content** - Missing "[Your Tool] vs [Competitor]" pages
|
||||
3. **GEO-optimized definitions** - No glossary or term definitions
|
||||
|
||||
Total opportunity: ~25,000 monthly visits from 45 keyword gaps
|
||||
|
||||
## Top Keyword Gaps
|
||||
|
||||
### Quick Wins (Difficulty <40)
|
||||
|
||||
| Keyword | Volume | Difficulty | Who Ranks |
|
||||
|---------|--------|------------|-----------|
|
||||
| saas marketing metrics | 1,200 | 32 | HubSpot #3 |
|
||||
| b2b email sequences | 890 | 28 | Drift #5 |
|
||||
| saas onboarding emails | 720 | 25 | Neither! |
|
||||
| marketing qualified lead definition | 1,800 | 35 | HubSpot #1 |
|
||||
|
||||
### Content Format Gaps
|
||||
|
||||
**You're missing**:
|
||||
- [ ] Interactive ROI calculator (HubSpot gets 15k visits/mo from theirs)
|
||||
- [ ] Email template library (Drift's gets 8k visits/mo)
|
||||
- [ ] Marketing glossary (HubSpot's definition pages rank for 500+ keywords)
|
||||
|
||||
## Recommended Content Calendar
|
||||
|
||||
**Week 1**: "SaaS Marketing Metrics: Complete Guide" (Quick win)
|
||||
**Week 2**: "What is a Marketing Qualified Lead?" (GEO opportunity)
|
||||
**Week 3**: "B2B Email Sequence Templates" (Format gap)
|
||||
**Week 4**: "[Your Tool] vs HubSpot" (Comparison gap)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue