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.
og:title, og:description, og:image, og:url, og:type, og:site_name).summary_large_image when an image is available, summary otherwise).sameAs from user profile social URLs (E-E-A-T).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.
Auto-detects active SEO plugins and steps aside to avoid duplicates:
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.
@username and Facebook App ID.<title>), Meta description, Open Graph image.sameAs in Person schema.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).
Designed to work alongside:
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:
og:image, no featured image, no WooCommerce gallery image and no <img> 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.nseo_gravatar_{hash}) so subsequent page loads do not hit Gravatar again.This service is provided by Automattic Inc.:
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.