GEOforge Schema Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
GEOforge generates JSON-LD schema markup and meta descriptions for the articles it publishes. WordPress strips inline <script> tags from post bodies (KSES sanitization) and hides underscore-prefixed meta from the REST API by default, so neither can be set by an external publishing tool without a companion plugin.
This plugin solves that by:
- Registering a
_geoforge_jsonldpost-meta key, exposed via the REST API, that GEOforge writes to when publishing or updating an article. - Printing the stored JSON-LD inside a proper
<script type="application/ld+json">tag in the page<head>for single posts and pages. - Registering the SEO post-meta keys used by Yoast SEO (
_yoast_wpseo_metadesc) and Rank Math (rank_math_description) for REST API write access, so GEOforge can sync meta descriptions on publish. Each registration uses anedit_postauth check andsanitize_text_field-based sanitization capped at 320 characters. Registration is idempotent — if the SEO plugin already exposes the key for REST, our registration is a no-op.
No configuration required. Install, activate, and any GEOforge-published article will get its schema markup rendered correctly and its meta description handed to whichever SEO plugin is active.
Screenshots
No screenshots provided

