Skip to content

Commit 59fd662

Browse files
committed
improved examples
1 parent e430bf0 commit 59fd662

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

docs/agent-wordlift/integrations.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,24 +102,29 @@ wordlift-cli -p "Analyze the semantic SEO potential of my latest blog post"
102102

103103
### Example Use Cases
104104

105-
**Content Optimization:**
105+
**Keyword Research with HTML Output:**
106106
```bash
107-
wordlift-cli -p "Review this article for entity coverage and suggest improvements: [article-url]"
107+
wordlift-cli -p "run a comprehensive keyword research for 'sustainable fashion' and store the findings in HTML format with competitor analysis"
108108
```
109109

110-
**Schema Analysis:**
110+
**Content Analysis Pipeline:**
111111
```bash
112-
wordlift-cli -p "Generate JSON-LD schema markup for a product page about wireless headphones"
112+
wordlift-cli -p "analyze the entities on https://example.com/blog-post" | wordlift-cli -p "generate internal linking suggestions based on this analysis"
113113
```
114114

115-
**Keyword Research:**
115+
**Batch SEO Audit:**
116116
```bash
117-
wordlift-cli -p "Find semantic keyword opportunities for the topic 'sustainable fashion'"
117+
wordlift-cli -p "perform an entity gap analysis for 'https://example.com/product-page' against the query 'eco-friendly clothing'" > seo-audit-report.html
118118
```
119119

120-
**Technical SEO:**
120+
**Schema Generation with Validation:**
121121
```bash
122-
wordlift-cli -p "Audit the structured data implementation on my homepage"
122+
wordlift-cli -p "generate JSON-LD schema markup for a local business: organic restaurant in Portland" | wordlift-cli -p "validate this schema and suggest improvements"
123+
```
124+
125+
**Google Search Console Integration:**
126+
```bash
127+
wordlift-cli -p "show me the top 10 queries with high impressions but low CTR from my GSC data, then suggest content optimization strategies"
123128
```
124129

125130
### Integration with Development Workflows

0 commit comments

Comments
 (0)