Title: Native SEO Meta Tags
Author: Fernando Tellado
Published: <strong>May 12, 2026</strong>
Last modified: May 13, 2026

---

Search plugins

![](https://ps.w.org/native-seo-meta-tags/assets/banner-772x250.jpg?rev=3530796)

![](https://ps.w.org/native-seo-meta-tags/assets/icon-256x256.jpg?rev=3530379)

# Native SEO Meta Tags

 By [Fernando Tellado](https://profiles.wordpress.org/fernandot/)

[Download](https://downloads.wordpress.org/plugin/native-seo-meta-tags.1.0.2.zip)

[Live Preview](https://wordpress.org/plugins/native-seo-meta-tags/?preview=1)

 * [Details](https://wordpress.org/plugins/native-seo-meta-tags/#description)
 * [Reviews](https://wordpress.org/plugins/native-seo-meta-tags/#reviews)
 *  [Installation](https://wordpress.org/plugins/native-seo-meta-tags/#installation)
 * [Development](https://wordpress.org/plugins/native-seo-meta-tags/#developers)

 [Support](https://wordpress.org/support/plugin/native-seo-meta-tags/)

## 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_image` when an image is available, `summary`
   otherwise).
 * **Article + BreadcrumbList JSON-LD** on posts and pages for Google rich results.
 * **Person JSON-LD** on author archives with `sameAs` from 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 `@username` and 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 `sameAs` in 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](https://wordpress.org/plugins/native-sitemap-customizer/)—
   sitemap customization.
 * [NoIndexer](https://wordpress.org/plugins/noindexer/) — noindex control.
 * [VigIA](https://wordpress.org/plugins/vigia/) — AI visibility, crawler analytics,
   Site Identity JSON-LD.
 * [AI Share & Summarize](https://wordpress.org/plugins/ai-share-summarize/) — AI
   distribution.
 * [SEO Read More Buttons](https://wordpress.org/plugins/seo-read-more-buttons-ayudawp/)—
   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 to `https://www.gravatar.
   com/avatar/{hash}?d=404` via `wp_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/](https://wordpress.com/tos/)
 * Privacy Policy: [https://automattic.com/privacy/](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

 1. Upload the `native-seo-meta-tags` folder to `/wp-content/plugins/`.
 2. Activate through the Plugins menu.
 3. Go to **Settings  `<> Meta Tags`** to review active modules and settings.
 4. 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`,
plus `og:title` and `twitter: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.

### My author archives don’t show a Person schema. Why?

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_postmeta` and `wp_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

 *   [ Fernando Tellado ](https://profiles.wordpress.org/fernandot/)
 *   [ Ayuda WordPress ](https://profiles.wordpress.org/ayudawp/)

“Native SEO Meta Tags” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/native-seo-meta-tags/contributors)
for their contributions.

[Translate “Native SEO Meta Tags” into your language.](https://translate.wordpress.org/projects/wp-plugins/native-seo-meta-tags)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/native-seo-meta-tags/),
check out the [SVN repository](https://plugins.svn.wordpress.org/native-seo-meta-tags/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/native-seo-meta-tags/)
by [RSS](https://plugins.trac.wordpress.org/log/native-seo-meta-tags/?limit=100&mode=stop_on_copy&format=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 same `dashicons-embed-generic` icon 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_VER` constant. 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.

## Meta

 *  Version **1.0.2**
 *  Last updated **8 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/native-seo-meta-tags/) and [Spanish (Spain)](https://es.wordpress.org/plugins/native-seo-meta-tags/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/native-seo-meta-tags)
 * Tags
 * [JSON-LD](https://wordpress.org/plugins/tags/json-ld/)[meta description](https://wordpress.org/plugins/tags/meta-description/)
   [open graph](https://wordpress.org/plugins/tags/open-graph/)[schema](https://wordpress.org/plugins/tags/schema/)
   [seo](https://wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://wordpress.org/plugins/native-seo-meta-tags/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/native-seo-meta-tags/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/native-seo-meta-tags/reviews/)

## Contributors

 *   [ Fernando Tellado ](https://profiles.wordpress.org/fernandot/)
 *   [ Ayuda WordPress ](https://profiles.wordpress.org/ayudawp/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/native-seo-meta-tags/)