# 1851 192 Dr Guid Marketplace SEO Ca01cd29

> SEO Setup Guide

- Skill: `tools-only/1851-192-dr-guid-marketplace-seo-ca01cd29` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/1851-192-dr-guid-marketplace-seo-ca01cd29`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/1851-192-dr-guid-marketplace-seo-ca01cd29/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/1851-192-dr-guid-marketplace-seo-ca01cd29

---

# SEO Setup Guide

## Sitemap Configuration

### Dynamic Sitemap Generation
- **Location**: `src/pages/sitemap.xml.ts`
- **Build Output**: `dist/sitemap.xml`
- **URL**: https://claudecodeplugins.io/sitemap.xml

### Features
- ✅ Auto-generated from marketplace catalog (258 plugins)
- ✅ Includes all static pages (homepage, sponsor, privacy, etc.)
- ✅ Updates automatically when plugins added/removed
- ✅ Proper priority and change frequency settings
- ✅ Referenced in `robots.txt`

### Sitemap Structure
- **Homepage**: Priority 1.0, Daily
- **Category Pages**: Priority 0.8, Weekly
- **Plugin Pages**: Priority 0.6, Weekly
- **Legal Pages**: Priority 0.5, Monthly

## Schema.org Structured Data

### WebSite Schema
Added to homepage `<head>`:
- Site name and description
- SearchAction for site search
- Publisher organization info

### SoftwareApplication Schema
Added to homepage `<head>`:
- Application details (258 plugins, 241 skills)
- Pricing (free)
- Aggregate rating (4.8/5)
- Feature list
- Download URL (GitHub repo)
- Cross-platform support

## Google Search Console Submission

### Manual Steps Required

1. **Verify Domain Ownership**
   ```
   URL: https://search.google.com/search-console
   Domain: claudecodeplugins.io
   Method: DNS verification (TXT record)
   ```

2. **Submit Sitemap**
   ```
   URL: https://claudecodeplugins.io/sitemap.xml
   Location: Search Console → Sitemaps → Add new sitemap
   ```

3. **Request Indexing**
   ```
   Submit homepage for indexing
   Submit key category pages
   Let Google crawl sitemap for plugin pages
   ```

4. **Monitor Coverage**
   ```
   Check "Coverage" report for errors
   Fix any indexing issues
   Monitor sitemap status
   ```

### Expected Timeline
- Sitemap processing: 1-3 days
- Initial indexing: 1-2 weeks
- Full coverage: 4-6 weeks

## Validation

### Test Structured Data
```bash
# Google Rich Results Test
https://search.google.com/test/rich-results

# Schema.org Validator
https://validator.schema.org
```

### Test Sitemap
```bash
# Check sitemap format
curl https://claudecodeplugins.io/sitemap.xml | xmllint --format -

# Verify in browser
open https://claudecodeplugins.io/sitemap.xml
```

## SEO Metrics to Monitor

### Search Console
- Total impressions
- Click-through rate (CTR)
- Average position
- Coverage errors
- Mobile usability

### Key Pages to Track
1. Homepage (/)
2. Skill Enhancers (/skill-enhancers)
3. Sponsor Page (/sponsor)
4. Top 25 plugin pages

## Ongoing Maintenance

### Weekly
- Check Search Console for errors
- Monitor coverage reports
- Review sitemap status

### Monthly
- Analyze search performance
- Update meta descriptions if CTR low
- Check for crawl errors

### After Plugin Updates
- Sitemap auto-updates on build
- No manual action required
- Google recrawls automatically

## Additional SEO Enhancements

### Implemented ✅
- Dynamic sitemap with all pages
- Schema.org structured data (WebSite + SoftwareApplication)
- robots.txt with sitemap reference
- Meta descriptions on all pages
- Proper heading hierarchy
- Mobile-responsive design
- Fast page load times
- Fuzzy search functionality

### Future Enhancements 🚧
- Individual plugin page schemas
- Breadcrumb navigation schema
- FAQ schema for common questions
- Video tutorials with VideoObject schema
- Author profiles with Person schema
- Reviews and ratings integration
- Social media meta tags (Open Graph, Twitter Cards)

