Skip to content

Troubleshooting

Common issues and solutions for Omega Indexer V2.

Quick Diagnosis

┌─────────────────────────────────────────────────────────────────────┐
│                   TROUBLESHOOTING FLOWCHART                          │
├─────────────────────────────────────────────────────────────────────┤
│                                                                      │
│   Issue Type?                                                        │
│        │                                                            │
│   ┌────┴────────────┬─────────────────┬─────────────────┐           │
│   │                 │                 │                 │           │
│   ▼                 ▼                 ▼                 ▼           │
│ Account/Login   Campaign Issues   API Problems   Credit Issues      │
│   │                 │                 │                 │           │
│   └─► Section 1     └─► Section 2     └─► Section 3     └─► Section 4│
│                                                                      │
└─────────────────────────────────────────────────────────────────────┘

Section 1: Account & Login Issues

Can't Log In

SymptomCauseSolution
"Invalid credentials"Wrong passwordUse password reset
Account lockedToo many attemptsWait 15 min, try again
Email not verifiedDidn't verifyCheck spam, resend verification
Page not loadingBrowser cacheClear cache, try incognito

Forgot Password

  1. Go to login page
  2. Click Forgot Password
  3. Enter your email
  4. Check inbox (and spam) for reset link
  5. Create new password

Verification Email Not Received

  1. Check spam/junk folder
  2. Wait 10 minutes
  3. Request resend from login page
  4. Try different email if persists
  5. Contact support

Section 2: Campaign Issues

Campaign Stuck in Queue

DurationAction
< 24 hoursNormal, wait
24-48 hoursHigh volume period, continue waiting
> 48 hoursContact support

High Non-Indexable Rate (> 20%)

Common Causes:

CauseHow to CheckFix
404 errorsBulk HTTP checkerRemove dead URLs
robots.txt blockedGoogle robots testerUpdate robots.txt
Page redirectsCheck final URLSubmit final destination
Login requiredManual checkOnly submit public pages
Server errorsCheck server logsFix server issues

Prevention Checklist:

  • [ ] All URLs return 200 status
  • [ ] No pages blocked by robots.txt
  • [ ] No redirect chains
  • [ ] All pages publicly accessible
  • [ ] No duplicate URLs

Low Index Rate (< 40%)

Possible Issues:

Low Index Rate

     ├──► Content Quality
     │    • Thin content
     │    • Duplicate content
     │    • Low-value pages

     ├──► Technical Issues
     │    • Slow page load
     │    • Mobile issues
     │    • Structured data errors

     └──► Competition/Authority
          • Low domain authority
          • Highly competitive niche

Actions:

  1. Audit non-indexed URLs for patterns
  2. Improve content quality
  3. Build more backlinks to pages
  4. Ensure technical SEO is solid
  5. Be patient - some pages take longer

URLs Not Showing Correct Status

  1. Wait for next status update (can take hours)
  2. Refresh dashboard
  3. Clear browser cache
  4. If persists 24+ hours, contact support

Section 3: API Problems

"Invalid API Key" Error

CheckSolution
Key correct?Copy fresh from dashboard
Extra spaces?Trim whitespace
Key expired?Check account status
Correct parameter name?Must be apikey (lowercase)

"No URLs Provided" Error

Verify:

✓ Parameter name is `urls` (not url, URLs, etc.)
✓ URLs are pipe-separated: url1|url2|url3
✓ No trailing pipe character
✓ URLs are URL-encoded if needed
✓ Using POST method (not GET)

Empty or No Response

CheckSolution
Endpoint URLMust be exact: https://www.omegaindexer.com/amember/dashboard/api
HTTP methodMust be POST
Content-TypeMust be application/x-www-form-urlencoded
Network issuesCheck connectivity, try again
Server statusCheck if site is up

Testing Your API Request

Test with cURL:

bash
curl -v -X POST https://www.omegaindexer.com/amember/dashboard/api \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "apikey=YOUR_KEY&campaignname=Test&urls=https://example.com"

The -v flag shows verbose output for debugging.


Section 4: Credit Issues

Credits Not Refunded

Timeline:

  • Non-indexable: Should refund within hours
  • Not indexed: Refunds after 9-day period

If refund delayed:

  1. Verify campaign is complete (9 days passed)
  2. Check credit history for refund entry
  3. Wait 24 hours after campaign completion
  4. Contact support with campaign details

Balance Incorrect

  1. Go to credit history
  2. Add up: Purchases - Uses + Refunds
  3. Compare to current balance
  4. If mismatch, document and contact support

Not Enough Credits

OptionAction
Upgrade planMore credits per month
Reduce URLsSubmit fewer, prioritize important
Wait for rolloverUnused credits carry forward
One-time purchaseIf available

Section 5: Campaign Status Reference

Status Definitions

StatusWhat It MeansWhat Happens Next
In QueueWaiting in line for processingWill move to validation
IndexablePassed validation, submitting to GoogleWill become Indexed or Not Indexed
Non-IndexableFailed validation checksCredits refunded, no further action
IndexedSuccessfully indexed by GoogleComplete - success!
Not IndexedSubmitted but not indexed after 9 daysCredits refunded

Status Timeline

Day 1-2:  In Queue ──────────────────────────────┐

Day 2-3:  ┌──► Indexable ────┐                   │
          │                  │                   │
          └──► Non-Indexable ──► Refunded        │

Day 3-9:  Indexable ──┬──► Indexed (Success!)    │
                      │                          │
                      └──► Not Indexed ──► Refunded

Section 6: Contact Support

When to Contact

  • Campaign stuck > 48 hours
  • Credits not refunded after 9+ days
  • Account access issues unresolved
  • Billing discrepancies
  • Technical errors that persist

What to Include

Subject: [Issue Type] - Brief Description

Account email: your@email.com
Campaign name: (if applicable)
Date of issue: YYYY-MM-DD

Description:
[What happened]

Expected:
[What should have happened]

Already tried:
[Solutions attempted]

Screenshots:
[Attach if helpful]

Quick Fix Checklist

Before contacting support, try:

  • [ ] Clear browser cache and cookies
  • [ ] Try incognito/private browsing
  • [ ] Verify account is in good standing
  • [ ] Check all input values for typos
  • [ ] Wait 24 hours for system updates
  • [ ] Review this troubleshooting guide
  • [ ] Check Omega Indexer status/announcements

See Also

Omega Indexer V2 Documentation