mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
43 lines
1.6 KiB
Markdown
43 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
|
||
|
|
```
|