Launch app

Neogenio Help Centre

Everything you need to connect a site, produce your first article, and keep it ranking. Start with WordPress: it is the connection everything else depends on.

Before you begin

Three things make the first thirty minutes go smoothly.

A WordPress siteSelf-hosted, or WordPress.com Business and above. You need admin access once, to create an application password.
A keyword or twoYou can import a list later. To try it end to end, one keyword is enough.
Your brand coloursOptional, but images come out on-brand instead of generic if you set them.
No plugin requiredNeogenio talks to WordPress through the REST API that ships with WordPress. There is nothing to install on your site.

Add your first website

A website in Neogenio is the container for everything else: its keywords, its brand colours, its articles and its WordPress connection. Nothing can be generated until one exists.

  1. Open WebsitesIn the left menu, go to Websites and choose Add Website, top right.
seo.neogenio.ai/websitesneogenioWebsitesKeywordsArticlesBrand KitSEO AuditRankingsWebsites1 of 1 used on your plan+ Add Website1example.comEnglish · WordPress connectedConnectedYour next website appears here
Step 1. Websites lives in the left menu. Add Website is the green button, top right.
  1. Enter the domainUse the full address including https://, with no trailing slash. This is the site articles will publish to.
  2. Pick the content languageEnglish, Romanian, German, French, Spanish or Italian. Articles, headings and FAQ sections are all written in this language, so pick the language your readers use, not your own.
  3. SaveYou can add the WordPress connection now or come back to it.
Add WebsiteThe site your articles will be published to.Website URLhttps://example.com2Include https:// and no trailing slash.Content languageEnglish36 available: English · Romanian · German · French · Spanish · ItalianSave4Cancel
Steps 2 to 4. Two fields and Save. The language you choose here is the language every article for this site is written in.
How many websites can I add?Starter, Advanced and Pro include one website. Agency includes unlimited websites.
NextThe website exists but cannot publish anywhere yet. Connecting WordPress is the next section, and it is the step most people get stuck on, so it is written out in full.

WordPress: what you need

Neogenio connects with an application password, not your normal login password. An application password is a separate credential WordPress generates for one specific application. You can revoke it at any time without changing your own password, and it cannot be used to log in to wp-admin.

You needWhere it comes from
Site URLYour site's address, for example https://example.com
UsernameYour WordPress username. Optional on some setups, see below.
Application passwordGenerated in WordPress, 24 characters shown in blocks
Application passwords need HTTPSWordPress hides the application password screen on sites served over plain HTTP. If you cannot see it, check your site has a valid SSL certificate.

Create an application password

  1. Log in to WordPress as an administratorGo to https://yoursite.com/wp-admin.
  2. Open your profileIn the sidebar choose Users, then Profile. On some setups this is Users, then All Users, then your own name.
  3. Scroll to Application PasswordsIt sits near the bottom of the profile page, under Account Management.
  4. Name itType Neogenio in the New Application Password Name field. The name is only a label, so you can recognise and revoke it later.
  5. Click Add New Application PasswordWordPress shows a 24 character password in blocks, like abcd EFGH 1234 ijkl MNOP 5678.
  6. Copy it immediatelyWordPress shows it once. If you navigate away you cannot see it again and will have to create another one.
yoursite.com · wp-adminDashboardPostsMediaPagesUsersProfile2ProfileApplication Passwords3Application passwords allow authentication without providing your actual password.New Application Password NameNeogenio4Add New Application Password5Your new password for Neogenio is:abcd EFGH 1234 ijklBe sure to save this in a safe location. You will not be able to retrieve it.6
Inside WordPress. Users, then Profile, then scroll to Application Passwords. The password appears once, in the green box. Copy it before you leave the page.
Keep the spacesCopy the password exactly as WordPress displays it, spaces included. It works either way, but copying verbatim avoids mistakes.

Connect it in Neogenio

  1. Open the websiteGo to Websites and select the site you added.
  2. Choose WordPress ConnectionThen Connect.
  3. Paste the site URLInclude https:// and no trailing slash.
  4. Enter your usernameThe WordPress username, not your email, unless your username is your email.
  5. Paste the application passwordInto the application password field, not the username field.
  6. SaveNeogenio stores the credential encrypted and uses it only to publish and to read article status back.
WordPress Connectionexample.comSite URLhttps://example.com3Usernameyour-wp-username4Application passwordabcd EFGH 1234 ijkl5SaveTest Connection6Username here,password below.Never together.
Steps 3 to 6. Three fields. The application password goes in the bottom field, on its own. Test Connection before you leave the screen.
The two fields are separateUsername in the username field, application password in the password field. Pasting username:password together into one field is a legacy format that still works, but it is not supported and it makes problems much harder to diagnose.
Username left blankSome hosts accept an application password on its own, and the connection still builds correctly. If publishing then fails with a 401, fill the username in.

Test the connection

Use the Test Connection button on the WordPress Connection screen. It makes a real call to your site and reports back.

ResultWhat it meansWhat to do
ConnectedNeogenio can authenticate and read your site.Nothing. You are ready to publish.
401 UnauthorizedUsername or application password is wrong.Create a fresh application password and paste it without retyping.
403 ForbiddenAuthentication worked, the user lacks permission.Give the account the Editor or Administrator role.
404 Not foundThe REST API is not reachable at that address.Check the URL, and check nothing blocks /wp-json/.
TimeoutThe site did not answer in time.Check a firewall, Cloudflare rule or host is not blocking outside requests.

