WordPress Plugin “SEO Meta Manager
Plugin Purpose:
Customizable SEO settings for posts, pages, and other content types. Allows you to configure:
- Unique titles (<title>)
- Meta descriptions (description)
- Keywords (keywords)
- Indexing rules (noindex, nofollow)
Advantages Over Competitors:
Many SEO plugins are cluttered with redundant features. “SEO Meta Manager” focuses on minimalism—offering only essential tools for manual meta tag management without unnecessary bloat.
How It Works:
- Title Tag
If a custom title is specified, it replaces the default WordPress title:<title>Your Custom Title</title>
If left empty, the standard WordPress title is used.
- Meta Tags: Description & Keywords
Filled fields automatically generate corresponding meta tags in the page HTML:<meta name="description" content="Your page description"> <meta name="keywords" content="keyword1, keyword2">
- Indexing Control
Flexible rules for search engine robots:- noindex, nofollow →
<meta name="robots" content="noindex, nofollow">
- noindex (block indexing only) →
<meta name="robots" content="noindex">
- nofollow (block link following only) →
<meta name="robots" content="nofollow">
Note: If no options are selected, the plugin does not add the tag, allowing search engines to follow default settings.
- noindex, nofollow →
Key Features:
- Meta tag fields are available individually for each post/page in the WordPress editor.
- Supports core content types (posts, pages).
- Lightweight code—no impact on website performance.
Availability:
The plugin is not yet published in the WordPress repository. It can be downloaded directly from the developer’s website.
A settings block is added to the post/page editing screen:

SEO Meta Manager box
Dedicated plugin settings page for global configurations:

SEO Meta Manager settings