Title: SocraNext
Author: socranext
Published: <strong>October 24, 2025</strong>
Last modified: March 20, 2026

---

Search plugins

![](https://ps.w.org/socranext/assets/banner-772x250.png?rev=3383953)

![](https://ps.w.org/socranext/assets/icon.svg?rev=3383953)

# SocraNext

 By [socranext](https://profiles.wordpress.org/socranext/)

[Download](https://downloads.wordpress.org/plugin/socranext.1.0.3.zip)

 * [Details](https://pcd.wordpress.org/plugins/socranext/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/socranext/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/socranext/#installation)
 * [Development](https://pcd.wordpress.org/plugins/socranext/#developers)

 [Support](https://wordpress.org/support/plugin/socranext/)

## Description

**What the plugin provides**
 – **Custom Post Type** `socranext_post` (slug: `artikelen-
sn`) for AI-optimized articles. – **Custom Taxonomy** `socranext` (hierarchical)
for categorizing those articles. – **Knowledge Base page** (WordPress page, slug`
kennisbank-sn`). – **Template-based rendering** for single/archive and knowledge
base views (plugin templates via `template_include`). – **Admin screens** under **
SocraNext** (Overview, Articles, Knowledge Base, Pages) including per-page FAQ toggles.–**
Cache flush** on (de)activation to correctly register permalinks.

**Display**
 The plugin renders views via bundled templates for: – Single SocraNext
articles and archive list. – Knowledge base page with categories and Q&As.

**Structured Data**
 – The FAQ display includes **FAQPage JSON-LD** to help search
engines and AI systems better understand the Q&As.

**REST API (for platform integration)**
 Under the namespace `socranext/v1`, routes
include: – `GET /pages` and `GET /pages/{id}` – list site pages (for adding/showing
FAQ widgets). – `POST /toggle` – enable/disable the FAQ widget per page. – `POST/
store-aio-information` and `GET /aio-information/{page_id}` – store/retrieve per-
page FAQ data. – `POST /kennisbank` and `POST /kennisbank-custom` – store knowledge
base categories and custom markup/styles. – `POST /blog` and `POST /store-blog-custom`–
create articles and store global custom HTML/CSS/JS for article display. – `GET /
articles-list-custom` – retrieve configuration for list views.

> Note: without an account/connection to **app.socranext.ai**, the auto-generation
> routes are typically not used, but the created post types, taxonomy, and pages
> remain available for display.

**Privacy & external services**
 – The plugin does not call external APIs on its
own; the integration is typically initiated by the SocraNext platform to your website.–
Websites: product site **https://socranext.ai** and platform **https://app.socranext.
ai**.

### Prefix & naming policy

 * All plugin identifiers use the unique prefix family “SocraNext”:
    - Functions, hooks, options, AJAX actions, REST namespace, script/style handles:`
      socranext_*` (lowercase)
    - Constants: `SOCRANEXT_*` (uppercase)
    - Human-facing labels and PHP namespaces (if used): `SocraNext` (PascalCase)
 * We avoid reserved prefixes like `wp_`, `_`, and `__` for custom identifiers.
 * Existing options and routes already comply; no migrations are required.

## Screenshots

 * [[
 * SocraNext Admin page
 * [[
 * Socranext FAQ pages list
 * [[
 * SocraNext Posts list
 * [[
 * SocraNext Categorys list

## Installation

 1. Upload the plugin and activate it via _Plugins  Installed Plugins_.
 2. (Optional) Connect your site in the SocraNext platform to automatically generate
    and publish content and FAQs.

## Reviews

![](https://secure.gravatar.com/avatar/bfacf7763f9ecf1685750ffe64499456ba2f3bad36236f5759afb6a7cb652698?
s=60&d=retro&r=g)

### 󠀁[SocraNext Makes Your WordPress Site AI-Search Ready in One Click](https://wordpress.org/support/topic/socranext-makes-your-wordpress-site-ai-search-ready-in-one-click/)󠁿

 [rubenkrikke](https://profiles.wordpress.org/rubenkrikke/) February 23, 2026

SocraNext is one of the most impressive WordPress plugins I have used in a long 
time. With just one click, it prepares your entire website to be discoverable in
AI tools. The setup is straightforward, the interface is intuitive, and you do not
need any technical background to get started. What really stands out is how easy
it is to fully customize the output. You can style all generated content so it perfectly
matches the look and feel of your website. This makes the integration seamless and
professional. If you care about AI visibility and want a solution that is both powerful
and simple to use, SocraNext is absolutely worth it. I highly recommend it.

![](https://secure.gravatar.com/avatar/b516e18a33683e9e510e288bbec0c47ad55b7008e44a51c497719f6bad1b0814?
s=60&d=retro&r=g)

### 󠀁[Works great](https://wordpress.org/support/topic/works-great-9760/)󠁿

 [seaother](https://profiles.wordpress.org/seaother/) February 23, 2026

Easy to use, fast results.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/socranext/reviews/)

## Contributors & Developers

“SocraNext” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ socranext ](https://profiles.wordpress.org/socranext/)

[Translate “SocraNext” into your language.](https://translate.wordpress.org/projects/wp-plugins/socranext)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/socranext/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/socranext/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/socranext/) by [RSS](https://plugins.trac.wordpress.org/log/socranext/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.3

 * Restyled the SocraNext admin experience and FAQ toggles.
 * Added pagination and slug/URL search support to the SocraNext REST API pages 
   endpoint.
 * Added multilingual support (WPML and Polylang) for all content listing endpoints.

#### 1.0.2

 * Fixed authentication handling for plugin REST/API integration in certain environments.
 * Improved JSON handling and internal cleanup for more robust data processing.

#### 1.0.1

 * New hierarchical URL structure for SocraNext articles (`/artikelen-sn/parent/
   child/`) and improved permalink handling.
 * New default styling per content type (FAQ, knowledge base, articles) with dedicated
   CSS and JS assets.
 * Centralized handling of custom HTML/CSS/JS for the FAQ sections, including improved
   cache invalidation.
 * Expanded and refined REST API endpoints for pages, posts, products, categories
   and custom post types used by the SocraNext platform.
 * Security and robustness improvements (escaping, sanitization, nonces, token handling)
   to better align with WordPress standards.

#### 0.5.9

 * Improved token handling for the REST API (more robust header parsing, support
   for Bearer tokens, timing-safe comparison).
 * Added configurable disclaimer text for pages, products and product categories
   and only render it when explicitly set.
 * Added FAQPage JSON-LD output for the knowledge base template.
 * Fixed edge cases in blog/overview rendering so custom code is only injected once.

#### 0.5.8

 * WordPress plugin validation fixes
 * Added JWT connection
 * Code improvements and compatibility fixes

#### 0.5.7

 * Improved API endpoints

#### 0.5.6

 * Auth reworked

#### 0.5.6

 * Added Metadatasupport

#### 0.5.5

 * Added CPT support

#### 0.5.4

 * Added woocommerce support

#### 0.5.3

 * Added assets

#### 0.5.2

 * Initial public release: CPT+taxonomy, knowledge base page, shortcodes, admin 
   screens, REST routes, templates, cache flush.

## Meta

 *  Version **1.0.3**
 *  Last updated **2 weeks ago**
 *  Active installations **30+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/socranext/)
 * Tags
 * [AI](https://pcd.wordpress.org/plugins/tags/ai/)[faq](https://pcd.wordpress.org/plugins/tags/faq/)
   [knowledge base](https://pcd.wordpress.org/plugins/tags/knowledge-base/)[schema](https://pcd.wordpress.org/plugins/tags/schema/)
   [structured data](https://pcd.wordpress.org/plugins/tags/structured-data/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/socranext/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/socranext/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/socranext/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/socranext/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/socranext/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/socranext/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/socranext/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/socranext/reviews/)

## Contributors

 *   [ socranext ](https://profiles.wordpress.org/socranext/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/socranext/)