Welcome

This plugin automates SEO-optimized content creation using AI. Create content pillars (templates), and let the AI generate unlimited articles with proper SEO structure, internal linking, CTAs, and FAQ sections.

Version: 2.7.1 | Requires: WordPress 6.0+ | PHP 8.0+

📖 Table of Contents

  1. Getting Started
  2. Configuring AI Providers
  3. Creating Content Pillars
  4. Quick Generate (Manual Articles)
  5. Managing CTAs & Offers
  6. Automated Scheduling
  7. SEO Settings
  8. Keyword Research Integration
  9. Monitoring & Logs
  10. Troubleshooting
  11. Frequently Asked Questions

1. Getting Started

Installation

  1. Download the plugin ZIP file from your dashboard
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Select the ZIP file and click Install Now
  4. Click Activate Plugin

First-Time Setup Checklist

  1. Configure an AI Provider — You need at least one AI API key (OpenAI recommended)
  2. Create a Content Pillar — This is your content template
  3. Generate Your First Article — Test the system with manual generation
  4. Set Up Scheduling (Optional) — Automate content creation
💡 Tip: Start with manual generation to test your setup before enabling automated scheduling.

2. Configuring AI Providers

Navigate to: Grow More AI → Settings → AI Provider

Supported Providers

ProviderBest ForAPI Key Source
OpenAIBest overall quality, GPT-4o recommendedplatform.openai.com
Anthropic ClaudeLong-form, nuanced contentconsole.anthropic.com
Google GeminiCost-effective alternativeai.google.dev
OpenRouterAccess multiple models with one APIopenrouter.ai

Multi-LLM Pipeline Advanced

You can use different AI providers for different tasks:

  • Generator: Creates the initial content (use a powerful model like GPT-4o)
  • Optimizer: Refines content for SEO (can use a faster/cheaper model)
📝 Note: Each Content Pillar can have its own AI provider assignment, allowing you to use different models for different content types.

Setup Steps

  1. Enable the provider by checking the checkbox
  2. Enter your API key
  3. Select the model (GPT-4o, Claude 3.5 Sonnet, etc.)
  4. Click Test Connection to verify
  5. Save Settings

3. Creating Content Pillars

Content Pillars are templates that define how articles are generated. Think of them as “content recipes.”

Navigate to: Grow More AI → Content Pillars → Add New

Core Settings

Name

A descriptive name for this pillar (e.g., “Product Reviews”, “How-To Guides”, “Industry News”).

Topic/Brief

This is the most important field. Describe what kind of content should be generated:

Write a comprehensive guide about {keyword} for beginners.
Include practical tips, common mistakes to avoid, and actionable steps.
Target audience: small business owners looking to grow online.
Tone: Professional but approachable.
Seed Keywords

One keyword per line. The AI will rotate through these when generating articles:

email marketing strategies
social media automation
lead generation techniques
content marketing tips
FAQ Questions

Questions to answer in the FAQ section (one per line):

How long does it take to see results?
What tools do I need to get started?
How much should I budget for this?
Must-Use Links (Affiliate)

Links that will be inserted into every article. Format: Anchor Text | URL

Try FunderPro Free | https://funderpro.com/ref/123
Sign Up Now | https://example.com/affiliate

Publishing Settings

SettingDescription
Post TypeUsually “Post” but can be any custom post type
CategorySelect existing or auto-create from keyword
AuthorWordPress user to assign as author
Content LengthBrief (800w), Standard (1500w), Long-form (2500w), Comprehensive (4000w)

SEO Optimization Settings

SettingRecommended
Enable Optimization✅ Yes – iteratively improves SEO score
Target SEO Score80-85 (Yoast/RankMath)
Target Readability60-70
Max Optimization Passes3 (more = better but slower)

LLM Assignment

Choose which AI provider handles this pillar:

  • Generator Provider: Creates the content
  • Optimizer Provider: Refines for SEO (can be different/cheaper model)