How article status syncs

WordPress is the source of truth for whether an article is published. Neogenio never overrides what WordPress says.

Articles are always sent to WordPress as drafts. You open the post in WordPress, review it, and publish it there. Neogenio then reads that status back.

Status in WordPressShown in Neogenio
DraftDraft
Pending reviewReview
PublishedPublished
PrivatePrivate
ScheduledScheduled
Trashed or deletedTrashed, with the previous status remembered

Status refreshes automatically about every thirty minutes. To see a change immediately, use the Sync button in the article editor.

Why can I not change status inside Neogenio?Because two systems that both think they own the status will eventually disagree, and the version your readers see is the one in WordPress. Publishing stays where your editorial control already is.

WordPress troubleshooting

Test Connection returns 401 even though the password is correct
Create a fresh application password and paste it again without retyping. A truncated copy is by far the most common cause. If it still fails, put the WordPress username in the username field explicitly rather than leaving it blank.
I cannot find the Application Passwords section
It appears on the profile page only when the site is served over HTTPS. Some security plugins disable it and some managed hosts hide it. Check your SSL certificate first, then disable security plugins one at a time to find which removes it.
Publishing fails but Test Connection passes
Test Connection authenticates and reads. Publishing writes. If reading works and writing does not, the account almost certainly lacks the capability to create posts. Give it Editor or Administrator.
Articles publish but images are missing
Uploading media needs write access to the WordPress media library. Check the uploads directory is writable and that no plugin restricts uploads by MIME type.
An article shows as Trashed and I did not delete it
Neogenio marks an article trashed when WordPress returns 404 for it. That happens if the post was deleted, or if its permalink changed. The previous status is kept, so nothing is lost on your side.

Brand Kit and colours

The Brand Kit is what makes generated images look like yours rather than generic stock. Upload a logo and Neogenio extracts a palette, or set the colours by hand.

  1. Open Brand KitSelect the website first. Each website has its own kit.
  2. Upload your logoNeogenio reads the dominant colours out of it.
  3. Adjust the paletteChange any colour that was picked up wrongly.
  4. SaveEvery image generated from now on uses this palette.

Writing Style

Writing Style teaches Neogenio how you write, so articles sound like your site rather than generic AI. Point it at three to five pages you have written yourself and it builds a style profile from them.

Use your own pagesIf you point it at someone else's site, articles will be written in that company's voice. Use URLs from your own domain.

Add keywords

Add keywords by hand, or import a CSV from your existing research. Each keyword can carry a search volume, difficulty and intent, and can be grouped into a cluster.

Generate an article

  1. Pick a keywordFrom your keyword list, or type one in directly.
  2. Set the optionsLanguage, tone, target word count, and how many images you want.
  3. GenerateWriting takes a few minutes. You can leave the page, it keeps running.

Review and score

Every draft arrives with two scores: an SEO score for on-page criteria such as keyword placement, headings, links and images, and a GEO score for how readable it is to AI search engines. Both are measured against fixed rules, so the number means the same thing every time.

Publish to WordPress

Publishing sends the article to WordPress as a draft, with its featured image, FAQ section and approved internal links. You publish it in WordPress when you are ready.

Refresh old articles

Content Refresh rewrites the body of an existing article while keeping its keyword, slug and URL exactly as published, so the things your rankings depend on do not move.


Run an SEO audit

An audit crawls your pages, checks each against a fixed set of on-page and technical rules, and returns an ordered list of what to fix first. How many pages are crawled depends on your plan.

Apply SEO fixes

Some audit findings can be fixed directly from Neogenio, such as missing meta descriptions and title problems. Each fix is shown before and after, and you approve it before anything is written back.

Neogenio suggests links from a new article to your existing pages. Suggestions are held for your approval and every outbound URL is verified before it can be embedded.


Rank tracking

Track a keyword's position over time, with 7 day, 30 day and best-ever comparisons.

Reports

Generate a report covering rankings, content produced and audit results. Agency plans can export it as a branded PDF for a client.


Team and roles

Invite people by email. Starter, Advanced and Pro include one seat. Agency includes unlimited seats.

Plans and limits

PlanMonthlyArticles/moWebsitesSeatsAudits/moPages per audit
Starter35 EUR5113100
Advanced65 EUR10115250
Pro89 EUR151110500
Agency269 EUR50UnlimitedUnlimited501000

Every plan starts with a 7 day free trial, no credit card required. Annual billing saves 20 percent.

Billing and invoices

Manage your plan, payment method and invoices from Billing. Invoices are issued automatically and are available to download at any time.


Common questions

Do I need a WordPress plugin?
No. Neogenio uses the REST API built into WordPress. There is nothing to install.
Will articles publish without me approving them?
No. Articles are sent to WordPress as drafts. You publish them there.
Which languages are supported?
English, Romanian, German, French, Spanish and Italian, with correct diacritics in each.
Can I change the AI model?
Yes, per project, from the models your plan includes.
What happens when I hit my article limit?
Generation stops until the next billing period, or you upgrade. Nothing is charged automatically beyond your plan.
Is my WordPress password safe?
Neogenio stores an application password, never your login password. It is encrypted at rest, and you can revoke it from WordPress at any time without changing your own password.

Contact support

Email support@neogenio.com. We answer within one business day.

Ask Neogenio
Online now
Welcome. What would you like to do?
Powered by Neogenio AI
Ask Neogenio