Skip to content

Releases: ateculus/ateculus-seo

v1.3.0 — AI SEO Suggestions

Choose a tag to compare

@ateculus ateculus released this 09 Jun 17:09

What's New

AI SEO Suggestions

One-click auto-fill of all SEO fields from your post content. Click Suggest with AI in the meta box and the focus keyphrases, SEO title, meta description, and meta keywords are populated instantly.

Providers supported:

  • Groq (recommended) — free tier, no credit card required. Get a key at console.groq.com
    • Llama 3.1 8B [Free] — fast, ~429 req/day
    • Llama 3.3 70B [Free] — more capable, ~85 req/day
  • Google Gemini — free tier available at aistudio.google.com
    • Gemini 2.0 Flash, 2.5 Flash, 2.5 Flash Lite [Free]
    • Gemini 2.5 Pro [Paid]

How it works:

  • Keyphrases are extracted server-side from your article's H2/H3 headings — no hallucinated phrases that aren't in your content
  • Up to 3 focus keyphrases are suggested (comma-separated); the primary is placed verbatim in the title and description
  • The Suggest with AI button is hidden until an API key is configured
  • Configure under Ateculus SEO → AI Suggestions

Installation

Upload ateculus-seo-1.3.0.zip via Plugins → Add New → Upload Plugin, or replace the plugin folder manually.

v1.2.5

Choose a tag to compare

@ateculus ateculus released this 09 Jun 13:47

What's changed

  • GA4 snippet — output now uses the official Google tag format, including the <!-- Google tag (gtag.js) --> comment and multi-line script block that Google expects
  • Sitemap canonical redirect fix — WordPress was occasionally 301-redirecting sitemap URLs before they could be served; added a redirect_canonical filter to prevent this
  • Trailing slash support — all sitemap URLs now work with or without a trailing slash (/sitemap.xml and /sitemap.xml/ both resolve correctly)

Installation

Download ateculus-seo.1.2.5.zip, upload via Plugins → Add New → Upload Plugin, and activate.

After upgrading go to Settings → Permalinks and click Save Changes to flush rewrite rules.

v1.2.4

Choose a tag to compare

@ateculus ateculus released this 09 Jun 13:47

Initial public release.