i2w

Untitled

i2w
Dec 12th, 2025
3,228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Generate a full HTML heading outline based on the provided semantic triples and client context.
  2.  
  3. 1. Here are content writing instructions for the client you are preparing this for:
  4. Brand Background: {{ $json.message.content.brand_background }}
  5. [this provides some limited background about the brand]
  6.  
  7. Product or Service To mention: {{ $json.message.content.products_or_services[0] }}
  8. [Provides the exact product or service to mention, dont change this]
  9.  
  10. CTA To include: {{ $json.message.content.cta }}
  11. [Provides the CTA to mention, dont change this]
  12.  
  13. 2. This is the H1 title to use:
  14. {{ $('Edit Fields1').item.json.body.scope_data[0].h1 }}
  15. [Provides the exact H1 to mention, dont change this]
  16.  
  17. 3. Here are the semantic triples you need to create the content outline for:
  18. {{
  19. $('Aggregate').item.json.data
  20. .flatMap(d => d.message?.content?.semantic_triples || [])
  21. .map(t => `${t[0]}, ${t[1]}, ${t[2]}`)
  22. .join('\n')
  23. }}
  24. [This provides all the Semantic triples scraped from competing articles]
  25.  
  26. 4. Think like a content strategist: group related triples, fill gaps, and ensure logical progression (intro → explanation → comparison → recommendation).
  27.  
  28. 5. For each heading, comply with the three-line output format defined in the system message.
  29.  
  30. 6. Dont forget to add calls to action, these can be added without a semantic triple, as long as the product or service is related to the overal topic.
  31.  
  32. Begin by reviewing the semantic triples, the client instructions and then draft an outline that maximizes topical depth and clarity.
  33.  
Advertisement