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/prompt-reference.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,6 +264,57 @@ Provide specific recommendations for improving conversion rates.
264
264
- Use both qualitative and quantitative data to support recommendations.
265
265
```
266
266
267
+
Here's a section to add to your prompt-reference.md file. This should be placed alongside your other specialized prompt categories:
268
+
269
+
## 🏪 Local SEO
270
+
271
+
### Analyze Business Profile
272
+
273
+
```md className=wlx-send-to-agent
274
+
Analyze the Google Business Profile for "[business name]" in "[City,State,Country]". Identify strengths, weaknesses, and opportunities for optimization.
275
+
```
276
+
277
+
### Research Local Pack Results
278
+
279
+
```md className=wlx-send-to-agent
280
+
Show me the Local Pack results for "[keyword]" in "[City,State,Country]". Analyze what factors might be helping these businesses rank in the Local Pack.
281
+
```
282
+
283
+
### Track Business Rankings
284
+
285
+
```md className=wlx-send-to-agent
286
+
Track the rankings of "[business name]" for "[keyword]" in "[City,State,Country]".
287
+
```
288
+
289
+
### Analyze Customer Q&A
290
+
291
+
```md className=wlx-send-to-agent
292
+
Analyze questions and answers for "[business name]" in "[City,State,Country]". Identify common themes, response patterns, and opportunities for better engagement.
293
+
```
294
+
295
+
### Comprehensive Local SEO Audit
296
+
297
+
```md className=wlx-send-to-agent
298
+
Conduct a complete local SEO audit for "[business name]" in "[City,State,Country]":
299
+
1. Analyze their Google Business Profile
300
+
2. Track their rankings for "[primary keyword]" and "[secondary keyword]"
301
+
3. Examine the Local Pack for their main category
302
+
4. Review their customer Q&A
303
+
5. Provide actionable recommendations for improvement
304
+
```
305
+
306
+
### Compare with Competitors
307
+
308
+
```md className=wlx-send-to-agent
309
+
Compare the Google Business Profile for "[my business]" with competitors "[competitor 1]" and "[competitor 2]" in "[City,State,Country]". Highlight key differences and competitive advantages.
310
+
```
311
+
312
+
### Local Business Visibility Strategy
313
+
314
+
```md className=wlx-send-to-agent
315
+
Create a comprehensive strategy to help "[business name]" in "[City,State,Country]" improve local search visibility for "[target keyword]". Include profile optimization, review management, and Q&A engagement tactics.
316
+
```
317
+
267
318
## Tips for Using Prompts
268
319
269
320
1.**Be Specific**: Include exact URLs, keywords, or text you want to analyze
Copy file name to clipboardExpand all lines: docs/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
10
10
import ThemedImage from '@theme/ThemedImage';
11
11
12
12
:::info Version Notice
13
-
Latest Release: 3.6.0 (February 2025) - Enhanced with E-E-A-T authorship markup, AI-powered content optimization, Zapier integrations, and Reddit research capabilities!
13
+
Latest Release: 3.6.1 (March 2025) - Enhanced with E-E-A-T authorship markup, Local SEO analysis tools, Zapier integrations, and Reddit research capabilities!
0 commit comments