Beskrivning
Vibebun AI SEO Meta gives you a single admin screen to view and edit SEO meta across every post on your site, regardless of which SEO plugin is active. Supported:
- Yoast SEO
- Rank Math
- All in One SEO (AIOSEO)
- The SEO Framework
- SEOPress
Generate meta titles, descriptions, and Open Graph copy with one click. On WordPress 7.0+, AI suggestions use the WordPress core AI Client: you configure a provider once at the site level (Settings Connectors) and this plugin uses it — no API key is handled by the plugin. You can also point the plugin at your own custom or local OpenAI-compatible endpoint (a self-hosted gateway, Ollama, LM Studio, and similar) by entering its URL, model, and API key under AI SEO Meta Settings.
The unified meta editor works on WordPress 6.0 and newer. AI suggestions need either WordPress 7.0+ (which ships the AI Client) or a custom endpoint you configure; on WordPress older than 7.0, AI runs only when a custom endpoint is set. If no AI is configured, the unified meta manager still works as a full-featured editor.
Multilingual (WPML & Polylang): when WPML or Polylang is active, the Meta Manager detects the current language, filters the post list to it, and generates AI metadata in each post’s own language. You can set custom meta title and description prompts per language under AI SEO Meta Settings, with a default prompt as the fallback.
External Services
How AI suggestions reach a provider depends on your WordPress version and settings.
On WordPress 7.0 and newer, AI runs through the WordPress core AI Client. When you click ”AI Suggest” or ”Generate All”, your post title and a short content excerpt (up to ~80 words) are passed to WordPress core, which forwards them to the provider configured under Settings Connectors (or to a custom endpoint you enter in this plugin’s settings, registered into the core AI Client). This plugin does not contact any provider directly on 7.0+.
On WordPress older than 7.0 (no core AI Client), AI only works if you explicitly configure a custom endpoint in this plugin’s settings (an endpoint URL, model, and API key that you provide). In that case, and only on your action, the plugin sends your post title and a short excerpt directly to the URL you specified. There is no default or hardcoded destination — the plugin contacts only the endpoint you enter. No data is sent automatically.
This plugin stores no provider credentials of its own beyond the optional custom-endpoint key you choose to save (which can instead be supplied via the VIBEBUNAISEO_CUSTOM_AI_API_KEY constant or environment variable). When you use a core Connector on 7.0+, the provider and key are owned by WordPress core, not this plugin.
Skärmdumpar



Installation
- Upload the plugin folder to
/wp-content/plugins/. - Activate through the Plugins menu.
- Set up AI: on WordPress 7.0+, configure a provider under Settings Connectors (provided by WordPress core) or enter a custom endpoint in the plugin settings; on older WordPress, enter a custom OpenAI-compatible endpoint under AI SEO Meta Settings.
- Go to AI SEO Meta Settings to customize prompts, language, and display options.
Vanliga frågor
-
Do I need an API key?
-
Not in this plugin. AI suggestions use the WordPress 7.0 core AI Client, and the site administrator configures the AI provider and its API key once under Settings Connectors. This plugin never asks for or stores a key.
-
Does the plugin send data to your servers?
-
No. The plugin has no servers in the loop. AI requests go through WordPress core to the provider the administrator configured. We never see your content or credentials.
-
Does it work on WordPress older than 7.0?
-
Yes. The unified meta editor works on WordPress 6.0+. For AI suggestions on WordPress 7.0+, configure a provider under Settings Connectors (or a custom endpoint in the plugin settings). On WordPress older than 7.0, AI suggestions work only if you configure a custom OpenAI-compatible endpoint (URL + model + API key) in the plugin settings.
-
Which SEO plugin do I need?
-
The plugin works with Yoast SEO, Rank Math, All in One SEO, The SEO Framework, or SEOPress. If none are installed, it uses its own generic meta storage.
-
Can I use it without AI?
-
Yes. If no AI provider is configured (or you’re on WordPress < 7.0 without a custom endpoint configured), the unified meta editor works independently of AI.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”Vibebun AI SEO Meta” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Vibebun AI SEO Meta” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
2.0.0
Vibebun can now run as your site’s SEO plugin on its own, instead of only managing another plugin’s meta. If another SEO plugin is active, Vibebun keeps deferring to it until you choose otherwise — existing sites are unaffected by updating.
- Add a native SEO output engine: meta title, description, canonical, robots, Open Graph, and Twitter tags, with per-context title/description templates.
- Add Schema.org structured data (@graph): Organization/Person/LocalBusiness, WebSite, WebPage, Article, Breadcrumb, plus per-post types including Product, Event, Recipe, HowTo, FAQPage, VideoObject, Course, JobPosting, SoftwareApplication, Book, MusicRecording, Restaurant, Service, and Dataset. WooCommerce products are auto-filled.
- Add XML sitemaps: index, images, Google News, and video. Add an HTML sitemap shortcode.
- Add breadcrumbs: shortcode, template function, optional auto-insert, and matching schema.
- Add redirections with a 404 monitor and automatic 301s when a permalink changes.
- Add SEO fields where you edit: a meta box on the post/page screen (Classic Editor and Block Editor sidebar), Quick Edit, and taxonomy term screens.
- Add per-field AI Suggest buttons on every editing surface. Suggested titles follow your title template.
- Add content analysis with up to five focus keywords, readability scoring, and a live Google SERP preview.
- Add internal linking suggestions and a primary category selector.
- Add a Google Search Console dashboard and a Google Analytics 4 dashboard.
- Add a site-wide SEO Analysis page and a guided setup wizard.
- Add a robots.txt editor, webmaster verification tags, and a guarded .htaccess editor.
- Add IndexNow instant indexing for Bing and Yandex.
- Add automatic image alt/title text and external link attributes.
- Add settings and redirects import/export, plus a role-based access control matrix.
- Add a primary/companion chooser so Vibebun can run alongside another SEO plugin as a Meta Manager only, with one-click migration when you switch.
- Redesign the admin UI with a shared card, tab, and stat-card design system.
1.3.0
- Add WPML and Polylang support.
- Detect the active multilingual plugin and show the current language on the Meta Manager.
- Filter the Meta Manager post list to the current language.
- Generate AI metadata in each post’s own language.
- Set custom Title and Description prompts per active language, with a default prompt as fallback.
- Fix vertical alignment of the post-list checkbox column.
1.2.0
- Test Connection now validates the custom endpoint you are configuring, not whichever site Connector is active.
- Test Connection uses the values currently entered in the form — no need to save first.
- The custom endpoint URL is now used exactly as entered (include the full path, e.g. https://your-host/v1/chat/completions); the plugin no longer appends a path.
1.1.0
- Add custom / local OpenAI-compatible AI endpoints (base URL + model + API key).
- On WordPress 7.0+, custom endpoints register into the core AI Client (no direct provider calls).
- On WordPress 6.0–6.x, a direct server-side fallback (BYOK) enables AI without the core AI Client.
- Lower ”Requires at least” to WordPress 6.0.
1.0.0
- Initial release.
- Adapters: Yoast, Rank Math, AIOSEO, The SEO Framework, SEOPress.
- AI suggestions powered by the WordPress 7.0 core AI Client (no API keys handled by the plugin).
- Unified meta manager table with quality score and bulk generate.
- Language selection for AI-generated metadata (30 languages).
