Generate SEO-optimized blog posts for Steps app (getsteps.app). Creates MDX files with frontmatter, downloads Unsplash thumbnails, and follows the app's blog architecture. Use for keyword-targeted content creation.
Generate SEO-optimized blog posts for the Steps fitness app website.
/steps:blog "gpx export apple watch"
/steps:blog "best pedometer app 2026"
/steps:blog "how to track steps for weight loss"
assets/seo/keywords/Download relevant Unsplash image:
# Create blog images directory
mkdir -p public/blog
# Download image (1200x630 for OG)
curl -L -o public/blog/{slug}.jpg \
"https://images.unsplash.com/photo-{PHOTO_ID}?w=1200&h=630&fit=crop"
Finding the right Unsplash photo:
WebSearch with query: site:unsplash.com {blog topic} photo/photo-)Blog post location: content/blog/{slug}.mdx
Frontmatter template:
---