=== Simple SEO Optimizer ===
Contributors: hamid12
Tags: seo, meta, keywords, description, title
Requires at least: 5.0
Tested up to: 6.7
Stable tag: 1.0.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Optimize your site's SEO by adding custom meta titles, descriptions, and keywords to posts and pages with this lightweight WordPress plugin.

== Description ==

Simple SEO Optimizer is a lightweight WordPress plugin that helps you optimize your website's SEO by allowing you to easily add custom meta titles, descriptions, and keywords to your posts and pages. 

== 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">
   ```

== Screenshots ==

1. ![SEO Meta Information Meta Box](https://github.com/rohDevellopper/simple-seo-optimizer/blob/master/screenshots/screenshot1.png)
2. ![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)
