Big-Link-Man/jobs/example_custom_anchors.json

38 lines
926 B
JSON

{
"job_name": "Custom Anchor Text Test",
"project_id": 1,
"description": "Small batch with custom anchor text overrides for testing",
"tiers": [
{
"tier": 1,
"article_count": 5,
"models": {
"title": "anthropic/claude-3.5-sonnet",
"outline": "anthropic/claude-3.5-sonnet",
"content": "anthropic/claude-3.5-sonnet"
},
"anchor_text_config": {
"mode": "override",
"custom_text": [
"click here for more info",
"learn more about this topic",
"discover the best practices",
"expert guide and resources",
"comprehensive tutorial"
]
},
"validation_attempts": 3
}
],
"failure_config": {
"max_consecutive_failures": 3,
"skip_on_failure": true
},
"interlinking": {
"links_per_article_min": 3,
"links_per_article_max": 3,
"include_home_link": true
}
}