SEO Optimization
internal_links
Develop strategic internal linking plan
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| current_page | string | Optional | — | URL or title of the page to optimize. Can work with last created content. |
| available_pages | string[] | Optional | — | List of existing pages to consider. Can analyze site automatically. |
| link_goal | string | Optional | authority-building | Goal: 'authority-building', 'user-navigation', 'conversion'. |
Example
Create linking strategy for a React guide:
Request
{
"current_page": "React Hooks Guide",
"link_goal": "authority-building"
}Response
{
"current_page": "React Hooks Guide",
"suggested_links": [
{
"anchor_text": "useState tutorial",
"target_page": "/blog/usestate-guide",
"context": "When explaining useState, link to detailed guide",
"priority": "high"
},
{
"anchor_text": "React best practices",
"target_page": "/blog/react-best-practices",
"context": "In conclusion section",
"priority": "medium"
}
],
"linking_strategy": {
"total_links": 5,
"distribution": "spread throughout article",
"anchor_text_variation": true
}
}Tips
Best Practices
- Works with last created content if page not specified
- Authority-building spreads link equity to important pages
- User-navigation focuses on helpful cross-references
- Vary anchor text to avoid over-optimization