Title: Cima Digital Conversion Q&amp;A
Author: Cima Digital
Published: <strong>September 23, 2026</strong>
Last modified: September 23, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/cima-digital-conversion-qa.svg)

# Cima Digital Conversion Q&A

 By [Cima Digital](https://profiles.wordpress.org/cimadigitalargentina/)

[Download](https://downloads.wordpress.org/plugin/cima-digital-conversion-qa.0.5.3.zip)

 * [Details](https://wordpress.org/plugins/cima-digital-conversion-qa/#description)
 * [Reviews](https://wordpress.org/plugins/cima-digital-conversion-qa/#reviews)
 *  [Installation](https://wordpress.org/plugins/cima-digital-conversion-qa/#installation)
 * [Development](https://wordpress.org/plugins/cima-digital-conversion-qa/#developers)

 [Support](https://wordpress.org/support/plugin/cima-digital-conversion-qa/)

## Description

Cima Digital Conversion Q&A adds a moderated question-and-answer section to selected
WordPress pages and public post types.

Questions are stored as native WordPress comments and remain pending until a moderator
approves them. Site editors can publish official replies from the normal WordPress
comment workflow. Public questions and replies are rendered in server-side HTML 
and can optionally include Schema.org `Comment` structured data.

Features include:

 * Native WordPress comment storage and moderation.
 * Server-rendered public Q&A content.
 * Official site replies.
 * Helpful / not helpful feedback for answers.
 * Schema.org `Comment` markup, including integrations for Yoast SEO and Rank Math
   plus a generic fallback.
 * Optional Cloudflare Turnstile or Google reCAPTCHA v3 protection.
 * Optional IndexNow notifications when approved Q&A content changes a public page.
 * Optional analytics events through an existing `gtag.js` implementation or Google
   Tag Manager `dataLayer`.
 * Email notification to the question author when an official reply is published.
 * WordPress privacy-tool compatibility for comment export and erasure.
 * Accessibility-focused form, status and keyboard behavior.
 * Search/retrieval crawler diagnostics for site administrators.

The plugin does not send telemetry to Cima Digital and does not require a Cima Digital
account or external service.

The primary shortcode is:

    ```
    [cima_conversion_qa]
    ```

The prefixed legacy shortcode `[cima_visitor_qa]` remains supported for private 
pre-release installations.

### External Services

Cima Digital Conversion Q&A can connect to third-party services only when the corresponding
feature is enabled or explicitly tested by a site administrator.

#### Cloudflare Turnstile

When Cloudflare Turnstile is selected as the anti-bot provider, the visitor’s browser
loads the Turnstile script from Cloudflare and receives a challenge token. The site
sends the token and configured secret key to Cloudflare’s Siteverify endpoint to
validate the submission. Cima Digital Conversion Q&A does not intentionally send
the question text, display name or email address to Cloudflare as part of Siteverify.

Service: https://www.cloudflare.com/products/turnstile/
 Terms: https://www.cloudflare.
com/website-terms/ Privacy: https://www.cloudflare.com/privacypolicy/ Turnstile 
documentation: https://developers.cloudflare.com/turnstile/

#### Google reCAPTCHA v3

When Google reCAPTCHA v3 is selected as the anti-bot provider, the visitor’s browser
loads Google’s reCAPTCHA script. The site sends the resulting token, the configured
secret key and, when available, the visitor IP address to Google’s Siteverify endpoint.
Cima Digital Conversion Q&A does not intentionally include the question text, display
name or email address in that verification request.

Service: https://www.google.com/recaptcha/about/
 Terms: https://policies.google.
com/terms Privacy: https://policies.google.com/privacy

#### IndexNow

When IndexNow is enabled, Cima Digital Conversion Q&A sends the changed public page
URL, site host, IndexNow key and key-location URL to the IndexNow API after approved
Q&A content changes. It does not include the visitor’s name, email address or question
text in the IndexNow request.

Service: https://www.indexnow.org/
 Terms and privacy information: https://www.indexnow.
org/terms

#### Google Analytics / Google Tag Manager

Cima Digital Conversion Q&A does not load Google Analytics or Google Tag Manager.
When the site owner explicitly enables analytics events, the plugin can pass event
names and technical parameters such as page ID/path, Q&A counts, question/answer
IDs and helpful-vote values to an existing `gtag.js` implementation and/or `dataLayer`.
The plugin does not include the visitor’s name, email address or question text in
its analytics event payloads.

Google Privacy Policy: https://policies.google.com/privacy
 Google Analytics Terms:
https://marketingplatform.google.com/about/analytics/terms/us/

### Privacy

Questions use WordPress native comment storage. Depending on the site and its other
plugins, WordPress comments may store a display name, email address, comment content,
IP address and User-Agent.

Cima Digital Conversion Q&A adds suggested text to the WordPress privacy-policy 
guide. Because Q&A entries use native comments, WordPress’s personal-data export
and erasure tools can include or anonymize the associated comment data.

Site owners should review their own privacy obligations and disclose any enabled
third-party anti-bot, analytics or indexing services as appropriate for their jurisdiction
and configuration.

## Installation

 1. Upload and activate the plugin.
 2. Go to Settings > Cima Digital Conversion Q&A.
 3. Choose the public post types where Q&A can be enabled.
 4. Edit a page and enable Cima Digital Conversion Q&A, or place `[cima_conversion_qa]`
    where the module should appear.
 5. Optionally configure anti-bot protection, analytics events and IndexNow.
 6. Submit a test question while logged out.
 7. Approve the question in Comments, then reply from WordPress as a user who can moderate
    comments.

Questions are always held for moderation by the plugin before they become public.

## FAQ

### Does Cima Digital Conversion Q&A replace WordPress comments?

No. It uses the native WordPress comments infrastructure with a dedicated comment
type so the content remains compatible with WordPress moderation and privacy tools.

### Does it require an SEO plugin?

No. Structured data can be output without an SEO plugin. When Yoast SEO or Rank 
Math is present, Cima Digital Conversion Q&A attempts to integrate its `Comment`
nodes into the existing schema graph.

### Does it guarantee higher rankings or visibility in AI systems?

No. The plugin makes approved Q&A content public, crawlable and structured, but 
it does not guarantee rankings, citations, AI visibility or indexing.

### Does it require Cloudflare?

No. Cloudflare Turnstile can be used on a site that does not use Cloudflare DNS 
or CDN. Google reCAPTCHA v3 is also supported. Anti-bot protection is optional.

### Does the plugin configure SMTP?

No. Email notifications use WordPress `wp_mail()`. The site’s existing mail transport
or SMTP plugin remains responsible for sender identity, authentication and delivery.

### Does it send analytics automatically?

Analytics integration is disabled by default. If enabled, the plugin can push events
to an existing `gtag.js` implementation, to `dataLayer`, or both. It does not load
Google Analytics or Google Tag Manager itself.

### Which analytics events does Cima Digital Conversion Q&A emit?

When analytics is enabled, the plugin can emit `conversion_qa_view`, `conversion_qa_question_view`,`
conversion_qa_answer_view`, `conversion_qa_start`, `conversion_qa_submit` and `conversion_qa_helpful`.
Analytics is disabled by default.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Cima Digital Conversion Q&A” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Cima Digital ](https://profiles.wordpress.org/cimadigitalargentina/)

[Translate “Cima Digital Conversion Q&A” into your language.](https://translate.wordpress.org/projects/wp-plugins/cima-digital-conversion-qa)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/cima-digital-conversion-qa/),
check out the [SVN repository](https://plugins.svn.wordpress.org/cima-digital-conversion-qa/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/cima-digital-conversion-qa/)
by [RSS](https://plugins.trac.wordpress.org/log/cima-digital-conversion-qa/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.5.3

 * Reworked public submission field retrieval to avoid direct superglobal processing
   before nonce-aware request handling and remove Plugin Check nonce warnings.
 * No feature changes.

#### 0.5.2

 * Renamed the repository candidate to Cima Digital Conversion Q&A and prepared 
   the distinctive `cima-digital-conversion-qa` slug/text domain.
 * Replaced generic shortcode declarations with `[cima_conversion_qa]` and the prefixed
   legacy alias `[cima_visitor_qa]`.
 * Removed automatic deactivation of older plugins; activation now affects only 
   this plugin.
 * Hardened JSON-LD output for script-element safety with hexadecimal JSON escaping
   and the WordPress inline-script helper.
 * Tightened request sanitization and renamed public WordPress/JavaScript declarations
   with distinctive plugin prefixes.

#### 0.5.1

 * Shortened the WordPress.org short description to comply with the 150-character
   limit.
 * Cleaned up pre-release changelog version labels.
 * No functional changes.

#### 0.5.0

 * Renamed the public product to Cima Digital Conversion Q&A.
 * Added the WordPress.org contributor `cimadigitalargentina`.
 * Prepared the initial repository candidate and public analytics event names.
 * Preserved existing settings and Q&A comments from private pre-release installations.
 * Renamed public analytics events from the private `cima_qa_*` prefix to `conversion_qa_*`.
 * Preserved pre-release settings and Q&A data through the existing prefixed storage
   keys.

#### 0.4.2

 * Removed remaining Plugin Check warnings for external-script version parameters.
 * Reworked crawler-diagnostic page discovery to avoid a meta_query performance 
   warning.
 * Documented Cloudflare Turnstile external-service findings remain intentionally
   visible for repository review.

#### 0.4.1

 * Addressed Plugin Check i18n, escaping, nonce, request-sanitization and database-
   query findings.
 * Updated WordPress compatibility metadata.
 * Kept documented Cloudflare Turnstile service calls explicit for repository review.

#### 0.4.0

 * Repository pre-release cleanup.
 * Added WordPress.org-style readme and GPL license metadata.
 * Analytics integration is now disabled by default for new installations.
 * Added shortcode-based placement for the Q&A module.
 * Switched IndexNow submission to the safe WordPress HTTP API.
 * Hardened uninstall cleanup prefix matching.
 * Removed development-only files from the release package.
 * Retained existing privacy, accessibility, anti-bot, email, IndexNow, schema and
   compatibility features.

#### 0.3.6

 * Internationalization pass and translation template.

## Meta

 *  Version **0.5.3**
 *  Last updated **23 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [comments](https://wordpress.org/plugins/tags/comments/)[conversion](https://wordpress.org/plugins/tags/conversion/)
   [marketing](https://wordpress.org/plugins/tags/marketing/)[questions](https://wordpress.org/plugins/tags/questions/)
   [schema](https://wordpress.org/plugins/tags/schema/)
 *  [Advanced View](https://wordpress.org/plugins/cima-digital-conversion-qa/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/cima-digital-conversion-qa/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cima-digital-conversion-qa/reviews/)

## Contributors

 *   [ Cima Digital ](https://profiles.wordpress.org/cimadigitalargentina/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/cima-digital-conversion-qa/)