Analyze a page and generate AI-powered meta tag suggestions.
Usage
capyseo generate meta <url> [options]
Arguments
Argument
Required
Description
url
Yes
URL to analyze
Options
Option
Type
Default
Description
--title
flag
false
Generate title only
--description
flag
false
Generate description only
--all
flag
true
Generate all suggestions
Requirements
Requires GEMINI_API_KEY environment variable.
Examples
# Set API key
export GEMINI_API_KEY=your_key
# Generate all suggestions
capyseo generate meta https://example.com/page
# Title only
capyseo generate meta https://example.com --title
# Description only
capyseo generate meta https://example.com --description
Output
📝 Meta Tag Suggestions for https://example.com/page
Title:
"Getting Started with React - Complete Beginner's Guide"
Description:
"Learn React from scratch with this comprehensive guide. Covers
components, hooks, state management, and best practices for
building modern web applications."
Primary Keyword: react tutorial
Secondary Keywords: react hooks, react components, web development
Readability Score: 72/100
Content Gaps:
- Consider adding code examples
- Include performance optimization tips
- Add troubleshooting section