109 lines
4.6 KiB
Markdown
109 lines
4.6 KiB
Markdown
Generate SEO-optimized content ideas for each keyword cluster.
|
|
|
|
Input:
|
|
Clusters: [IGNY8_CLUSTERS]
|
|
Keywords: [IGNY8_CLUSTER_KEYWORDS]
|
|
|
|
Output: JSON with "ideas" array.
|
|
Each cluster → 3 content ideas.
|
|
|
|
===================
|
|
REQUIREMENTS
|
|
===================
|
|
|
|
**Title:**
|
|
- Must be an actual post title (not a topic description)
|
|
- Must include at least ONE keyword from the cluster keywords list
|
|
- Should be compelling and clear to readers
|
|
|
|
**Headings:**
|
|
- Provide 6-7 H2 headings for the article
|
|
- Each heading should cover a distinct aspect of the topic
|
|
- Headings should naturally incorporate keywords from the cluster
|
|
- Keep headings simple and direct
|
|
|
|
**Keywords Coverage:**
|
|
- List which cluster keywords are used/covered in the title and headings
|
|
- Keywords should appear naturally
|
|
|
|
===================
|
|
OUTPUT JSON EXAMPLE
|
|
===================
|
|
|
|
{
|
|
"ideas": [
|
|
{
|
|
"title": "Best Organic Cotton Duvet Covers for All Seasons",
|
|
"description": {
|
|
"introduction": {
|
|
"hook": "Transform your sleep with organic cotton that blends comfort and sustainability.",
|
|
"paragraphs": [
|
|
{"content_type": "paragraph", "details": "Overview of organic cotton's rise in bedding industry."},
|
|
{"content_type": "paragraph", "details": "Why consumers prefer organic bedding over synthetic alternatives."}
|
|
]
|
|
},
|
|
"H2": [
|
|
{
|
|
"heading": "Why Choose Organic Cotton for Bedding?",
|
|
"subsections": [
|
|
{"subheading": "Health and Skin Benefits", "content_type": "paragraph", "details": "Discuss hypoallergenic and chemical-free aspects."},
|
|
{"subheading": "Environmental Sustainability", "content_type": "list", "details": "Eco benefits like low water use, no pesticides."},
|
|
{"subheading": "Long-Term Cost Savings", "content_type": "table", "details": "Compare durability and pricing over time."}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Top Organic Cotton Duvet Cover Brands",
|
|
"subsections": [
|
|
{"subheading": "Premium Brands", "content_type": "paragraph", "details": "Leading luxury organic bedding manufacturers."},
|
|
{"subheading": "Budget-Friendly Options", "content_type": "list", "details": "Affordable organic cotton duvet covers."}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Organic vs Conventional Cotton: What's the Difference?",
|
|
"subsections": [
|
|
{"subheading": "Farming Practices", "content_type": "paragraph", "details": "Comparison of organic and conventional farming."},
|
|
{"subheading": "Quality Differences", "content_type": "paragraph", "details": "How organic cotton feels and performs."}
|
|
]
|
|
},
|
|
{
|
|
"heading": "How to Care for Organic Cotton Bedding",
|
|
"subsections": [
|
|
{"subheading": "Washing Instructions", "content_type": "list", "details": "Best practices for washing organic bedding."},
|
|
{"subheading": "Longevity Tips", "content_type": "paragraph", "details": "How to extend the life of organic cotton."}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Eco-Friendly Bedding Certifications to Look For",
|
|
"subsections": [
|
|
{"subheading": "GOTS Certification", "content_type": "paragraph", "details": "What GOTS certification means."},
|
|
{"subheading": "Other Important Certifications", "content_type": "list", "details": "OEKO-TEX and other eco certifications."}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Best Organic Duvet Covers by Season",
|
|
"subsections": [
|
|
{"subheading": "Summer Options", "content_type": "paragraph", "details": "Lightweight organic cotton for warm weather."},
|
|
{"subheading": "Winter Options", "content_type": "paragraph", "details": "Heavier organic cotton for cold weather."}
|
|
]
|
|
},
|
|
{
|
|
"heading": "Where to Buy Sustainable Sheets and Duvet Covers",
|
|
"subsections": [
|
|
{"subheading": "Online Retailers", "content_type": "list", "details": "Top online stores for organic bedding."},
|
|
{"subheading": "Local Stores", "content_type": "paragraph", "details": "Finding organic bedding locally."}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"content_type": "post",
|
|
"content_structure": "review",
|
|
"cluster_id": 12,
|
|
"estimated_word_count": 1800,
|
|
"covered_keywords": "organic duvet covers, eco-friendly bedding, sustainable sheets, organic cotton bedding"
|
|
}
|
|
]
|
|
}
|
|
|
|
Valid content_type values: post
|
|
Valid content_structure for post: article, guide, comparison, review, listicle
|