Big-Link-Man/jobs/EXAMPLE_MULTI.json

124 lines
2.8 KiB
JSON

{
"jobs": [
{
"project_id": 100,
"models": {
"title": "anthropic/claude-3.5-sonnet",
"outline": "anthropic/claude-3.5-sonnet",
"content": "openai/gpt-4o"
},
"deployment_targets": [
"www.autorepairpro.com",
"www.carmaintenanceguide.com",
"www.enginespecialist.net"
],
"tier1_preferred_sites": [
"www.premium-automotive.com",
"www.expert-mechanic.org",
"autorepair123.b-cdn.net",
"carmaintenance456.b-cdn.net"
],
"auto_create_sites": true,
"create_sites_for_keywords": [
{
"keyword": "engine repair",
"count": 4
},
{
"keyword": "transmission service",
"count": 3
},
{
"keyword": "brake system",
"count": 2
}
],
"tiered_link_count_range": {
"min": 3,
"max": 6
},
"tiers": {
"tier1": {
"count": 8,
"min_word_count": 2200,
"max_word_count": 2800,
"min_h2_tags": 4,
"max_h2_tags": 6,
"min_h3_tags": 6,
"max_h3_tags": 12
}
}
},
{
"project_id": 101,
"models": {
"title": "openai/gpt-4o-mini",
"outline": "openai/gpt-4o",
"content": "anthropic/claude-3.5-sonnet"
},
"deployment_targets": [
"www.digitalmarketinghub.com",
"www.seoexperts.org"
],
"tier1_preferred_sites": [
"www.premium-seo.com",
"www.marketingmastery.net",
"seoexpert789.b-cdn.net",
"digitalmarketing456.b-cdn.net"
],
"auto_create_sites": true,
"create_sites_for_keywords": [
{
"keyword": "SEO optimization",
"count": 5
},
{
"keyword": "content marketing",
"count": 4
},
{
"keyword": "social media strategy",
"count": 3
},
{
"keyword": "email marketing",
"count": 2
}
],
"tiered_link_count_range": {
"min": 2,
"max": 5
},
"tiers": {
"tier1": {
"count": 12,
"min_word_count": 2000,
"max_word_count": 2500,
"min_h2_tags": 3,
"max_h2_tags": 5,
"min_h3_tags": 5,
"max_h3_tags": 10
},
"tier2": {
"count": 25,
"min_word_count": 1500,
"max_word_count": 2000,
"min_h2_tags": 2,
"max_h2_tags": 4,
"min_h3_tags": 3,
"max_h3_tags": 8
},
"tier3": {
"count": 40,
"min_word_count": 1000,
"max_word_count": 1500,
"min_h2_tags": 2,
"max_h2_tags": 3,
"min_h3_tags": 2,
"max_h3_tags": 6
}
}
}
]
}