
外掛標籤
開發者團隊
原文外掛簡介
This plugin is now part of Native AEO Pack.
Everything this plugin does is bundled into Native AEO Pack, a single lightweight
plugin that unifies the three AyudaWP “Native SEO” plugins (Meta Tags, NoIndexer
and Sitemap Customizer) into one, built entirely on WordPress native features.
This plugin still works and stays available, but new features and fixes now go
into Native AEO Pack. If you’re setting up a new site, install Native AEO Pack
instead of this one.
Moving to Native AEO Pack
Install and activate Native AEO Pack.
Open its settings, enable the modules you need (Meta Tags, NoIndex, Sitemap)
and set your site-wide options.
Deactivate this plugin. Native AEO Pack reminds you while both are active,
because running both at once prints duplicate tags.
Check your page source: you should see a single set of tags, from Native AEO Pack.
Your settings are not imported automatically in this first version. Site-wide
options take a minute to re-enter. For per-post values (individual noindex/nofollow,
custom titles and descriptions, Open Graph images), deactivate this plugin rather
than deleting it, so the data stays in place for the automatic importer planned
for a future Native AEO Pack release.
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/
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.
