

Dashboard with configuration status overview
Asneris SEO Toolkit is a technical SEO plugin for WordPress. It helps site administrators configure and validate technical SEO signals that search engines can access.
The plugin does not predict rankings or guarantee indexing. All features are optional and configurable by the site administrator.
This plugin focuses on technical SEO configuration and validation using standard WordPress APIs.
Key capabilities:
Philosophy: SEO is not about gaming algorithms or chasing scores. It’s about making your content clear, accessible, and understandable to search engines. This plugin helps validate these signals in a clear and structured way.
IndexNow requires a UTF-8 encoded key file named {key}.txt at the site root.
When IndexNow is enabled, this plugin dynamically serves the required file at:
/{key}.txt
After enabling IndexNow, you may need to re-save permalinks so the key URL becomes accessible.
This plugin connects to the IndexNow API to notify participating search engines when URLs are added, updated, or removed.
This plugin does not control search rankings or guarantee indexing.
All features are optional and configurable by the site administrator.
This plugin includes compiled JavaScript assets in the /build/ directory (required for the Gutenberg sidebar panel). The source files are located in /src/.
Requirements:
Source Code Repository:
https://github.com/asneris/asneris-seo-toolkit
Setup & Build:
cd asneris-seo-toolkitnpm installnpm run build/build/index.js and /build/index.asset.phpDevelopment Mode (auto-rebuild on save):
npm run start
Build Output:
/build/index.js — Compiled and minified Gutenberg sidebar panel/build/index.asset.php — Auto-generated asset manifest with dependencies and version hashTechnology Stack:
The /build/ directory is included in the release ZIP and is required for the plugin to function. Do not delete it.