Edit Task: geo.expand_post_with_faq
Append an FAQ section to a blog post
Name
Category
setup
seo
content
publishing
analytics
Task Type
one_shot
recurrent
background
Description
Recurrent. Fetches most recent post, generates FAQ block, and updates the post in place.
Dependencies (1)
geo.publish_first_blog_post
Required Connectors (1)
ghost
Steps (4)
+ Add Step
#1
Up
Down
Remove
Fetch the most recent published post.
ghost.get_latest_post
#2
Up
Down
Remove
Generate 5-8 FAQs grounded in the post's topic. Post: {{steps.livePost}} Return HTML <section> with h3/p pairs.
#3
Up
Down
Remove
Append FAQ to end of post HTML. Original: {{steps.livePost}} FAQ: {{steps.faqHtml}}
#4
Up
Down
Remove
Push the merged HTML back to Ghost.
ghost.update_post
Save to Engine DB