Reqflo Docs

Frontmatter metadata template

Baseline metadata template for Reqflo documentation pages.

Frontmatter Metadata Template

Use this baseline when creating a new Reqflo documentation page.

---
title: "Page title"
description: "One-sentence page description."
slug: "/docs/path/to-page"
canonical: "https://yourdomain.com/docs/path/to-page"

section: "Section name"
category: "Category name"
type: "reference"
status: "published"
visibility: "public"

summary: "Short page summary for readers and AI systems."
keywords:
  - Reqflo
  - primary keyword
  - secondary keyword

audience:
  - admins
  - builders
  - API testers

product_area: "Product area"
feature: "Feature name"
version: "1.0"

created_at: "YYYY-MM-DD"
updated_at: "YYYY-MM-DD"

author: "Reqflo"
owner: "Product"
reviewed_by: "Product"
review_cycle: "quarterly"

ai:
  purpose: "Explain the purpose of this page."
  summary: "Summarize what the page covers."
  entities:
    - primary entity
    - related entity
  intent:
    - understand concept
    - configure feature
    - troubleshoot behavior
  related_concepts:
    - related concept
  last_verified: "YYYY-MM-DD"

seo:
  title: "Page title | Reqflo Docs"
  description: "SEO-oriented page description."
  noindex: false
  og_title: "Page title"
  og_description: "Open Graph page description."
  og_image: "https://yourdomain.com/og/docs-page.png"
---

On this page