Edit Task: geo.refresh_post
Refresh an existing blog post
Name
Category
setup
seo
content
publishing
analytics
Task Type
one_shot
recurrent
background
Description
Recurrent. Reads the most recent published post, latest measurement signals, and drafts an improved version.
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 from Ghost.
ghost.get_latest_post
#2
Up
Down
Remove
Identify the THREE biggest weaknesses of the post. Measurement: {{mission.tasks.geo.measure_post.latest.steps.summary}} Post: {{steps.livePost}} Return JSON: {weaknesses: [{weakness, detail}], refresh_strategy}
#3
Up
Down
Remove
Rewrite the blog post using the analysis. Output valid HTML only. Original: {{steps.livePost}} Analysis: {{steps.analysis}}
#4
Up
Down
Remove
Push the refreshed HTML back to Ghost.
ghost.update_post
Save to Engine DB