## Contributors
hamid12

# Simple SEO Optimizer

A simple WordPress plugin to optimize SEO for your posts and pages. This plugin allows you to easily add custom meta title, description, and keywords to your content for improved SEO.

## Features

- Add a custom **Meta Title**, **Meta Description**, and **Meta Keywords** for posts and pages.
- Easy-to-use interface within the WordPress editor.
- Automatically adds meta tags in the `<head>` section of your site.
- Supports WordPress **posts and pages**.
- No extra configuration required after activation.

## Installation

1. Download the plugin zip file.
2. In your WordPress admin dashboard, go to `Plugins > Add New > Upload Plugin`.
3. Upload the zip file and activate the plugin.
4. After activation, you will see a new section in your post/page editor where you can add custom SEO meta data.

## Usage

1. Go to any **post or page** in the WordPress editor.
2. Scroll down to the **SEO Meta Information** section.
3. Enter a custom **Meta Title**, **Meta Description**, and **Meta Keywords** (separated by commas).
4. Click **Update** or **Publish**.
5. The custom meta tags will be added automatically to your site's `<head>` section.

## How to Verify if the Plugin Works

1. After installation, edit any post or page.
2. Scroll down to the **SEO Meta Information** section.
3. Fill in the **Meta Title**, **Meta Description**, and **Meta Keywords** fields.
4. Click **Update** or **Publish**.
5. Open the post in your browser and check the page source:
   - Right-click on the page and select **View Page Source**.
   - Press `Ctrl + U` (Windows/Linux) or `Cmd + Option + U` (Mac).
6. Look for the following meta tags inside `<head>`:
   ```html
   <meta name="title" content="Your Custom Title">
   <meta name="description" content="Your Custom Description">
   <meta name="keywords" content="keyword1, keyword2, keyword3">


## Screenshot(s)

![SEO Meta Information Meta Box](https://github.com/rohDevellopper/simple-seo-optimizer/blob/master/screenshots/screenshot1.png)
![SEO Meta Information Meta Box](https://github.com/rohDevellopper/simple-seo-optimizer/blob/master/screenshots/screenshot2.png)
*This is a screenshot of the SEO Meta Information meta box in the post editor.*

## Changelog

### 1.0
- Initial release.

## Author

- **Hamid Ezzaki**
- Website: [https://siteweb.es](https://siteweb.es)