💡 Tip: For affiliate content, use a powerful generator (GPT-4o) and a fast optimizer (GPT-4o-mini) to balance quality and cost.

4. Quick Generate New in 2.7.1

Generate one-off articles with a specific topic instead of using keyword rotation.

Navigate to: Grow More AI → Content Pillars → Edit [Any Pillar]

When to Use Quick Generate

  • You have a specific question you want to rank for
  • Creating content for queries showing “Not found” in your SEO tools
  • Writing about trending topics or news
  • Testing a pillar before enabling scheduling

How to Use

  1. Edit any existing Content Pillar
  2. Find the “Quick Generate Article” section at the top
  3. Enter your topic or question (e.g., “What are the best strategies to build a personal brand online?”)
  4. Optionally set a different Focus Keyphrase for SEO
  5. Click “Generate Article Now”
📝 Note: Quick Generate uses all the pillar’s settings (CTAs, author, category, AI providers) but with your custom topic instead of rotating keywords.

Example Topics

What are the best prop trading firms for beginners in 2024?
How to pass a funded trader challenge on your first try
FunderPro vs FTMO: Which prop firm is better?
Step-by-step guide to getting funded as a forex trader

5. Managing CTAs & Offers

CTAs (Call-to-Action blocks) are promotional sections inserted into generated articles.

Navigate to: Grow More AI → CTAs & Offers

CTA Types

📦 Card CTA

Visual box with headline, description, button, and optional logo. Great for product promotions.

🔗 Shortcode CTA

Insert any shortcode (from other plugins like OptinMonster, ConvertKit, etc.)

✏️ WYSIWYG CTA

Full WordPress editor – create any custom HTML/content you want.

Creating a Card CTA

  1. Click Add New CTA
  2. Enter a name (internal use only)
  3. Select type: Card
  4. Fill in: Headline, Body text, Button label, Button URL
  5. Optionally upload a logo
  6. Save

Assigning CTAs to Pillars

When editing a Content Pillar, select one or more CTAs. If multiple are selected, one will be randomly chosen for each article.

💡 Tip: Create multiple CTAs for the same product with different messaging to A/B test which converts better.

6. Automated Scheduling

Configure automatic content generation on a schedule.

Global Scheduler Settings

Navigate to: Grow More AI → Settings → Scheduler

SettingDescriptionRecommended
Enable Background ProcessingMaster switch for all scheduled generation✅ Enable
Check FrequencyHow often to check for due pillarsHourly
Posts Per RunMax articles per scheduler run1-3
Auto-TriggerPings cron even without site traffic✅ Enable

Per-Pillar Schedule Settings

Each Content Pillar has its own schedule. Edit the pillar and find the Schedule section:

Schedule Types

  • Manual: Only generates when you click the button
  • Interval: Generate every X hours/days/weeks
  • Specific Date: Generate on a specific date (one-time or recurring)

Example Configurations

Use CaseSchedule TypeSettings
Daily blog postsIntervalEvery 1 day at 9:00 AM
Weekly newsletter contentIntervalEvery 7 days at 6:00 AM
Product launchSpecific DateMarch 15, 2024 at 8:00 AM

Server Cron (Recommended for Reliability)

WordPress cron only runs when someone visits your site. For reliable scheduling, set up a real server cron:

Step 1: Disable WordPress Cron

Add to wp-config.php:

define('DISABLE_WP_CRON', true);
Step 2: Add Server Cron Job

Add this to your crontab (runs every minute):

* * * * * wget -q -O - https://yoursite.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
⚠️ Warning: Without server cron or Auto-Trigger enabled, scheduled articles may not generate if your site has no traffic.

7. SEO Settings

Navigate to: Grow More AI → Settings → SEO & OG

SEO Plugin Integration

The plugin automatically detects and integrates with:

  • Yoast SEO — Sets focus keyphrase, meta description, SEO title
  • RankMath — Same features, plus schema support

SEO Validation

When enabled, articles are scored before publishing:

  • SEO Score: Keyword usage, headings, meta description, links
  • Readability Score: Sentence length, paragraph structure, transition words

