Documentation for AI Generative Search Optimizer
1. Install andActivate the Plugin
-
Upload the plugin folder to your WordPress
wp-content/plugins
directory or install it via the WordPress dashboard. -
Activate the plugin from Plugins > Installed Plugins.
-
Make sure the
languages
folder is in place if you want translation support.
2. Enable Generative Engine Optimization on a Post or Page

-
Edit any post, page, or custom post type.
-
Scroll down to the "AI Generative Search Optimizer" meta box.
-
Tick "Enable GEO on this Page".
3. Choose a Schema Type
AIGSO supports multiple schema types. Choose only one per page:
-
FAQ Page - Use when your content is Q&A style.
-
How-To - Use for step-by-step instructions.
-
Product - Use for product pages.
-
Article - Use for blog posts or general articles.
When you select FAQ Page, a new section appears to add FAQ items.
4. Add Keywords, About and SameAs
These fields are available for all schema types:
-
Keywords - Comma-separated keywords describing the page (e.g., SEO, AI, optimization).
-
About - Main topic or entity (e.g., Generative Engine Optimization).
-
SameAs - Comma-separated URLs for references (e.g., Wikipedia, Wikidata).
These fields help AI search engines understand your page content.
5. Add FAQ Items (Only for FAQ Page)
-
Click "Add FAQ Item".
-
Enter the Question and Answer. Note that, Answers support limited HTML (
a, br, em, strong, ul, ol, li, p
). -
To remove an item, click "Remove".
-
FAQ items can be dragged to reorder.
6. Save Your Changes
-
After editing, click Save / Update / Publish.
-
Your structured data will now be automatically included in your page’s HTML
<head>
in JSON-LD format.
7. Translation and Multilingual Support
-
The plugin is translation-ready via
.pot
file. -
Users can translate both PHP and JS strings using Loco Translate, Poedit, or any WordPress-compatible translation plugin.
8. Notes and Best Practices
-
Only enable one schema type per page.
-
Use FAQ Page schema only for real Q&A content.
-
For other schemas (How-To, Product, Article), only
keywords
,about
, andsameAs
are used. -
Ensure valid URLs in
SameAs
fields.
Done! Your page is now optimized for AI-powered search engines.
AI Generative Search Optimizer takes care of adding structured data automatically.