You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/agent-wordlift/integrations.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,24 +102,29 @@ wordlift-cli -p "Analyze the semantic SEO potential of my latest blog post"
102
102
103
103
### Example Use Cases
104
104
105
-
**Content Optimization:**
105
+
**Keyword Research with HTML Output:**
106
106
```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"
108
108
```
109
109
110
-
**Schema Analysis:**
110
+
**Content Analysis Pipeline:**
111
111
```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"
113
113
```
114
114
115
-
**Keyword Research:**
115
+
**Batch SEO Audit:**
116
116
```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
118
118
```
119
119
120
-
**Technical SEO:**
120
+
**Schema Generation with Validation:**
121
121
```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"
0 commit comments