Blog posts

Draft, update, schedule, publish, unpublish, and inspect blog posts on your job board.

Use the blog resource to manage the editorial content published on your job board. A post is draft, scheduled, or published; publishing and unpublishing are explicit transitions.

Discover blog operations

javascript
async () => Object.entries(spec.paths)
.filter(([path]) => path.startsWith('/blog'))
.map(([path, methods]) => ({ path, methods: Object.keys(methods) }))

Read before you revise

Retrieve the complete current post before proposing a change. Preserve the slug and publication state unless the operator explicitly approves changing them. When SEO data identifies a possible decline, diagnose demand, rankings, click-through rate, and technical issues before rewriting.

Verify a write

Fetch the post again and compare every persisted field with the approved version. Do not claim that an edit improved search performance until a later comparable reporting window. Start with create and publish a blog post or refresh posts with Google Search Console.