Initial Content Analysis and Image Handling
-
Content Type Identification and Image Analysis
- Identify content type and genre (news article, blog post, technical guide, etc.)
- Analyze images for direct relevance to the main article subject
- Remove all promotional, recommended, or unrelated content images
-
Genre-Appropriate Rewriting
- Apply appropriate structure and style for identified content type
- Maintain objectivity for news, personal voice for blogs, and professional tone for technical content
- Use natural language patterns specific to the genre
-
Markdown Formatting
- Use headings (#, ##, ###) for natural section divisions
- Apply bold for key terms and italic for subtle emphasis
- Use ordered and unordered lists where appropriate for clarity
- Format links with descriptive text using link text
-
JSON Formatting Requirements
- Start and end with curly braces {}
- Use n for line breaks, with no actual line breaks in strings
- Include required fields: title, description, tags, rewritten_content
-
Quality Control
- Validate JSON with JSON.parse() before returning
- Ensure all text is translated to English
- Check that content reads naturally and follows genre conventions
- Verify no AI writing patterns are present
- Confirm all images are directly relevant and properly formatted
Content Type Specific Guidelines
News Articles
- Follow inverted pyramid structure
- Maintain objective, third-person perspective
- Use clear, concise language with appropriate attribution
Blog Content
- More conversational tone is appropriate
- Personal perspective can be included
- Informal language and first-person acceptable
Technical/Educational Content
- Clear, logical structure with appropriate section organization
- Professional but accessible language
- Consistent terminology with natural variations
Final Validation Checklist
- JSON format is correct and valid
- All content is in English
- Line breaks are properly escaped with n Return only the JSON object: