Skip to content

Commit d49dc66

Browse files
committed
update
1 parent 7eb927c commit d49dc66

File tree

1 file changed

+0
-146
lines changed

1 file changed

+0
-146
lines changed

docs/agent-wordlift/integrations.md

Lines changed: 0 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -344,110 +344,6 @@ Every audit delivers a comprehensive report including:
344344
6. **Competitive Analysis** comparing your coverage with SERP leaders
345345
7. **Growth Opportunities** ranked by impact vs. effort with ROI estimates
346346

347-
### Report Features
348-
349-
- **Color-Coded Scores**: Visual progress bars (green/yellow/red based on performance)
350-
- **Severity Indicators**: 🔴 Critical, ⚠️ Warning, ℹ️ Info, ✅ Success
351-
- **Impact Badges**: HIGH/MEDIUM/LOW impact and effort ratings
352-
- **Professional Branding**: Official WordLift design system with brand colors
353-
- **Actionable Steps**: Specific implementation instructions for each recommendation
354-
- **Business Context**: CTR improvements, ranking potential, and competitive advantages
355-
356-
### Technical Details
357-
358-
**Skill Version**: 1.0.0
359-
360-
**Dependencies**:
361-
- WordLift MCP Server (`https://mcp.wordlift.io/sse`)
362-
- MCP Tools: `WordLift:agent`, `WordLift:graphql`
363-
364-
**Architecture**:
365-
- Built using Anthropic's Agent Skills best practices
366-
- Progressive disclosure pattern for efficient token usage
367-
- Versioned and maintainable codebase
368-
- Complete brand guidelines and documentation
369-
370-
**Supported Markets**:
371-
- Any locale (default: `en-US`)
372-
- Examples: `en-GB`, `fr-FR`, `de-DE`, `it-IT`, `es-ES`, `pt-BR`, etc.
373-
374-
**Competitor Analysis**:
375-
- Top 1-20 SERP competitors (configurable)
376-
- Automatic query inference from target URL
377-
- Schema coverage comparison matrices
378-
- Gap analysis and opportunity identification
379-
380-
### Example Output
381-
382-
```markdown
383-
# 🎯 SEO Audit Report: example.com
384-
385-
*Powered by WordLift Enterprise SEO Platform*
386-
387-
## Overall SEO Score: 78/100
388-
### 👍 Good Progress - Room for Improvement
389-
390-
---
391-
392-
### 📊 Quick Stats Dashboard
393-
394-
| 📦 Schema Types | 🔴 Critical Issues | 💡 Opportunities | ✅ Passing |
395-
|----------------|-------------------|------------------|-----------|
396-
| 4 types | 2 found | 5 identified | 8 tests |
397-
398-
**Assessment**: Your site has solid technical SEO fundamentals with 85/100
399-
technical score. However, missing Review and Rating schema is a critical
400-
gap - competitors have 30% higher click-through rates with this markup.
401-
402-
---
403-
404-
## 📈 Score Breakdown
405-
406-
- 🏷️ **Schema Markup**: 65/100 `[██████░░░░] 65%`
407-
- 📝 **Meta Tags**: 80/100 `[████████░░] 80%`
408-
- ✍️ **Content Quality**: 82/100 `[████████░░] 82%`
409-
- ⚙️ **Technical SEO**: 85/100 `[████████░░] 85%`
410-
- 📱 **Mobile Ready**: 90/100 `[█████████░] 90%`
411-
-**Performance**: 72/100 `[███████░░░] 72%`
412-
413-
---
414-
415-
## 🎯 Critical Issues & Recommendations
416-
417-
### 🔴 [PRIORITY 1] Missing Review & Rating Schema
418-
**Impact**: HIGH | **Category**: Schema
419-
420-
Your product page lacks Review and AggregateRating structured data.
421-
Products with review markup can achieve 15-35% higher click-through rates.
422-
423-
💡 **Action Required**:
424-
- Implement schema.org/Review with properties: reviewRating, author, reviewBody
425-
- Add schema.org/AggregateRating with ratingValue, reviewCount
426-
- Test implementation using Google Rich Results Test
427-
...
428-
```
429-
430-
### Advanced Usage
431-
432-
**Custom Query Hints**:
433-
```
434-
"Audit https://mysite.com with query hints: 'sustainable fashion',
435-
'eco-friendly clothing', 'organic textiles'"
436-
```
437-
438-
**Mobile vs Desktop Analysis**:
439-
```
440-
"Compare mobile and desktop SEO for https://mysite.com"
441-
```
442-
443-
**Batch Audits** (with API integration):
444-
```
445-
For multiple URLs, use the WordLift CLI in combination with Claude:
446-
1. Export URLs from your sitemap
447-
2. Use CLI to batch process through Agent WordLift
448-
3. Load results into Claude for summary analysis
449-
```
450-
451347
### Why Use the Claude Skill vs. Direct MCP?
452348

453349
| Feature | Claude Skill | Direct MCP Integration |
@@ -459,48 +355,6 @@ For multiple URLs, use the WordLift CLI in combination with Claude:
459355
| **Updates** | ✅ Version-tracked improvements | ❌ Manual updates |
460356
| **Branding** | ✅ WordLift design system | ❌ Custom styling needed |
461357

462-
**Use the Skill when**: You want turnkey SEO audits with professional reports
463-
464-
**Use Direct MCP when**: You're building custom workflows or integrating into your own tools
465-
466-
### Open Source & Customization
467-
468-
The WordLift SEO Audit Skill is open source! You can:
469-
470-
- **Fork and Customize**: Adapt the skill to your specific needs
471-
- **White Label**: Modify branding for agency use (with proper licensing)
472-
- **Extend Functionality**: Add custom analysis modules
473-
- **Contribute**: Submit improvements back to the community
474-
475-
**GitHub Repository**: https://github.com/wordlift/claude-skills (Coming Soon)
476-
477-
### Support & Resources
478-
479-
- **Documentation**: Complete skill documentation included in download
480-
- **Setup Guide**: Step-by-step installation and configuration
481-
- **Brand Guidelines**: WordLift design system and color palette
482-
- **Changelog**: Version history and release notes
483-
- **Community**: Join discussions in WordLift Community
484-
485-
### Troubleshooting
486-
487-
**Issue**: "Tool WordLift:agent not found"
488-
- **Solution**: Ensure WordLift MCP server is configured (see MCP integration section above)
489-
490-
**Issue**: Skill doesn't trigger automatically
491-
- **Solution**: Check skill description matches your query intent. Try explicit phrases like "audit this URL"
492-
493-
**Issue**: Reports missing branding
494-
- **Solution**: Ensure you're using skill version 1.0.0 or later with resources/BRANDING.md included
495-
496-
**Need Help?** Contact WordLift support at support@wordlift.io
497-
498-
---
499-
500-
🚀 **Ready to transform your SEO workflow?**
501-
502-
[Download WordLift SEO Audit Skill](https://github.com/wordlift/claude-skills) and start delivering professional SEO audits in minutes!
503-
504358
:::tip
505359
The Claude Skill integrates seamlessly with all other WordLift integrations (Chrome Extension, CLI, API, Zapier) for a complete SEO automation ecosystem. For custom workflows, explore the [MCP Integration](#agent-wordlift-model-context-protocol-mcp-integration) section above.
506360
:::

0 commit comments

Comments
 (0)