A comprehensive marketplace containing SEO analyzer and development plugins for Claude Code. This repository provides specialized tools to enhance your web development workflow with powerful SEO optimization and analysis capabilities.
- Comprehensive SEO Analysis: Perform detailed SEO audits on web applications
- Meta Tag Optimization: Automatically optimize meta tags for better search engine visibility
- SEO Scoring: Get detailed SEO scores with actionable improvement recommendations
- Content Analysis: Analyze content structure and keyword usage
- Performance Insights: Identify SEO-related performance bottlenecks
- Claude Code installed on your system
-
Open Claude Code in your terminal
-
Run the following command to add this plugin marketplace:
/plugin marketplace add https://github.com/ajaymalik14/claude-code-plugins
-
The SEO analyzer plugin will be automatically available in your Claude Code environment
-
Clone this repository:
git clone https://github.com/ajaymalik14/claude-code-plugins.git cd claude-code-plugins -
The plugins are automatically available in your Claude Code environment through the marketplace configuration.
Once installed, you can use the following slash commands in Claude Code:
Perform a comprehensive SEO analysis of your web application:
/seo-analyze
Generate an SEO score with detailed recommendations:
/seo-score
Optimize meta tags for better search engine visibility:
/seo-meta
claude-code-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── seo-analyzer/
│ ├── .claude-plugin/
│ │ └── plugin.json # SEO analyzer plugin config
│ ├── agents/
│ │ └── seo-optimizer.md # SEO optimization agent
│ ├── commands/
│ │ ├── seo-analyze.md # SEO analysis command
│ │ ├── seo-score.md # SEO scoring command
│ │ └── seo-meta.md # Meta optimization command
│ └── README.md # Plugin-specific documentation
└── README.md # This file
Once you've installed the plugin using the marketplace command above, you can immediately start using the SEO tools:
# Test your installation with a quick SEO analysis
/seo-analyze
# Check your SEO score
/seo-score
# Optimize meta tags
/seo-meta# Clone the repository
git clone https://github.com/ajaymalik14/claude-code-plugins.git
cd claude-code-plugins
# The marketplace is ready to use with Claude CodeEach plugin follows the Claude Code plugin structure:
.claude-plugin/plugin.json: Plugin configurationagents/: Specialized AI agentscommands/: Slash command definitions
We welcome contributions! Please see our Contributing Guidelines for details.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Built for Claude Code
- Inspired by modern SEO best practices
- Community-driven plugin development
- 🐛 Issues: GitHub Issues
- 📖 Documentation: Plugin Documentation
- Claude Code Plugins Documentation
- Claude Code Marketplaces Documentation
- SEO Best Practices
- Web Performance Guidelines