Skip to content

Commit 64cd290

Browse files
Kasper JungeRalphify
authored andcommitted
docs: add SEO keywords to blog posts
Every docs page had keywords in its frontmatter except the blog index and both blog posts. Added targeted keywords so search engines can surface the blog content β€” especially the ralph standard post which explains the format's design rationale. Co-authored-by: Ralphify <noreply@ralphify.co>
1 parent e16aa0f commit 64cd290

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

β€Ždocs/blog/index.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Blog
33
description: Articles about ralph loops, autonomous AI agents, and harness engineering.
4+
keywords: ralphify blog, ralph loops, autonomous AI agents, harness engineering, agentic coding
45
---
56

67
# Blog

β€Ždocs/blog/posts/the-ralph-standard.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ categories:
55
authors:
66
- kasper
77
description: I've been obsessing over how to define autonomous agent loops in a single directory. Here's what I landed on.
8+
keywords: RALPH.md format, agent loop standard, autonomous coding format, ralph loop specification, YAML frontmatter prompt, AI agent harness design
89
---
910

1011
# An agent skill-like standard for autonomous agent loops

β€Ždocs/blog/posts/welcome.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ categories:
55
authors:
66
- kasper
77
description: Introducing the Ralphify blog β€” where we'll share insights on ralph loops, autonomous agents, and harness engineering.
8+
keywords: ralphify blog, ralph loops, autonomous coding, harness engineering, AI agent workflows
89
---
910

1011
# Welcome to the Ralphify Blog

0 commit comments

Comments
Β (0)