Minimum Score Requirements

Set minimum scores to auto-publish. Articles below the threshold are saved as drafts for manual review.

Quality LevelMin SEO ScoreMin Readability
Standard7060
High Quality8070
Premium8575

Open Graph Images

Set a default OG image placeholder, or assign specific images per Content Pillar.

8. Keyword Research Integration

Navigate to: Grow More AI → Settings → Keywords

Supported Services

🔍 SerpApi

Google search results, “People Also Ask” questions, related searches.

serpapi.com

📊 DataForSEO

Keyword suggestions, search volume, competition data.

dataforseo.com

How It Works

  1. Enter your seed keywords in a Content Pillar
  2. Click “Expand with SerpApi/DataForSEO”
  3. The service returns related keywords and questions
  4. Select which to add to your pillar
  5. Keywords go to Seed Keywords, questions go to FAQ Questions
📝 Note: Keyword services require separate API subscriptions. They’re optional — you can manually enter keywords instead.

9. Monitoring & Logs

Navigate to: Grow More AI → Logs

Log Entry Information

  • Status: Success ✅, Error ❌, Processing ⏳, Queued 📋
  • Pillar: Which content pillar was used
  • Keyword: The primary keyword/topic
  • Post: Link to generated article (if successful)
  • Scores: SEO and Readability scores
  • Duration: How long generation took
  • Trigger: Manual, Scheduled, or Background

Debug Mode New in 2.7.0

For troubleshooting scheduler issues:

  1. Go to Settings → Scheduler
  2. Enable “Debug Logging”
  3. Check the debug log viewer on the same page
  4. Download full log file if needed
💡 Tip: Debug mode logs every cron check, pillar evaluation, and generation attempt. Disable it after troubleshooting to save resources.

10. Troubleshooting

Common Issues

❌ “API key invalid” error
  • Double-check your API key for typos
  • Ensure the key has sufficient credits/quota
  • Verify the correct endpoint is selected
❌ Scheduled articles not generating
  • Check that “Background Processing” is enabled in Settings → Scheduler
  • Verify the pillar has a schedule set (not “Manual”)
  • Enable “Auto-Trigger” or set up server cron
  • Enable Debug Mode to see what’s happening
❌ “Duplicate content” error
  • The same keyword was used this month
  • Use “Force Regenerate” to bypass, or wait until next month
  • Disable duplicate checking in Settings → Publishing
❌ Low SEO scores
  • Enable “SEO Optimization” on the pillar
  • Increase “Max Optimization Passes” to 3-5
  • Make your Topic/Brief more specific about keyword usage
❌ Generation times out
  • Enable “Background Processing” — it’s more reliable
  • Long-form content (4000+ words) may need 3-5 minutes
  • Check server’s max_execution_time PHP setting
❌ Malformed links in FAQ section
  • This was fixed in v2.7.0 — update to latest version
  • The AI sometimes generates broken HTML; the plugin now sanitizes it

11. Frequently Asked Questions

How much does the AI cost per article?

It depends on the model and content length. Rough estimates:

Model1500-word article
GPT-4o~$0.03-0.08
GPT-4o-mini~$0.005-0.02
Claude 3.5 Sonnet~$0.02-0.05

Can I edit generated articles?

Yes! Articles are saved as regular WordPress posts. Edit them like any other post.

Does this work with my theme?

Yes. Generated content is standard WordPress HTML that works with any theme.

Can I use my own AI/LLM?

Yes, via OpenRouter which provides access to many models, or any OpenAI-compatible endpoint.

Is there a limit on articles?

No plugin limits. You’re only limited by your AI API credits.

Does it work with WooCommerce products?

Yes. Set the Post Type to “Product” in your Content Pillar settings.

Can different team members use different pillars?

Yes. Any user with “edit_posts” capability can generate content.

How do I backup my pillars?

Pillars are stored in the database (wp_gmai_pillars table). Standard WordPress/database backups will include them.


Need Help?

Contact support at success@letsgrowmore.com