-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Add meta description to homepage
Objective
Add SEO meta description tag to improve search visibility
Requirements
- Add meta description to homepage
- 150-160 characters describing Flow 4 Outcome
- Use site params or front matter approach
Technical Context
- Files to modify:
/layouts/_default/baseof.html(or head partial if exists)/content/_index.md(if using front matter approach)- OR
/config.toml(if using site params approach)
- Example:
<meta name="description" content="...">
Success Criteria
- Meta description visible in page source
- Shows in browser dev tools (F12 → Elements → head)
- Length between 150-160 characters
- Description accurately represents Flow 4 Outcome
Example Description
"Flow 4 Outcome: AI-powered consulting for purposeful business transformation. Lean operations, strategic planning, and sustainable growth through intelligent automation."
Reactions are currently unavailable