Title: Dreamanual AI Tag Optimizer
Author: wuyifa001
Published: <strong>June 22, 2026</strong>
Last modified: June 22, 2026

---

Search plugins

![](https://ps.w.org/dreamanual-ai-tag-optimizer/assets/banner-772x250.png?rev=3581368)

![](https://ps.w.org/dreamanual-ai-tag-optimizer/assets/icon-256x256.png?rev=3581368)

# Dreamanual AI Tag Optimizer

 By [wuyifa001](https://profiles.wordpress.org/wuyifa001/)

[Download](https://downloads.wordpress.org/plugin/dreamanual-ai-tag-optimizer.1.3.0.zip)

 * [Details](https://wordpress.org/plugins/dreamanual-ai-tag-optimizer/#description)
 * [Reviews](https://wordpress.org/plugins/dreamanual-ai-tag-optimizer/#reviews)
 *  [Installation](https://wordpress.org/plugins/dreamanual-ai-tag-optimizer/#installation)
 * [Development](https://wordpress.org/plugins/dreamanual-ai-tag-optimizer/#developers)

 [Support](https://wordpress.org/support/plugin/dreamanual-ai-tag-optimizer/)

## Description

AI Tag Optimizer helps you leverage artificial intelligence to automatically optimize
tags, URL slugs and excerpts for your WordPress blog posts.

**Key Features:**
 * Batch process all published posts with one click * Generate
precise, specific post tags (3-5) via AI * Generate semantic English URL slugs *
Auto-generate refined post excerpts with controllable length * Support for Kimi,
OpenAI, Claude, DeepSeek — four major AI providers * Preview AI suggestions and 
edit before bulk applying * Automatically blend new tags with your existing tag 
taxonomy * Quick generate from post editor sidebar meta box — no page switching *
Custom excerpt prompts with placeholder support * Full i18n support — currently 
includes Chinese (Simplified) translation

**Why do you need this plugin?**
 * Manually tagging every post is tedious and time-
consuming * Tag taxonomies easily become messy with duplicates and near-synonyms*
Post slugs often contain meaningless numbers or romanized pinyin * Post excerpts
are often blank or not compelling enough * AI can understand the core topic from
content and give professional suggestions

### Usage

**Step 1: Configure Settings**
 1. Go to “AI Tag Optimizer > Settings” 2. Choose
AI provider (DeepSeek recommended — affordable and less strict) 3. Select model 
and enter API Key (saved to database, auto-filled on refresh) 4. Choose default 
toggles (tags / slug / excerpt) and excerpt length

**Step 2: Batch Processing**
 1. Go to “AI Tag Optimizer > Batch Processing” 2. 
Posts load automatically; filter by category if needed 3. Select or check-all posts
you want to optimize 4. Click “Generate AI Suggestions for Selected” 5. Preview 
results in the panel above, then click “Apply All Changes”

**Step 3: Single Post Edit (Optional)**
 1. In post editor, find the “AI Tag Optimizer”
sidebar panel 2. Click “Generate AI Suggestions” 3. Review and apply changes

### Arbitrary section

### External Services

This plugin connects to third-party AI providers to generate post tags, slugs and
excerpts. It sends the post title and a truncated version (first 3000 characters)
of the post content to the user-selected AI provider for analysis. No data is stored
on any server other than your own WordPress installation.

The following external services are used:

**DeepSeek (recommended)**
 – Service: AI-powered content analysis for tag/slug/
excerpt generation – Data sent: Post title and a 3000-char excerpt of post content–
Terms: https://www.deepseek.com/terms – Privacy: https://www.deepseek.com/privacy

**Kimi (Moonshot AI)**
 – Service: AI-powered content analysis for tag/slug/excerpt
generation – Data sent: Post title and a 3000-char excerpt of post content – Terms:
https://platform.moonshot.cn/docs/terms – Privacy: https://platform.moonshot.cn/
docs/privacy

**OpenAI**
 – Service: AI-powered content analysis for tag/slug/excerpt generation–
Data sent: Post title and a 3000-char excerpt of post content – Terms: https://openai.
com/policies/terms-of-use – Privacy: https://openai.com/policies/privacy-policy

**Claude (Anthropic)**
 – Service: AI-powered content analysis for tag/slug/excerpt
generation – Data sent: Post title and a 3000-char excerpt of post content – Terms:
https://www.anthropic.com/legal/terms – Privacy: https://www.anthropic.com/legal/
privacy

**Privacy Notice**
 This plugin sends your post title and content to third-party
AI APIs (Kimi, OpenAI, Claude, or DeepSeek) for analysis. No data is stored on our
servers. Please review the privacy policy of your chosen AI provider.

## Screenshots

[⌊Settings page — configure AI provider, model, API Key and generation options⌉⌊
Settings page — configure AI provider, model, API Key and generation options⌉[

Settings page — configure AI provider, model, API Key and generation options

[⌊Batch processing page — select posts, generate AI suggestions and apply changes⌉⌊
Batch processing page — select posts, generate AI suggestions and apply changes⌉[

Batch processing page — select posts, generate AI suggestions and apply changes

## Installation

 1. Download `dreamanual-ai-tag-optimizer.zip`
 2. In WordPress admin, go to Plugins > Add New > Upload Plugin
 3. Upload and activate the plugin
 4. Go to “AI Tag Optimizer > Settings” to configure your API Key
 5. Use the “Batch Processing” page or post editor to start optimizing

## FAQ

### Is my API Key safe?

Yes. Your API Key is stored in the WordPress options table (same place as other 
plugin settings). It is transmitted only in backend server-to-AI API requests, never
exposed to frontend users.

### Will changing slugs break existing links?

Yes. Changing a post slug changes its URL. Old URLs will return 404. If your posts
are already indexed by search engines or linked externally, please set up 301 redirects
first, or use the slug feature with caution.

### Does it support custom post types?

Currently the batch processing page loads standard posts. The meta box supports 
both posts and pages. Custom post type support may be added in future versions.

### Can I customize the excerpt prompt?

Yes. In Settings, you can write a custom prompt for excerpt generation. Supported
placeholders: `{title}`, `{content}`, `{excerpt_length}`, `{current_tags}`, `{existing_tags}`.

### Which AI provider should I use?

We recommend DeepSeek — it is affordable and has less strict content moderation.
If you encounter blocks, try switching providers or models.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Dreamanual AI Tag Optimizer” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ wuyifa001 ](https://profiles.wordpress.org/wuyifa001/)

[Translate “Dreamanual AI Tag Optimizer” into your language.](https://translate.wordpress.org/projects/wp-plugins/dreamanual-ai-tag-optimizer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dreamanual-ai-tag-optimizer/),
check out the [SVN repository](https://plugins.svn.wordpress.org/dreamanual-ai-tag-optimizer/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dreamanual-ai-tag-optimizer/)
by [RSS](https://plugins.trac.wordpress.org/log/dreamanual-ai-tag-optimizer/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.0

 * Added: Auto-load posts on batch processing page open
 * Added: Category filter for batch processing
 * Added: Dual pagination (top and bottom) for post list
 * Added: Custom excerpt prompt with placeholder support
 * Added: DeepSeek as default recommended provider
 * Improved: Removed reasoning column for cleaner UI
 * Improved: Apply button right-aligned in pending changes panel
 * Fixed: Boolean toggle save issue (false serialized as string)
 * Fixed: Admin settings JS not loading in some environments
 * Fixed: Excerpt prompt not passed to AI API

#### 1.2.0

 * Added: Settings and batch processing split into two pages
 * Added: Meta box in post editor sidebar for single-post optimization
 * Added: DeepSeek provider support
 * Added: Independent toggles for tags / slug / excerpt
 * Added: Custom excerpt length control (50-500 chars)
 * Added: Multi-model switching within same provider
 * Improved: Toast notifications replace bottom log panel
 * Improved: API Key and settings persisted to database
 * Fixed: Kimi model temperature parameter compatibility

#### 1.0.0

 * Initial release
 * Support Kimi, OpenAI, Claude providers
 * Batch and single post generation
 * Preview before apply
 * Auto-generate post excerpts
 * Edit AI-generated excerpts inline

## Meta

 *  Version **1.3.0**
 *  Last updated **7 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[excerpt](https://wordpress.org/plugins/tags/excerpt/)
   [optimization](https://wordpress.org/plugins/tags/optimization/)[seo](https://wordpress.org/plugins/tags/seo/)
   [tags](https://wordpress.org/plugins/tags/tags/)
 *  [Advanced View](https://wordpress.org/plugins/dreamanual-ai-tag-optimizer/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/dreamanual-ai-tag-optimizer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dreamanual-ai-tag-optimizer/reviews/)

## Contributors

 *   [ wuyifa001 ](https://profiles.wordpress.org/wuyifa001/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dreamanual-ai-tag-optimizer/)