Description
Native SEO Meta Tags generates the essential SEO head tags automatically from the content you already have in WordPress: post title, excerpt, featured image, term description, and user biographical info. No heavy SEO plugin needed.
What it generates
- Document title and meta description on home, singulars, taxonomy archives and author archives.
- Open Graph tags (
og:title,og:description,og:image,og:url,og:type,og:site_name). - Twitter Card tags (
summary_large_imagewhen an image is available,summaryotherwise). - Article + BreadcrumbList JSON-LD on posts and pages for Google rich results.
- Person JSON-LD on author archives with
sameAsfrom user profile social URLs (E-E-A-T).
Block Editor native
Per-post overrides live in the post sidebar as a Gutenberg PluginDocumentSettingPanel — fully compatible with WordPress 7.0 collaborative editing. A Classic Editor meta box is used as a fallback when the Block Editor is disabled for the post type.
Works with any public post type and custom post type.
Designed to coexist
Auto-detects active SEO plugins and steps aside to avoid duplicates:
- Yoast SEO
- Rank Math
- All in One SEO (AIOSEO)
- SEOPress
- The SEO Framework
- Slim SEO (Open Graph only)
- Jetpack (Open Graph only)
- VigIA (Site Identity JSON-LD only, on home)
Each module checks only the conflicts relevant to it — so if Slim SEO is active, Open Graph stays off but meta description and schema keep running.
What you can customize
- Activate or deactivate each of the 4 modules independently, with visual toggle cards.
- Max length of auto-generated meta descriptions (120–200 chars).
- Home meta description override.
- Fallback Open Graph image for content without a featured image.
- Site-wide Twitter
@usernameand Facebook App ID. - Publisher logo for Article schema (required by Google).
- Per-post overrides in the post sidebar: Meta title (also replaces the document title), Meta description, Open Graph image.
- Author social URLs: fields added to the user profile (Twitter/X, LinkedIn, GitHub, Mastodon, Instagram, YouTube) used as
sameAsin Person schema.
Zero database tables
Uses the standard WordPress options and post/user meta tables. No custom tables, no cron jobs, no external calls apart from a cached Gravatar probe (24h TTL).
Complements the AyudaWP ecosystem
Designed to work alongside:
- Native Sitemap Customizer — sitemap customization.
- NoIndexer — noindex control.
- VigIA — AI visibility, crawler analytics, Site Identity JSON-LD.
- AI Share & Summarize — AI distribution.
- SEO Read More Buttons — customized read-more links.
External services
This plugin connects to Gravatar (operated by Automattic Inc.) to check whether the post or page author has a public Gravatar avatar, so it can be exposed in Open Graph tags (og:image) and in Person JSON-LD (image) for E-E-A-T.
What data is sent and when:
- When a singular view (post, page, custom post type) is rendered and the Open Graph module is active, and there is no per-post
og:image, no featured image, no WooCommerce gallery image and no inline image in the content, the plugin sends an MD5 hash of the lowercased and trimmed author email tohttps://www.gravatar.com/avatar/{hash}?d=404viawp_remote_head()(HEAD request, no body) to check whether a Gravatar exists for that author. - When an author archive is rendered and the Person schema module is active, the same probe is performed for that author.
- The original email address is never sent — only an MD5 hash, which is the standard Gravatar lookup mechanism.
- The result (found / not found) is cached for 24 hours in a transient (
nseo_gravatar_{hash}) so subsequent page loads do not hit Gravatar again.
This service is provided by Automattic Inc.:
- Terms of Service: https://wordpress.com/tos/
- Privacy Policy: https://automattic.com/privacy/
No other external services are used. The plugin makes no other HTTP requests, sends no telemetry and stores no data outside your own WordPress database.
Installation
- Upload the
native-seo-meta-tagsfolder to/wp-content/plugins/. - Activate through the Plugins menu.
- Go to Settings
<> Meta Tagsto review active modules and settings. - Done. Tags are emitted automatically on every page.
FAQ
-
Does it work alongside Yoast / Rank Math / AIOSEO / SEOPress / The SEO Framework?
-
Yes, but each module self-deactivates when it detects its counterpart in one of those plugins to avoid duplicate tags. You can keep Native SEO Meta Tags installed and activate only the modules that don’t overlap.
-
Does it replace my current SEO plugin?
-
It can, if all you used the SEO plugin for was meta title, meta description, Open Graph and basic schema. For keyword analysis, redirects, breadcrumb shortcodes in templates, or advanced schema (Product, Event, Recipe) you’ll still need a full SEO plugin.
-
Where do I set a meta description for a specific post?
-
In the Block Editor, open the Meta Tags panel in the post sidebar. In the Classic Editor, find the Meta Tags meta box below the content area. You can override the auto-generated title, description and Open Graph image per post.
-
Does Meta title override the document title too?
-
Yes. The Meta title field replaces the document title via
pre_get_document_title, plusog:titleandtwitter:title. Leave empty to keep the theme’s default title. -
Does it work with custom post types?
-
Yes. Any public custom post type shows the sidebar panel (in Gutenberg) or meta box (in Classic Editor). No extra configuration required.
-
Person schema requires the Person schema module to be enabled and the author profile to have at least a name. Filling in the Biographical Info and social URLs at Users Profile makes the schema much richer for E-E-A-T.
-
Are there any database tables?
-
No. The plugin uses
wp_options,wp_postmetaandwp_usermeta. Uninstalling cleans everything.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Native SEO Meta Tags” is open source software. The following people have contributed to this plugin.
Contributors“Native SEO Meta Tags” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Native SEO Meta Tags” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Improved: unified visual identity across the Native SEO Suite — settings menu label shortened to
<> Meta Tags, settings page and cross-promo banner now use the samedashicons-embed-genericicon for the three suite plugins, plus shared CSS tokens (brand colors, accent backgrounds) bundled in the core library. - Improved: Block Editor sidebar panel and Classic Editor meta box renamed to Meta Tags to match the new short menu label. The Plugin Name and the settings page heading remain “Native SEO Meta Tags”.
- Improved: the SEO-plugins-detected yellow banner at the top of the settings page is gone. The per-module Paused — handled by X badges in the Modules tab already convey the same information in context.
- Improved: the VigIA coexistence notice in the Schema Person tab is restyled as a discreet contextual card.
- Improved: cross-promo banner now automatically excludes other Native SEO Suite plugins from rotation when they are already active, so you only see recommendations for things you do not already have installed.
- Fix: Slim SEO is now correctly detected via the
SLIM_SEO_VERconstant. The Open Graph module is now properly marked as Paused — handled by Slim SEO on the Modules tab when Slim SEO is active.
1.0.1
- Fix: saving any settings tab no longer resets the values from the other tabs. Previously, saving the Schema tab wiped the Open Graph fallback image (and vice-versa), and saving any tab silently reactivated disabled modules.
1.0.0
- Initial release.
- Auto meta title and meta description from tagline, excerpt, term description and biographical info.
- Open Graph and Twitter Card generation with smart image detection (per-post override featured WooCommerce gallery content HTML scan fallback).
- Article + BreadcrumbList JSON-LD on singulars.
- Person JSON-LD on author archives (E-E-A-T) with Gravatar and sameAs.
- Conflict detection with Yoast, Rank Math, AIOSEO, SEOPress, The SEO Framework, Slim SEO, Jetpack OG and VigIA.
- Block Editor sidebar panel (WP 7.0 collaborative-editor compatible) plus Classic Editor meta box fallback.
- Settings page with tabs, visual module cards and vertical promo sidebar.
- Per-user social URL fields for Twitter/X, LinkedIn, GitHub, Mastodon, Instagram and YouTube.
