Restructure skill numbering: SEO 11-30, GTM 60-69, reserve 19-28 for future skills
Renumber 12 existing skills to new ranges: - SEO: 11→13, 12→18, 13→16, 14→17, 15→14, 16→15, 17→29, 18→30, 19→12 - GTM: 20→60, 21→61, 22→62 Update cross-references in gateway architect/builder skills, GTM guardian README, CLAUDE.md (skill tables + directory layout), and AGENTS.md (domain routing ranges). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
235
custom-skills/29-seo-gateway-architect/README.md
Normal file
235
custom-skills/29-seo-gateway-architect/README.md
Normal file
@@ -0,0 +1,235 @@
|
||||
# SEO Gateway Page Strategist Skill
|
||||
|
||||
## Overview
|
||||
A comprehensive Claude Skill for creating SEO-focused gateway page strategies optimized for Korean medical and service websites, with specific optimization for both Naver and Google.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Download and extract the skill package
|
||||
2. In Claude Desktop, go to Settings > Skills
|
||||
3. Click "Add Skill" and select the folder
|
||||
4. The skill will be available in your conversations
|
||||
|
||||
## File Structure
|
||||
```
|
||||
seo-gateway-strategist/
|
||||
├── SKILL.md # Main skill definition
|
||||
├── README.md # This file
|
||||
├── scripts/
|
||||
│ ├── keyword_analyzer.py # Keyword research automation
|
||||
│ └── requirements.txt # Python dependencies
|
||||
├── templates/
|
||||
│ ├── keyword-research-template.md
|
||||
│ ├── content-architecture-template.md
|
||||
│ └── seo-checklist-template.md
|
||||
└── examples/
|
||||
└── eye-surgery-strategy-example.md
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Basic Usage
|
||||
Simply ask Claude:
|
||||
```
|
||||
"Use the SEO Gateway Page Strategist skill to create a strategy for [your service]"
|
||||
```
|
||||
|
||||
### Example Prompts
|
||||
```
|
||||
"Create an SEO gateway page strategy for 눈 성형"
|
||||
|
||||
"Use SEO Gateway Page Strategist skill for laser hair removal targeting Gangnam area"
|
||||
|
||||
"Apply the gateway strategist skill for 동안 성형 with competitor analysis"
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
### 1. Keyword Research & Analysis
|
||||
- Primary keyword identification
|
||||
- 10+ LSI keyword suggestions
|
||||
- Long-tail keyword generation
|
||||
- Question keywords for FAQs
|
||||
- User intent distribution analysis
|
||||
|
||||
### 2. Content Architecture Planning
|
||||
- Complete H1-H3 hierarchy
|
||||
- Section-by-section word counts
|
||||
- Keyword placement strategy
|
||||
- Internal linking map
|
||||
- Content depth recommendations
|
||||
|
||||
### 3. Technical SEO Specifications
|
||||
- Meta tag templates
|
||||
- Schema markup code
|
||||
- Performance requirements
|
||||
- Mobile optimization guidelines
|
||||
- Core Web Vitals targets
|
||||
|
||||
### 4. Performance Tracking
|
||||
- 30/60/90-day KPI targets
|
||||
- Measurement methodologies
|
||||
- Competitive benchmarking
|
||||
- ROI tracking framework
|
||||
|
||||
## Python Scripts Usage
|
||||
|
||||
### keyword_analyzer.py
|
||||
Automated keyword research and analysis tool.
|
||||
|
||||
#### Installation
|
||||
```bash
|
||||
cd scripts
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
#### Usage
|
||||
```bash
|
||||
python keyword_analyzer.py "눈 성형"
|
||||
```
|
||||
|
||||
#### Output
|
||||
- Keyword analysis report (console)
|
||||
- JSON export file with all data
|
||||
- Strategic recommendations
|
||||
|
||||
## Templates
|
||||
|
||||
### keyword-research-template.md
|
||||
Comprehensive worksheet for keyword planning:
|
||||
- Primary keyword metrics
|
||||
- LSI keyword matrix
|
||||
- Intent distribution
|
||||
- Competitor gaps
|
||||
- Seasonal trends
|
||||
|
||||
### content-architecture-template.md
|
||||
Page structure blueprint:
|
||||
- Complete heading hierarchy
|
||||
- Content blocks with word counts
|
||||
- Keyword density mapping
|
||||
- Schema markup templates
|
||||
|
||||
### seo-checklist-template.md
|
||||
Technical implementation checklist:
|
||||
- Meta tags optimization
|
||||
- Performance requirements
|
||||
- Mobile optimization
|
||||
- Naver-specific elements
|
||||
- Tracking setup
|
||||
|
||||
## Best Practices
|
||||
|
||||
### For Medical Services
|
||||
1. Always verify medical claims compliance
|
||||
2. Include trust signals prominently
|
||||
3. Focus on E-A-T (Expertise, Authority, Trust)
|
||||
4. Use medical schema markup
|
||||
5. Include comprehensive FAQs
|
||||
|
||||
### For Local SEO
|
||||
1. Include location modifiers in keywords
|
||||
2. Optimize for "near me" searches
|
||||
3. Add local business schema
|
||||
4. Create location-specific content
|
||||
5. Build local citations
|
||||
|
||||
### For Naver Optimization
|
||||
1. Keep titles under 30 Korean characters
|
||||
2. Optimize image-to-text ratio (40:60)
|
||||
3. Minimize outbound links
|
||||
4. Focus on brand searches
|
||||
5. Integrate Naver Blog content
|
||||
|
||||
## Customization
|
||||
|
||||
### Industry Adaptation
|
||||
Replace medical-specific terms with your industry:
|
||||
- Medical → Your Industry
|
||||
- 시술 → Service/Product
|
||||
- 전문의 → Specialist/Expert
|
||||
- 클리닉 → Business Name
|
||||
|
||||
### Language Settings
|
||||
The skill supports:
|
||||
- Korean (primary)
|
||||
- English
|
||||
- Bilingual optimization
|
||||
|
||||
### Market Specifics
|
||||
Adjust for your market:
|
||||
- Change location references
|
||||
- Update competitor examples
|
||||
- Modify pricing strategies
|
||||
- Adapt cultural considerations
|
||||
|
||||
## Integration Points
|
||||
|
||||
### Analytics Tools
|
||||
- Google Analytics 4
|
||||
- Google Search Console
|
||||
- Naver Analytics
|
||||
- Naver Webmaster Tools
|
||||
|
||||
### CMS Platforms
|
||||
- WordPress
|
||||
- Ghost
|
||||
- Strapi
|
||||
- Custom CMS
|
||||
|
||||
### Marketing Tools
|
||||
- SEMrush
|
||||
- Ahrefs
|
||||
- Screaming Frog
|
||||
- PageSpeed Insights
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Common Issues
|
||||
|
||||
**Q: The skill isn't appearing in Claude**
|
||||
A: Ensure the SKILL.md file is in the root folder and restart Claude Desktop
|
||||
|
||||
**Q: Python script not working**
|
||||
A: Check Python 3.7+ is installed and dependencies are met
|
||||
|
||||
**Q: Keywords seem generic**
|
||||
A: Provide more specific context about your market and competitors
|
||||
|
||||
## Updates
|
||||
|
||||
### Version History
|
||||
- v1.0.0 (2024-12-28): Initial release
|
||||
- Complete keyword research system
|
||||
- Content architecture planning
|
||||
- Technical SEO checklist
|
||||
- Korean market optimization
|
||||
|
||||
### Planned Features
|
||||
- [ ] AI-powered competitor analysis
|
||||
- [ ] Automated content generation
|
||||
- [ ] Real-time SERP tracking
|
||||
- [ ] Multi-language support
|
||||
- [ ] API integrations
|
||||
|
||||
## Support
|
||||
|
||||
### Documentation
|
||||
- Full examples in `/examples/` folder
|
||||
- Templates in `/templates/` folder
|
||||
- Skill documentation in `SKILL.md`
|
||||
|
||||
### Feedback
|
||||
Please provide feedback to improve this skill:
|
||||
- What features would you like added?
|
||||
- What industries need specific templates?
|
||||
- What integrations would be helpful?
|
||||
|
||||
## License
|
||||
This skill is provided as-is for use with Claude Desktop. Feel free to modify and adapt for your specific needs.
|
||||
|
||||
---
|
||||
|
||||
**Created by**: OurDigital SEO Team
|
||||
**Last Updated**: December 28, 2024
|
||||
**Version**: 1.0.0
|
||||
Reference in New Issue
Block a user