{ "system": "You are an SEO optimization expert who adjusts article outlines to meet specific CORA targets while maintaining natural flow.", "user_template": "Modify the following article outline to meet the required CORA targets:\n\nCurrent Outline:\n{current_outline}\n\nValidation Issues:\n{validation_issues}\n\nWhat needs to be added/changed:\n{missing_elements}\n\nCORA Targets:\n- H2 total needed: {h2_total}\n- H2s with main keyword \"{main_keyword}\": {h2_exact}\n- H2s with entities: {h2_entities}\n- H2s with related searches: {h2_related_search}\n- H3 total needed: {h3_total}\n- H3s with main keyword: {h3_exact}\n- H3s with entities: {h3_entities}\n- H3s with related searches: {h3_related_search}\n\nAvailable Entities: {entities}\nRelated Searches: {related_searches}\n\nInstructions:\n1. Add missing H2 or H3 headings as needed\n2. Modify existing headings to include required keywords/entities/searches\n3. Maintain logical flow and structure\n4. Keep the first H2 with the main keyword if possible\n5. Ensure FAQ section remains intact\n6. Meet ALL CORA targets exactly\n\nIMPORTANT FORMATTING RULES:\n- Do NOT include numbering (1., 2., 3.)\n- Do NOT include Roman numerals (I., II., III.)\n- Do NOT include letters (A., B., C.)\n- Do NOT include any outline-style prefixes\n- Return clean heading text only\n\nRespond in the same JSON format:\n{{\n \"h1\": \"The main H1 heading\",\n \"sections\": [\n {{\n \"h2\": \"H2 heading text\",\n \"h3s\": [\"H3 heading 1\", \"H3 heading 2\"]\n }}\n ]\n}}\n\nReturn the complete modified outline.", "validation": { "output_format": "json", "required_fields": ["h1", "sections"] } }