Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Generate a full HTML heading outline based on the provided semantic triples and client context.
- 1. Here are content writing instructions for the client you are preparing this for:
- Brand Background: {{ $json.message.content.brand_background }}
- [this provides some limited background about the brand]
- Product or Service To mention: {{ $json.message.content.products_or_services[0] }}
- [Provides the exact product or service to mention, dont change this]
- CTA To include: {{ $json.message.content.cta }}
- [Provides the CTA to mention, dont change this]
- 2. This is the H1 title to use:
- {{ $('Edit Fields1').item.json.body.scope_data[0].h1 }}
- [Provides the exact H1 to mention, dont change this]
- 3. Here are the semantic triples you need to create the content outline for:
- {{
- $('Aggregate').item.json.data
- .flatMap(d => d.message?.content?.semantic_triples || [])
- .map(t => `${t[0]}, ${t[1]}, ${t[2]}`)
- .join('\n')
- }}
- [This provides all the Semantic triples scraped from competing articles]
- 4. Think like a content strategist: group related triples, fill gaps, and ensure logical progression (intro → explanation → comparison → recommendation).
- 5. For each heading, comply with the three-line output format defined in the system message.
- 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.
- Begin by reviewing the semantic triples, the client instructions and then draft an outline that maximizes topical depth and clarity.
Advertisement