|
| 1 | +--- |
| 2 | +title: Local SEO Tools Reference |
| 3 | +sidebar_position: 21 |
| 4 | +--- |
| 5 | + |
| 6 | +# Local SEO Tools Reference |
| 7 | + |
| 8 | +This guide provides detailed information about Agent WordLift's Local SEO tools, their capabilities, and technical specifications. For a strategic overview of local SEO best practices, see our article on [Optimizing Local SEO - How to Create Winning Strategies](https://wordlift.io/blog/en/optimizing-local-seo/). |
| 9 | + |
| 10 | +## Available Tools |
| 11 | + |
| 12 | +### Google Business Profile Analyzer |
| 13 | + |
| 14 | +Provides comprehensive information about any business's Google Business Profile. |
| 15 | + |
| 16 | +**Key capabilities:** |
| 17 | + |
| 18 | +- Retrieve complete business information (name, address, phone, website) |
| 19 | +- Access ratings, review counts, and business attributes |
| 20 | +- View business hours, popular topics, and categories |
| 21 | +- Analyze images and additional features |
| 22 | + |
| 23 | +**Usage syntax:** |
| 24 | + |
| 25 | +```md |
| 26 | +Analyze the Google Business Profile for "[business name]" in "[City,State,Country]" |
| 27 | +``` |
| 28 | + |
| 29 | +**Advanced options:** |
| 30 | + |
| 31 | +- Use CID, place_id, or spp identifiers for precise targeting: |
| 32 | + |
| 33 | +```md |
| 34 | +Analyze the Google Business Profile using cid:[number] |
| 35 | +``` |
| 36 | + |
| 37 | +or |
| 38 | + |
| 39 | +```md |
| 40 | +Analyze the Google Business Profile using place_id:[value] |
| 41 | +``` |
| 42 | + |
| 43 | +### Local Pack Analyzer |
| 44 | + |
| 45 | +Examines Google's Local Pack results for specific search queries and locations. |
| 46 | + |
| 47 | +**Key capabilities:** |
| 48 | + |
| 49 | +- Identify businesses appearing in the Local Pack |
| 50 | +- Retrieve ratings and review information |
| 51 | +- Analyze business attributes and characteristics |
| 52 | +- Understand ranking factors for Local Pack inclusion |
| 53 | + |
| 54 | +**Usage syntax:** |
| 55 | + |
| 56 | +```md |
| 57 | +Show me the Local Pack results for "[keyword]" in "[City,State,Country]" |
| 58 | +``` |
| 59 | + |
| 60 | +**Example keywords:** |
| 61 | + |
| 62 | +- Service-based: "plumbers", "electricians", "lawyers" |
| 63 | +- Product-based: "coffee shops", "bookstores", "pharmacies" |
| 64 | +- Specific queries: "best pizza delivery", "emergency dentist" |
| 65 | + |
| 66 | +### Business Ranking Tracker |
| 67 | + |
| 68 | +Monitors a business's position in both Local Pack and organic search results. |
| 69 | + |
| 70 | +**Key capabilities:** |
| 71 | + |
| 72 | +- Check if a business appears in the Local Pack |
| 73 | +- Identify position in organic search results |
| 74 | +- View snippets and featured content |
| 75 | +- Compare visibility across multiple keywords |
| 76 | + |
| 77 | +**Usage syntax:** |
| 78 | + |
| 79 | +```md |
| 80 | +Track the rankings of "[business name]" for "[keyword]" in "[City,State,Country]" |
| 81 | +``` |
| 82 | + |
| 83 | +**Advanced use:** |
| 84 | + |
| 85 | +- Track multiple keywords in one request: |
| 86 | + |
| 87 | +```md |
| 88 | +Track the rankings of "[business name]" for these keywords: "[keyword1]", "[keyword2]", "[keyword3]" in "[City,State,Country]" |
| 89 | +``` |
| 90 | + |
| 91 | +### Q&A Analysis Tool |
| 92 | + |
| 93 | +Examines customer questions and business responses on Google Business Profiles. |
| 94 | + |
| 95 | +**Key capabilities:** |
| 96 | + |
| 97 | +- Review all customer questions (answered and unanswered) |
| 98 | +- Analyze business response patterns and response rate |
| 99 | +- Identify common question topics and trends |
| 100 | +- Evaluate engagement metrics over time |
| 101 | + |
| 102 | +**Usage syntax:** |
| 103 | + |
| 104 | +```md |
| 105 | +Analyze questions and answers for "[business name]" in "[City,State,Country]" |
| 106 | +``` |
| 107 | + |
| 108 | +**Analysis depth:** |
| 109 | + |
| 110 | +- Standard depth (default): Retrieves approximately 20 questions |
| 111 | +- Deep analysis: Add depth parameter for more questions: |
| 112 | + |
| 113 | +```md |
| 114 | +Analyze questions and answers for "[business name]" in "[City,State,Country]" with depth:50 |
| 115 | +``` |
| 116 | + |
| 117 | +## Technical Notes |
| 118 | + |
| 119 | +### Location Format |
| 120 | + |
| 121 | +For optimal results, use the following format for locations: |
| 122 | + |
| 123 | +- `City,State,Country` without spaces after commas |
| 124 | +- Examples: `Manhattan,New York,United States` or `Rome,Lazio,Italy` |
| 125 | +- For general searches, you can use just the country: `United States` |
| 126 | + |
| 127 | +### Language Support |
| 128 | + |
| 129 | +These tools support multiple languages. Specify the language code for non-English searches: |
| 130 | + |
| 131 | +```md |
| 132 | +Analyze the Google Business Profile for "[business name]" in "[City,State,Country]" in language:fr |
| 133 | +``` |
| 134 | + |
| 135 | +Supported language codes include: |
| 136 | + |
| 137 | +- `en` - English (default) |
| 138 | +- `fr` - French |
| 139 | +- `es` - Spanish |
| 140 | +- `de` - German |
| 141 | +- `it` - Italian |
| 142 | +- And many more |
| 143 | + |
| 144 | +### Data Freshness |
| 145 | + |
| 146 | +The data returned by these tools is typically current within 24-48 hours of changes to Google's search results or business listings. |
| 147 | + |
| 148 | +### Data Limitations |
| 149 | + |
| 150 | +While these tools provide comprehensive information, some limitations apply: |
| 151 | + |
| 152 | +- Image content analysis is not available |
| 153 | +- Detailed review content may be limited |
| 154 | +- Internal business metrics are not accessible |
| 155 | +- Some data may be unavailable for businesses with minimal online presence |
| 156 | + |
| 157 | +## Integration Examples |
| 158 | + |
| 159 | +### Combining Multiple Tools |
| 160 | + |
| 161 | +For comprehensive analysis, combine multiple tools in a single request: |
| 162 | + |
| 163 | +```md |
| 164 | +For "Mountain View Cafe" in "Denver,Colorado,United States": |
| 165 | +1. Analyze their Google Business Profile |
| 166 | +2. Check their rankings for "best coffee shop" |
| 167 | +3. Examine their customer Q&A |
| 168 | +4. Provide an overall assessment and recommendations |
| 169 | +``` |
| 170 | + |
| 171 | +### Cross-Location Analysis |
| 172 | + |
| 173 | +Compare the same business across different locations: |
| 174 | + |
| 175 | +```md |
| 176 | +Compare the Google Business Profiles and local rankings for: |
| 177 | +1. Starbucks in "Seattle,Washington,United States" |
| 178 | +2. Starbucks in "New York,New York,United States" |
| 179 | +3. Starbucks in "Chicago,Illinois,United States" |
| 180 | +Highlight key differences and location-specific factors. |
| 181 | +``` |
| 182 | + |
| 183 | +### Competitive Analysis |
| 184 | + |
| 185 | +Compare multiple businesses in the same location: |
| 186 | + |
| 187 | +```md |
| 188 | +Analyze and compare these three restaurants in "Boston,Massachusetts,United States": |
| 189 | +1. "Legal Sea Foods" |
| 190 | +2. "Union Oyster House" |
| 191 | +3. "Neptune Oyster" |
| 192 | +Compare their profiles, rankings, and customer engagement. |
| 193 | +``` |
| 194 | + |
| 195 | +## Common Error Troubleshooting |
| 196 | + |
| 197 | +If you encounter errors, try these solutions: |
| 198 | + |
| 199 | +| Error Message | Likely Cause | Solution | |
| 200 | +|---------------|--------------|----------| |
| 201 | +| "Invalid location format" | Incorrect location formatting | Use format "City,State,Country" without spaces after commas | |
| 202 | +| "No Google Business Profile found" | Business name not recognized | Try adding location to name, use more popular name variation, or use identifier if available | |
| 203 | +| "No search results found" | Low search volume or niche keyword | Try more popular or broader keywords | |
| 204 | +| "Request failed" | Temporary API issue | Wait a few moments and try again | |
| 205 | + |
| 206 | +By using these tools effectively, you can gain valuable insights into your local search presence and make data-driven optimization decisions. |
0 commit comments