Files
our-claude-skills/ourdigital-custom-skills/17-seo-gateway-architect/README.md
Andrew Yim eea49f9f8c refactor(skills): Restructure skills to dual-platform architecture
Major refactoring of ourdigital-custom-skills with new numbering system:

## Structure Changes
- Each skill now has code/ (Claude Code) and desktop/ (Claude Desktop) versions
- New progressive numbering: 01-09 General, 10-19 SEO, 20-29 GTM, 30-39 OurDigital, 40-49 Jamie

## Skill Reorganization
- 01-notion-organizer (from 02)
- 10-18: SEO tools split into focused skills (technical, on-page, local, schema, vitals, gsc, gateway)
- 20-21: GTM audit and manager
- 30-32: OurDigital designer, research, presentation
- 40-41: Jamie brand editor and audit

## New Files
- .claude/commands/: Slash command definitions for all skills
- CLAUDE.md: Updated with new skill structure documentation
- REFACTORING_PLAN.md: Migration documentation
- COMPATIBILITY_REPORT.md, SKILLS_COMPARISON.md: Analysis docs

## Removed
- Old skill directories (02-05, 10-14, 20-21 old numbering)
- Consolidated into new structure with _archive/ for reference

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 01:58:24 +09:00

236 lines
5.5 KiB
Markdown

# 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