Title: Oriole One Custom Fields
Author: Rashid Sharafat
Published: <strong>јуни 13, 2026</strong>
Last modified: јули 5, 2026

---

Search plugins

![](https://ps.w.org/oriole-one-custom-fields/assets/icon-256x256.png?rev=3570943)

# Oriole One Custom Fields

 By [Rashid Sharafat](https://profiles.wordpress.org/rashidsharafat/)

[Download](https://downloads.wordpress.org/plugin/oriole-one-custom-fields.1.1.0.zip)

 * [Details](https://mk.wordpress.org/plugins/oriole-one-custom-fields/#description)
 * [Reviews](https://mk.wordpress.org/plugins/oriole-one-custom-fields/#reviews)
 *  [Installation](https://mk.wordpress.org/plugins/oriole-one-custom-fields/#installation)
 * [Development](https://mk.wordpress.org/plugins/oriole-one-custom-fields/#developers)

 [Support](https://wordpress.org/support/plugin/oriole-one-custom-fields/)

## Description

**Oriole One Custom Fields** is a focused, lightweight SEO plugin for WordPress.
It provides an integrated SEO metabox on supported edit screens with optional fields
for **Meta Title**, **Meta Description**, and **Noindex**.

**How it works:**

 1. Use the integrated SEO metabox to set an optional custom **Meta Title**. When set,
    it overrides the front-end document title for that singular post, page, or custom
    post type.
 2. Set an optional custom **Meta Description** in the same metabox. If left empty,
    the plugin uses the manual excerpt first, then falls back to generated content.
 3. Enable per-post **Noindex** from the same metabox when you need a singular URL 
    excluded from indexing.
 4. If no title, description, or noindex value is set, the plugin leaves the normal
    WordPress output alone.

**Key features:**

 * Adds a unified SEO metabox to posts, pages, and public custom post types.
 * Includes Meta Title, Meta Description, and Noindex controls in one place.
 * Overrides the front-end document title when a custom meta title is set.
 * Outputs meta descriptions for posts, pages, and public custom post types.
 * Description priority: manual excerpt to custom description to content to nothing.
 * Outputs `<meta name="robots" content="noindex,follow">` when Noindex is enabled
   for a singular item.
 * Strips shortcodes, HTML, and excess whitespace automatically.
 * Trims descriptions to about 155 characters on word boundaries.
 * Includes a Settings page to enable or disable Meta Title, Meta Description, Noindex,
   and the SEO fields metabox.
 * Detects and defers to major SEO plugins to prevent duplicate SEO output.
 * No database tables, no cron jobs.
 * No frontend CSS or JavaScript.
 * Translation-ready with full i18n support.
 * PHP 8.0+ and WordPress 6.0+ compatible.

**Conflict detection – compatible with:**

 * Yoast SEO (free and premium)
 * Rank Math SEO
 * All in One SEO (AIOSEO)
 * SEOPress
 * Slim SEO
 * The SEO Framework

When any of the above plugins are active, Oriole One Custom Fields silently steps
aside so you never get duplicate SEO title, description, or robots output.

**Not output on:**

 * Archives, category pages, tag pages
 * Search results
 * The homepage / static front page
 * RSS and Atom feeds
 * WordPress admin
 * REST API requests

**Lightweight by design:**

This plugin follows a strict “do one thing well” philosophy. It includes only the
settings needed to control title, description, and noindex output, with no tracking,
no ads, and no upsells.

## Installation

**Automatic installation (recommended):**

 1. In your WordPress admin, navigate to **Plugins > Add New**.
 2. Search for **Oriole One Custom Fields**.
 3. Click **Install Now**, then **Activate**.

**Manual installation:**

 1. Download the plugin zip file.
 2. Upload and extract the `oriole-one-custom-fields` folder to `/wp-content/plugins/`.
 3. Activate the plugin through **Plugins > Installed Plugins** in WordPress admin.

## FAQ

### Does this plugin conflict with Yoast SEO, Rank Math, or other SEO plugins?

No. Oriole One Custom Fields automatically detects the presence of Yoast SEO, Rank
Math SEO, All in One SEO, SEOPress, Slim SEO, and The SEO Framework. If one is active,
this plugin disables its own title, description, and robots output to avoid conflicts.

### Does this plugin add a settings page?

Yes. Go to **Settings > Oriole One Custom Fields** to enable or disable Meta Title,
Meta Description, and Noindex functionality.

### How do I set SEO fields?

Edit a post, page, or public custom post type and use the **SEO Fields** metabox.
You can set Meta Title, Meta Description, and Noindex there. Leave title/description
blank to use normal WordPress title and excerpt/content fallback.

### Which post types does this plugin support?

The plugin supports posts, pages, and all public custom post types that are registered
to appear in the front end. It does not output titles or descriptions on archives,
search results, the homepage, or feeds.

### What if my post has no excerpt and no content?

The plugin will not output a `<meta name="description">` tag in that case. It is
better to omit the tag than to output an empty or meaningless one.

### How long will the meta description be?

The plugin trims descriptions to approximately 155 characters, breaking at the last
complete word before that limit to avoid awkward mid-word cuts. An ellipsis is appended
when the text is truncated.

### Does this plugin store any data?

The plugin stores one settings option and per-post SEO meta values (meta title, 
meta description, and noindex when set). It creates no database tables and registers
no cron events.

### Is this plugin compatible with multisite?

The plugin has not been specifically tested in a multisite environment, but it contains
no single-site-specific runtime logic and should work in multisite installations.

### Will this affect my site’s performance?

No. The plugin executes a minimal number of operations per page load, outputs no
frontend CSS or JavaScript, and performs no extra database queries beyond fetching
the current post meta when needed.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Oriole One Custom Fields” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Rashid Sharafat ](https://profiles.wordpress.org/rashidsharafat/)

[Translate “Oriole One Custom Fields” into your language.](https://translate.wordpress.org/projects/wp-plugins/oriole-one-custom-fields)

### Interested in development?

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

## Changelog

#### 1.1.0 – 2026-07-05

 * Added unified SEO metabox with Meta Title, Meta Description, and Noindex fields.
 * Added optional custom meta description support with excerpt/content fallback 
   retained.
 * Added optional per-post robots noindex output (`noindex,follow`).
 * Added settings toggle for Noindex and expanded settings descriptions.
 * Preserved conflict detection behavior and defer strategy for major SEO plugins.

#### 1.0.0 – 2024-01-01

 * Initial release.
 * Automatic meta description output for singular posts, pages, and custom post 
   types.
 * Custom meta title fields for posts, pages, and public custom post types.
 * Settings page controls for meta title and meta description output.
 * Manual excerpt priority with content fallback.
 * Conflict detection for Yoast SEO, Rank Math, All in One SEO, SEOPress, Slim SEO,
   and The SEO Framework.
 * Uninstall cleanup for plugin settings and custom meta title data.

## Meta

 *  Version **1.1.0**
 *  Last updated **17 часа ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/oriole-one-custom-fields/)
 * Tags
 * [lightweight](https://mk.wordpress.org/plugins/tags/lightweight/)[meta description](https://mk.wordpress.org/plugins/tags/meta-description/)
   [meta tags](https://mk.wordpress.org/plugins/tags/meta-tags/)[meta title](https://mk.wordpress.org/plugins/tags/meta-title/)
   [seo](https://mk.wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://mk.wordpress.org/plugins/oriole-one-custom-fields/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/oriole-one-custom-fields/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/oriole-one-custom-fields/reviews/)

## Contributors

 *   [ Rashid Sharafat ](https://profiles.wordpress.org/rashidsharafat/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/oriole-one-custom-fields/)