Description
MEGA is an AI-powered growth platform that automates SEO and content management for your WordPress website. This plugin enables MEGA’s AI agent “Lindsay” to manage your content, optimize for search engines, and continuously improve your site’s performance – all without manual intervention.
Get started at gomega.ai
What MEGA Does
MEGA provides a fully managed SEO service that automates end-to-end SEO processes, delivering enterprise-level optimization at a fraction of the cost. Our AI agents work 24/7 to research, strategize, and execute SEO tasks that typically require a full marketing team.
Key Benefits
- AI-Powered Content Creation: Automatically generates and publishes SEO-optimized content
- Continuous Optimization: Real-time content updates based on Google Search Console data
- Technical SEO Automation: Automated audits, fixes, and performance improvements
- Keyword Research & Strategy: AI-driven keyword discovery and implementation
- Link Building: Automated backlink acquisition and management
- Conversion Rate Optimization: Improves user engagement and conversions
- Local SEO: Optimizes for local search visibility
- LLM Placement: Optimizes content for AI search engines and featured snippets
How It Works
- Install and activate the MEGA plugin
- Connect your WordPress site to MEGA’s platform
- Our AI agent Lindsay begins analyzing your site
- Content is automatically created, optimized, and published
- Continuous monitoring and optimization improve results over time
Features
- Secure Authentication: Military-grade encryption ensures only authorized MEGA agents can access your site
- Full Content Management: Create, update, and optimize posts automatically
- SEO Plugin Integration: Works seamlessly with Yoast SEO, Rank Math, and All in One SEO (AIOSEO)
- Autopilot Mode: 85% of users enable full automation for 2x faster results
- Multi-Platform Support: Integrates with 50+ platforms beyond WordPress
- Performance Tracking: Comprehensive analytics and reporting
- Human Oversight: Complex tasks reviewed by SEO experts when needed
Expected Results
Most users see organic traffic growth within 3 to 9 months. MEGA’s AI continuously learns and improves, providing ongoing optimization that adapts to search engine changes.
Learn more on our website.
External Services
This plugin connects to MEGA’s external service to provide AI-powered SEO optimization for your WordPress website.
MEGA SEO Platform
The plugin communicates with MEGA’s platform (gomega.ai) to enable automated SEO optimization and content management. This connection is essential for the core functionality of the plugin.
What data is sent: The plugin sends website content, metadata, and site configuration information to MEGA’s platform for analysis and optimization.
When data is sent: Data is transmitted when MEGA’s AI agents perform content creation, updates, or SEO optimization tasks on your behalf.
Purpose: This data exchange enables MEGA’s AI to analyze your site, generate SEO-optimized content, track performance, and continuously improve your website’s search engine rankings.
Service provider: MEGA (gomega.ai)
Terms of Service
Privacy Policy
By using this plugin, you acknowledge that your website data will be processed by MEGA’s platform in accordance with their terms of service and privacy policy.
Configuration
After creating your MEGA account and installing this WordPress plugin, our agents will automatically be able to access your WordPress and optimize it.
No manual configuration required – just install the plugin and our AI agents handle the rest!
Installation
- Create your MEGA account at gomega.ai
- Upload the
mega-aifolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- In your MEGA dashboard, add new feed from media accounts and select WordPress
- Our agents will automatically connect to your WordPress site and begin optimization
FAQ
-
What is MEGA?
-
MEGA is an AI-powered SEO platform that uses intelligent agents to automate your entire SEO strategy. Our AI agent “Lindsay” handles keyword research, content creation, technical SEO, link building, and continuous optimization – delivering results that typically require a full marketing team.
-
How much does MEGA cost?
-
MEGA’s SEO service starts at $999/month (or $799/month billed annually). This includes full SEO automation, unlimited content updates, and all features. Learn more at https://gomega.ai/pricing
-
Is this plugin secure?
-
Yes, the plugin uses military-grade RSA encryption with public/private key cryptography. Only MEGA’s authorized AI agents can access your site, and all communications are cryptographically signed and verified.
-
What can MEGA’s AI do with my WordPress site?
-
MEGA can:
– Create new SEO-optimized blog posts and pages
– Update existing content based on performance data
– Optimize meta titles and descriptions
– Fix technical SEO issues
– Manage internal linking
– Track and improve keyword rankings
– Monitor competitor strategies
– And much more, all automatically -
Does it work with my SEO plugin?
-
Yes, MEGA seamlessly integrates with Yoast SEO, Rank Math, and All in One SEO (AIOSEO), enhancing rather than replacing their functionality.
-
How long until I see results?
-
Most users see organic traffic growth within 3 to 9 months. MEGA works continuously, and results compound over time as the AI learns your market and optimizes your content.
-
Can I review content before it’s published?
-
Yes! You can choose between full autopilot mode (85% of users) for fastest results, or review mode where you approve content before publication.
-
Will it affect my site’s performance?
-
No, the plugin is lightweight and only adds a small optimization script. All heavy processing happens on MEGA’s servers, not your WordPress site.
-
Can I use this with other CMS platforms?
-
Yes, MEGA supports 50+ platforms including Shopify, Webflow, Wix, HubSpot, and more. This plugin is specifically for WordPress integration.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“MEGA AI” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “MEGA AI” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.7.0
- Feature: builder-aware widget edit surface. New
GET /mega/v1/editor/widgets/<id>,PATCH /mega/v1/editor/widgets/<id>/<widget_id>, andPOST /mega/v1/editor/revisions/<id>/restoreendpoints expose a unified scalar-edit API across Elementor, Gutenberg, and Classic WP. The plugin auto-detects which page builder owns each post and dispatches to the matchingMegaEditorAdapter. EveryPATCHsnapshots a WP revision first so the MEGA bot CLI can issue a single-callundoafter a bad edit. Elementor support is pinned to major version <= 3 as a safety guard. Returns 404 withcode: editor_builder_unsupportedwhen an unknown builder is detected so callers can fall back gracefully.
1.6.2
- Feature:
?diagnostic=1query param onPOST /mega/v1/pages/<id>. When set, skips themega_managed=1postmeta write so the MEGA SEO platform’s CMS diagnostic worker can run a non-destructive page text-revert probe on a customer’s most-recent published page without permanently tagging it as MEGA-owned. No effect on production write paths (which call without the flag); the platform’s diagnostic Inngest worker passesdiagnostic=1and the bot’s normal publishing code does not.
1.6.1
- Removed self-update mechanism to comply with WordPress.org Plugin Directory guideline #8 (no loading executable code from external sources). Updates now flow exclusively through the WordPress.org plugin directory. No functional changes to /pages, /cache/flush, or any other endpoint shipped in 1.6.0.
1.6.0
- Feature: dedicated
/mega/v1/pagesREST surface —GET|POST /mega/v1/pages(list/create) andGET|PUT|DELETE /mega/v1/pages/<id>(read/update/delete) pinned topost_type=page. Mirrors the existing/postshandler shape (same response keys, samemeta/schema_jsonld/seo_title/meta_descriptionwrite semantics) so platform clients can use one parser for both. Returns 404 if the requested ID is not a page so callers can’t accidentally mutate a post via the pages route. Unblocks the CMS diagnostic worker’s page-revert probe and the page on-page-SEO bot path, both of which previously had to fall back to direct WP REST + Basic Auth. - Feature:
POST /mega/v1/cache/flush— purges Yoast indexables, Rank Math sitemap, WP Rocket, W3 Total Cache, LiteSpeed Cache, WP Super Cache, and WP core object cache. Each backend is detected at runtime and wrapped in try/catch so a mis-behaving cache plugin can’t cascade-fail the whole flush. Optionalpost_idparam scopes WP-core post-cache invalidation to a single post. Returns a{cleared: {...}}summary so callers can log which backends fired. Lets writer pipelines force-revalidate freshly-written content/meta without waiting on each cache backend’s natural TTL.
1.5.2
- Maintenance release: republish of 1.5.1 to refresh the WordPress.org plugin directory metadata. No code change vs 1.5.1 — the schema-adapter fix below is the substantive change customers should care about. (1.5.1 was committed to SVN but the WordPress.org directory’s metadata-refresh pipeline did not pick it up; 10up’s deploy action refuses to re-push an already-tagged version, so a new tag is required to nudge the directory.)
1.5.1
- Fix: per-page JSON-LD schema for body-bearing
@typevalues now persists with its full body on Yoast and AIOSEO sites.- Yoast:
FAQPageandQAPageare no longer promoted to_yoast_wpseo_schema_page_type(the bare-@typeslot). They fall through to the existing extras path (_mega_yoast_schema_extra) somainEntity(questions/answers) is preserved. - AIOSEO:
FAQPage,Recipe,Product,ProductReview,Course,Dataset,Movie,Service,Car,SoftwareApplication,HowTo, andPersonare no longer promoted towp_aioseo_posts.schema.default.graphName. They fall through to extras (_mega_aioseo_schema_extra) somainEntity/recipeIngredient/offers/jobTitle/worksFor/ etc. are preserved. - Both extras paths render verbatim via the existing
wpseo_schema_graph/aioseo_schema_outputfilters — the same pathOrganizationandBreadcrumbListhave used since 1.3.0. - Previously these types were reduced to a bare
{"@type":"…"}on storage and the host SEO plugin rendered an empty stub node. - No-op for Rank Math sites (its adapter already wrote full bodies per
@type). - No-op for
Article/WebPage/BlogPosting/NewsArticleon either adapter — those keep using native promotion because the host plugin reconstructs their body from the WP post record.
- Yoast:
1.4.0
- Feature: AIOSEO (All in One SEO) schema adapter —
GET|PUT|DELETE /mega/v1/posts/<id>/schemanow works on sites running AIOSEO Lite or Pro, in addition to Rank Math and Yoast.- The first JSON-LD node whose
@typematches an AIOSEO-known graph (Article, BlogPosting, NewsArticle, WebPage, FAQPage, Product, Recipe, Service, Person, Course, Dataset, Movie, ProductReview, Car, SoftwareApplication) is promoted towp_aioseo_posts.schema.default.graphNameand shows up in AIOSEO’s post-editor schema metabox. - Remaining nodes are stashed in
_mega_aioseo_schema_extraand merged into AIOSEO’s rendered@graphat request time via the officialaioseo_schema_outputfilter — same extension pattern Yoast uses. - A sentinel postmeta key (
_mega_aioseo_default_owner) tracks whichdefault.graphNameslot we own so we never overwrite a manual selection a customer made in the AIOSEO metabox. - AIOSEO’s user-authored
graphs[]andcustomGraphs[]arrays are read but never written by this plugin — they remain entirely under customer control.
- The first JSON-LD node whose
- Feature: AIOSEO SEO title and meta description support —
seo_titleandmeta_descriptiononGET|POST|PUT /mega/v1/posts[/<id>]now read from and write to thewp_aioseo_posts.title/wp_aioseo_posts.descriptioncolumns when AIOSEO is the active SEO plugin. - Updated:
mega_schema_no_seo_pluginerror message now mentions AIOSEO alongside Rank Math and Yoast.
1.3.0
- Feature: per-post JSON-LD schema via host SEO plugin (Rank Math / Yoast).
- New endpoints
GET|PUT|DELETE /mega/v1/posts/<id>/schemaand inlineschema_jsonldfield onPOST|PUT /mega/v1/posts[/<id>]. REPLACE-ALL semantics — read before writing to preserve. - Rank Math adapter writes one
rank_math_schema_<Type>post meta row per JSON-LD node; Rank Math renders them as part of its native schema graph and they appear in the Rank Math editor UI. - Yoast adapter maps page-type / article-type nodes to
_yoast_wpseo_schema_page_type/_yoast_wpseo_schema_article_type(visible in the Yoast UI). Nodes that don’t fit those selectors are stashed in_mega_yoast_schema_extraand rendered into Yoast’s runtime graph via thewpseo_schema_graphfilter. GET /mega/v1/postsaccepts a newpost_typequery parameter (single, comma-separated list, orany) and a free-textsearchparameter so the platform can enumerate pages and custom post types, not just blog posts.
- New endpoints
- Removed: the
_mega_jsonld_schemaself-renderedwp_headinjection shipped in 1.2.2. Replaced by the adapter above so the host SEO plugin owns rendering — avoids duplicate<script type="application/ld+json">tags and makes schema visible in Yoast / Rank Math UIs. The_mega_jsonld_schemapost_meta key is no longer read; legacy values can be removed withDELETE /mega/v1/posts/<id>/schemaafter migrating to the new path.
1.2.2
- Feature: render bot-managed JSON-LD schema in
<head>on singular views. Reads the_mega_jsonld_schemapost_meta key (written through the existingmeta:{}field onPOST /mega/v1/posts/<id>) and emits it as<script type="application/ld+json" data-mega-managed="1">atwp_headpriority 99. Lets the MEGA platform deploy LocalBusiness / RealEstateAgent / FAQ / Service schema on sites that don’t have Yoast or Rank Math controlling the relevant schema type. A site-wide schema slot is planned for a follow-up release.
1.2.1
- Compatibility: defer Prism’s
template_redirecthook to priority 20 so plugins like WP Fusion (default priority 10) can run their auth and membership gates first. Prevents authenticated users from being redirected away from archive pages on sites that gate content viatemplate_redirect.
1.1.1
- Maintenance release
1.1.0
- New Feature: Prism – Reverse proxy functionality
- Serve external content through your WordPress site with configurable routes
- Support for custom headers per route
- Intelligent caching with configurable TTL
- Admin UI for managing proxy routes
1.0.8
- Bug fixes
1.0.7
- Fixed WordPress coding standards compliance
- Added proper cache headers to REST API responses
- Tweaks and improvements
1.0.0
- Initial release
- Secure authentication system
- Full REST API for content management
- SEO plugin integration (Yoast & Rank Math)
- Embed preservation support
- Webhook support for cache invalidation
- MEGA optimizer script injection
