Skip to content

ajaymalik14/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code SEO Plugin Marketplace

Version Claude Code

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.

🚀 Features

SEO Analyzer Plugin

  • 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

📦 Installation

Prerequisites

Plugin Installation

Method 1: Install via Claude Code Marketplace (Recommended)

  1. Open Claude Code in your terminal

  2. Run the following command to add this plugin marketplace:

    /plugin marketplace add https://github.com/ajaymalik14/claude-code-plugins
  3. The SEO analyzer plugin will be automatically available in your Claude Code environment

Method 2: Manual Installation

  1. Clone this repository:

    git clone https://github.com/ajaymalik14/claude-code-plugins.git
    cd claude-code-plugins
  2. The plugins are automatically available in your Claude Code environment through the marketplace configuration.

🔧 Usage

SEO Analysis Commands

Once installed, you can use the following slash commands in Claude Code:

/seo-analyze

Perform a comprehensive SEO analysis of your web application:

/seo-analyze

/seo-score

Generate an SEO score with detailed recommendations:

/seo-score

/seo-meta

Optimize meta tags for better search engine visibility:

/seo-meta

🏗️ Plugin Structure

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

🔧 Development

Quick Start after Installation

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

Building the Marketplace

# 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 Code

Plugin Development

Each plugin follows the Claude Code plugin structure:

  • .claude-plugin/plugin.json: Plugin configuration
  • agents/: Specialized AI agents
  • commands/: Slash command definitions

🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

🙏 Acknowledgments

  • Built for Claude Code
  • Inspired by modern SEO best practices
  • Community-driven plugin development

📞 Support

🔗 Related Links


Made with ❤️ for the Claude Code community

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •