Phase 3 Β· On-page JSON-LD

Post Editor Schema Tab

Override the schema type per post, switch between Auto and Manual modes, review FAQ detection, edit fields, and inspect the JSON-LD preview before you publish β€” all inside the SEO Rank Genius Link Analysis metabox.

9 min read Metabox Β· Schema Pro: Neural Schema

Before you start

The Schema tab lives inside SEO Rank Genius β€” Link Analysis on the post and page editor. For how the wider metabox fits together (Keywords, SEO Check, LLM Mode), see the Post Editor SEO Metabox guide first.

License Per-post schema controls and Neural Schema output require an active paid plan. If the Schema tab shows a lock, activate your license under SEO Rank Genius β†’ Account.

You’ll get the best results when site-wide structured data policies and business context are configured under Indexing & Sitemaps β†’ Structured Data (Neural Schema & Structured Data) and global organization or local fields are filled in Website & Business details. LLM-facing JSON-LD and AI visibility knobs are documented in LLM Mode & AI visibility.

Schema tab overview

Open any post or page, expand the Link Analysis metabox, and click Schema. From here you can:

  • Override schema type for this URL when the default guess (Article, WebPage, etc.) is not what you want.
  • Run Auto mode so Neural Schema fills properties from content, templates, and detectors.
  • Switch to Manual mode to type or paste values yourself while still using the same preview pipeline.
  • Review JSON-LD in the preview panel to catch missing required fields before publishing.
yoursite.com/wp-admin/post.php?post=204&action=edit Β· Schema tab
WordPress Edit Post
SEO Rank Genius β€” Link Analysis
Link Overview Keywords SEO Check Schema LLM Mode
Structured data Β· this post AUTO-DETECT
Mode
Neural Schema (Auto)
AI fills eligible fields from your draft and global profile. Toggle off for full manual entry.
Metabox with the Schema tab active β€” mode row, AUTO-DETECT badge, and detected schema type strip.

Auto vs Manual mode

Auto (Neural Schema on) streams suggested values from your content structure, headings, media, FAQs, keywords, and the site-wide Structured Data policies. Editors typically leave Auto enabled and only intervene when validation or preview shows a gap.

Manual turns off automatic population for editable fields so you control every property that the tab exposes for the selected schema type β€” useful for cornerstone pages, custom templates, or when you need parity with legacy markup.

Per-post vs site-wide Choosing a schema type here affects only this post. Generation rules, deduplication, and Manual mode governance for the whole site still live under Structured Data in Rank Genius settings.
Schema type override Β· dropdown
SEO Check Schema LLM Mode
FAQPage β–Ύ

Leave on β€œInherit default” when this post should follow the Neural Schema preset for its post type.

Article NewsArticle HowTo FAQPage WebPage
Per-post schema type control β€” choose a concrete @type when the preset should not apply.
JSON-LD preview panel
Preview JSON-LDCopy
{
“@context”: “https://schema.org”,
“@type”: “BlogPosting”,
“headline”: “How to optimize shipping cutoffs”,
“datePublished”: “2026-05-20”,
“author”: { “@type”: “Person”, “name”: “Alex Kim” }
}

Updates as you save the post or refresh schema. Use Google’s Rich Results Test on the front-end URL for a second opinion.

Live JSON-LD preview β€” validate structure before clearing the checklist in SEO Check.

FAQ schema

When headings and body copy follow a recognizable question-and-answer pattern, the plugin can propose FAQPage entities and surface editable question/answer pairs in the metabox. Pair detection is a helper β€” always confirm questions and answers match what appears on the page.

Google Search rich results Google deprecated expanded FAQ rich results in standard Search as of May 2026. FAQ markup can still clarify intent for crawlers and AI surfaces; treat it as a structured clarity layer, not a guaranteed SERP feature.
Detected FAQ pairs
Keywords Schema
FAQ pairs 3 FOUND
What is the holiday shipping cutoff?

Orders placed after 2β€―pm local time ship the next business day during peak season.

Do you ship internationally?

Yes β€” Duties may apply for EU and UK destinations; rates show at checkout.

Rescan contentAdd pair
FAQ detection β€” review each Q/A pair, edit wording, and rescan after large content edits.

Manual FAQ rows stay in sync with Manual mode edits: disabling Auto stops automatic rescans until you explicitly trigger them.

Field reference

Fields vary by @type; the metabox surfaces the properties Neural Schema expects for the selected graph. Common groups:

FamilyExamplesNotes
Article / BlogPostingheadline, datePublished, imagePulls from post title, featured image, and publish date unless overridden manually.
FAQPagemainEntity Β· Question / Answer pairsPrefilled via FAQ detection or typed manually when Auto is off.
HowTostep, totalTime, toolStructured steps should mirror visible instructional content.
Local / Org mix-inspublisher, logoUsually inherited from Website & Business β€” override only when the story demands a distinct publisher entity.
Validation loop If SEO Check flags missing schema, resolve the highlighted properties here, reload the preview, save the draft, then re-run SEO Check β€” the Structured Data pillar should clear once JSON-LD is complete.

Troubleshooting

Schema tab is locked

Confirm your license under SEO Rank Genius β†’ Account. Free sites can still read guides but cannot emit Neural Schema JSON-LD.

Preview is empty or stale

Save the post (draft is fine) so WordPress assigns stable permalinks and metadata. Then use the refresh or rescan actions inside the tab. Cached page optimizers can delay front-end output β€” purge cache after changes.

FAQ pairs look wrong

Switch to Manual mode, delete errant pairs, and add replacements that match visible copy. Heading-based FAQ patterns work best when questions use consistent <h2> / <h3> structure.

Type override not applying

Check Structured Data policies for conflicting manual locks on the URL. Resolve site-wide exclusions before expecting a single-post override to win.

LLM vs traditional JSON-LD

Use the LLM Mode tab for AI-crawler directives that complementβ€”not duplicateβ€”traditional schema; see LLM Mode & AI visibility for the full separation of concerns.