Description
Sompia AI Site Mapper & Content Writer for iGaming is an admin-only plugin for iGaming affiliate WordPress sites. It scans your site structure, maps your casino and game content models to a neutral internal schema, and then uses the Anthropic Claude API to generate SEO titles, meta descriptions, FAQ items, and structured review sections — all from the data you already have in your posts.
Who it’s for
Site owners and editors managing iGaming affiliate sites built on WordPress, where casino and game content lives in custom post types with varying field names, ACF groups, or custom meta keys across different builds.
Core features
Site Scanner
Discovers all custom post types, custom taxonomies, ACF field groups, and raw post meta keys registered on your site. Run the scanner once and the rest of the plugin is powered by the results.
Content Mapping
Assign which post type represents casinos and which represents games/slots. Then map each logical schema role (e.g. “RTP”, “Bonus Offer”, “License”, “Affiliate URL”) to the real data source on your site — a meta key, an ACF field, or a taxonomy.
Content Inventory
Review field coverage across your mapped content types. See which schema fields are populated and how many posts have each field filled in.
AI Content Generator
Generate per-post content using AI:
- SEO title (up to 60 characters)
- Meta description (up to 160 characters)
- FAQ items (1–10 configurable, output as structured accordion)
- Casino review sections: Introduction, Bonus Overview, Payment Methods, Trust & Licensing, Audience Summary
- Game/slot review sections: Introduction, RTP & Volatility, Game Features, Audience Summary
On WordPress 7.0 or higher, the plugin automatically uses the WordPress Core AI Client — no Anthropic API key required; you configure your AI provider once in WordPress Settings. On WordPress 6.x, the plugin uses the Anthropic Claude API directly with an API key you supply.
All generated content is previewed before saving. Nothing is written to your posts automatically.
Editor AI Output Panel
An AI Content Output panel appears in both the Gutenberg block editor (as a document settings panel) and the Classic Editor (as a metabox). The panel:
- Shows the current AI-generated SEO title, meta description, and FAQ items for the post
- Lets you push SEO data directly to Yoast SEO or Rank Math with one click
- Lets you insert the FAQ as a native Gutenberg block or a
[sompia_faq]shortcode - Supports reference mode: if a non-casino/game page has an ACF field linking to a Casino or Game post, the panel shows that entity’s AI data automatically — no configuration required
FAQ Shortcode and Gutenberg Block
[sompia_faq post_id=X title=”…” open_first=”1″ faq_schema=”1″]
Renders a native <details>/<summary> accordion. Supports optional FAQPage JSON-LD structured data output. A native Gutenberg block (sompia/faq) is also provided as an alternative to the shortcode.
Review Sections Gutenberg Block
A sompia/review-sections block lets you embed the AI-generated review sections for any casino or game post anywhere on your site. The block has a post picker in the editor and renders a responsive card grid on the frontend.
Content Audit
Run an AI-powered audit of any casino or game post to check for missing license details, bonus accuracy, responsible gambling mentions, and other compliance signals. Results appear directly in the editor panel.
Internal Link Suggestions
Generate contextual internal link suggestions for any post. The AI analyzes the current post’s entity data and existing content, then suggests 3–8 relevant internal pages with anchor text and placement guidance.
Requirements
- WordPress 6.0 or higher
- PHP 8.0 or higher
- WordPress 7.0+: AI features use the WordPress Core AI Client — no separate API key needed; configure your provider in WordPress Settings AI.
- WordPress 6.x: AI features require an API key from your chosen provider (Anthropic, OpenAI, or Google), entered in the plugin’s AI Settings screen.
- Advanced Custom Fields (optional — detected automatically if active)
External services
On WordPress 7.0 or higher: This plugin uses the WordPress Core AI Client (wp_ai_client_prompt()). AI requests are routed through whichever provider you have configured in WordPress Settings AI (Anthropic, Google, OpenAI, or others). No data is sent to any external service by this plugin directly — refer to the terms and privacy policy of the provider you configure in WordPress.
On WordPress 6.x: This plugin connects directly to the AI provider you select in AI Settings. The connection is only made when you explicitly trigger generation from the AI Content Generator page or the editor panel. No data is sent automatically in the background.
What is sent: The post’s mapped field values (casino/game data from your site), existing AI sections, and post content are included in the prompt.
What is received: Generated text (SEO title, meta description, FAQ items, review sections, audit results, or link suggestions).
The following external services may be used depending on which provider you select:
- Anthropic (Claude): https://www.anthropic.com — Privacy: https://www.anthropic.com/privacy — Terms: https://www.anthropic.com/terms
- OpenAI (ChatGPT): https://openai.com — Privacy: https://openai.com/policies/privacy-policy — Terms: https://openai.com/policies/terms-of-use
- Google (Gemini): https://ai.google.dev — Privacy: https://policies.google.com/privacy — Terms: https://ai.google.dev/gemini-api/terms
You must agree to your chosen provider’s terms and supply your own API key. Your API key is stored in the WordPress options table and is accessible only to admin-level users.
Does not include
- Any analytics, tracking, or telemetry
- Automatic content publishing or modification
- Any upsell, freemium gate, or remote license check
Screenshots








