mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
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.
42 lines
1.6 KiB
Markdown
42 lines
1.6 KiB
Markdown
# Internal Linking Optimizer — Worked Example
|
|
|
|
Referenced from [SKILL.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/optimize/internal-linking-optimizer/SKILL.md).
|
|
|
|
---
|
|
|
|
## Worked Example
|
|
|
|
**User**: "Find internal linking opportunities for my blog post about 'email marketing best practices'"
|
|
|
|
**Output**:
|
|
|
|
```markdown
|
|
## Internal Linking Opportunities
|
|
|
|
**Page**: /blog/email-marketing-best-practices/
|
|
**Current Internal Links**: 2
|
|
|
|
### Recommended Links to Add
|
|
|
|
| Section | Text to Link | Target Page | Anchor |
|
|
|---------|--------------|-------------|--------|
|
|
| Para 2 | "building your email list" | /blog/grow-email-list/ | "building your email list" |
|
|
| Para 5 | "subject lines" | /blog/email-subject-lines/ | "write compelling subject lines" |
|
|
| Section on segmentation | "audience segments" | /blog/email-segmentation-guide/ | "segment your audience" |
|
|
| CTA section | "marketing automation" | /services/email-automation/ | "email automation services" |
|
|
| Conclusion | "email marketing tools" | /blog/best-email-tools/ | "top email marketing tools" |
|
|
|
|
### Pages That Should Link TO This Article
|
|
|
|
| Source Page | Location | Anchor Text |
|
|
|-------------|----------|-------------|
|
|
| /blog/digital-marketing-guide/ | Email section | "email marketing best practices" |
|
|
| /services/marketing-services/ | Related content | "email marketing strategies" |
|
|
| /blog/lead-generation-tips/ | Email mention | "email marketing techniques" |
|
|
|
|
### Priority Actions
|
|
|
|
1. Add 5 outbound internal links (listed above)
|
|
2. Request 3 inbound links from related pages
|
|
3. Add to "Marketing" category page
|
|
```
|