An open API service indexing awesome lists of open source software.

https://github.com/web-lifter/ultimate-seo-wp

Ultimate SEO WP is a WordPress plugin designed to optimize your site's SEO with automated XML sitemaps, custom hreflang management, and other SEO-related features.
https://github.com/web-lifter/ultimate-seo-wp

hreflang seo sitemap-generator wordpress-plugin

Last synced: about 1 year ago
JSON representation

Ultimate SEO WP is a WordPress plugin designed to optimize your site's SEO with automated XML sitemaps, custom hreflang management, and other SEO-related features.

Awesome Lists containing this project

README

          

# Ultimate SEO WP

Ultimate SEO WP is a WordPress plugin designed to optimise your site's SEO with automated XML sitemaps, custom hreflang management, and other SEO-related features.

## Features
- **Automated Sitemap Generation**: Easily create and update XML sitemaps.
- **Hreflang Support**: Manage international SEO with custom hreflang tags.
- **SEO Optimization**: Various settings to enhance search engine visibility.
- **Auto-Updates**: Integrated update mechanism to pull the latest version from GitHub.

## Installation

### Method 1: Install via WordPress
1. Download the latest release from [GitHub](https://github.com/web-lifter/ultimate-seo-wp/releases/latest).
2. Navigate to **Plugins > Add New** in WordPress.
3. Click **Upload Plugin** and select the downloaded ZIP file.
4. Click **Install Now**, then activate the plugin.

### Method 2: Manual Installation
1. Clone the repository:
```sh
git clone https://github.com/web-lifter/ultimate-seo-wp.git ultimate-seo-wp
```
2. Upload the `ultimate-seo-wp` folder to your `wp-content/plugins/` directory.
3. Activate the plugin via the **Plugins** menu in WordPress.

## Configuration
### Sitemap Settings
1. Navigate to **Settings > Sitemap** to configure XML sitemap options.
2. Click **Regenerate Sitemap** to update it manually.

### Hreflang Management
1. Go to **Settings > Hreflang** to add or edit custom hreflang tags.
2. Save changes and they will be applied site-wide.

## Updating the Plugin
Ultimate SEO WP includes an automatic update system:
- The plugin checks for updates via its built-in `updates.json` file.
- If a new version is available, WordPress will notify you under **Plugins > Updates**.

To manually update:
1. Download the latest release from GitHub.
2. Replace the existing plugin folder with the new version.

## Contributing
We welcome contributions! To contribute:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-name`).
3. Make your changes and commit (`git commit -m "Added new feature"`).
4. Push to your fork and submit a pull request.

## License
This plugin is open-source and licensed under the **GPL-2.0**.

## Support
For issues or feature requests, open an issue on [GitHub](https://github.com/web-lifter/ultimate-seo-wp/issues).