![Frontend FAQ accordion rendered by the [sompia_faq] shortcode, with optional FAQ schema.](https://ps.w.org/sompia-ai-site-mapper-content-writer-igaming/assets/screenshot-9.png?rev=3673998)
[sompia_faq] shortcode, with optional FAQ schema.
Blocks
This plugin provides 2 blocks.
- Review Sections
- FAQ
Installation
- Upload the
sompia-ai-site-mapper-content-writer-igamingfolder to/wp-content/plugins/. - Activate the plugin through the Plugins screen in WordPress.
- Navigate to Sompia AI in the WordPress admin sidebar.
- Run the Site Scanner to discover your site’s content structure.
- Go to Content Mapping and assign your casino and game post types, then map the schema fields to your site’s data sources.
- For AI features on WordPress 6.x: go to AI Settings, choose your provider (Anthropic, OpenAI, or Google), enter your API key, and choose a model. On WordPress 7.0+, no API key is needed — configure your AI provider once in WordPress Settings AI.
- Use AI Content to generate SEO and FAQ content for individual posts.
Note: If the vendor/ directory is absent (e.g. after a fresh git clone), the plugin includes a fallback autoloader and works without running composer install.
FAQ
-
Does this plugin require ACF?
-
No. ACF detection is optional. If ACF (free or Pro) is active, the scanner will discover your field groups automatically. If not, the plugin uses standard WordPress post meta.
-
Does this plugin require an AI/API key to function?
-
No. The site scanner, content mapping, and inventory features work without any API key.
For AI features: on WordPress 7.0 or higher, the plugin uses the WordPress Core AI Client — no separate API key needed, just configure a provider in WordPress Settings AI. On WordPress 6.x, an API key from your chosen provider (Anthropic, OpenAI, or Google) is required for the AI Content Generator, editor panel AI features, content audit, and link suggestions.
-
What data is sent to the Anthropic API?
-
Only data you have already stored in your WordPress posts — specifically the field values mapped in the Content Mapping screen (casino/game name, ratings, bonus details, RTP, etc.) and existing AI-generated sections. No user data, no visitor data, and no WordPress credentials are ever sent.
-
Does this plugin create custom database tables?
-
No. All plugin configuration is stored in the WordPress Options API (
sompia_mapping,sompia_scan_results,sompia_ai_settings). Generated AI content is stored in standard WordPress post meta. -
Is this plugin ready for multisite?
-
The plugin is designed for single sites. Multisite support is not included in this version.
-
Does it work with Yoast SEO and Rank Math?
-
Yes. When either plugin is active and the post type is accessible, push buttons appear in the AI Content Output panel to write the AI-generated SEO title and meta description directly into Yoast’s or Rank Math’s fields.
-
Does it work with the Classic Editor plugin?
-
Yes. Enable the “Classic Editor” option in AI Settings to use the Classic Editor-compatible metabox instead of the Gutenberg panel.
-
Is WPML supported?
-
The post search in the AI Content Generator is WPML-aware: it detects the current language and sorts results by language. Language tags are shown in the search dropdown.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Sompia AI Site Mapper & Content Writer for iGaming” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Sompia AI Site Mapper & Content Writer for iGaming” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial public release.
- Site scanner: discovers custom post types, taxonomies, ACF field groups, and raw meta keys.
- Content mapping: assign casino and game post types; map schema fields to real data sources.
- Content inventory: field coverage report across mapped post types.
- AI Content Generator: generates SEO title, meta description, and FAQ items per post using the Anthropic Claude API.
- Review sections generator: AI-generated Introduction, Bonus, Payments, Trust, and Audience sections for casinos; Introduction, RTP & Volatility, Features, and Audience sections for games.
- Editor AI Output panel: Gutenberg sidebar and Classic Editor metabox showing AI data for the current post, with push-to-Yoast, push-to-Rank Math, and Insert FAQ actions.
- Reference mode: automatically detects ACF fields linking non-casino/game pages to a Casino or Game entity and shows that entity’s AI data in the editor panel.
- FAQ shortcode
[sompia_faq]and native Gutenberg FAQ block with FAQPage JSON-LD schema support. - Review Sections Gutenberg block with responsive frontend card grid and show more/less.
- Content Audit: AI-powered audit of casino and game posts for compliance signals.
- Internal Link Suggestions: AI-generated contextual internal link recommendations.
- Yoast SEO and Rank Math integration.
- WPML-aware post search.
- ACF integration (optional, free or Pro).