Skip to content

Releases: lukelocksmith/schema-ai

Schema AI v1.1.2

Choose a tag to compare

@lukelocksmith lukelocksmith released this 09 Apr 19:41

Fix: MAX_TOKENS detection + compact prompt. 27k-char article: 134s+error → 41s+success.

Schema AI v1.1.1

Choose a tag to compare

@lukelocksmith lukelocksmith released this 09 Apr 19:29

Fix: "Network error" on long articles — reduced per-request timeout 120s → 90s (3 retries × 90s = 270s < Apache 300s limit). Root cause confirmed via local test: 27k-char article took 120.8s.

Schema AI v1.1.0

Choose a tag to compare

@lukelocksmith lukelocksmith released this 09 Apr 19:09

What's new

Bug fixes

  • Error details now visible — metabox shows the actual error message under the Error badge instead of just a blank status (e.g. "Gemini API returned status 429" or "cURL error 28: Operation timed out")
  • Dashboard Details column — Recent Activity table now shows error/warning messages inline
  • API timeout increased 60s → 120s — long articles were consistently timing out; this fixes generation for large posts

Internal

  • Schema_AI_Logger::get_last_error_for_post() — new method for querying last error per post

Schema AI v1.0.0

Choose a tag to compare

@lukelocksmith lukelocksmith released this 01 Apr 22:26

Schema AI v1.0.0 - Initial Release

AI-powered schema.org JSON-LD generator for WordPress using Google Gemini.

Features

  • Auto-generate schema.org JSON-LD on post publish/update
  • 16 schema types: Article, BlogPosting, TechArticle, HowTo, FAQPage, and more
  • Two-stage detection: PHP pre-analysis + Gemini AI
  • Bulk generation for existing posts
  • Manual editing of JSON-LD in post editor
  • Schema validation against Google Rich Results requirements
  • Dashboard with stats and activity log
  • REST API (10 endpoints)
  • WP-CLI commands (6 commands)
  • Post list: schema column, bulk actions, per-post generate action
  • Google Rich Results Test integration
  • Conflict detection for Yoast, RankMath, SEOPress, AIOSEO

Requirements

  • WordPress 6.0+
  • PHP 8.0+
  • Google Gemini API key (Get one free)

Installation

  1. Download schema-ai-1.0.0.zip below
  2. WordPress Admin > Plugins > Add New > Upload Plugin
  3. Activate and go to Schema AI > Settings
  4. Enter your Gemini API key and click Test