| 开发者 | mcnallen |
|---|---|
| 更新时间 | 2026年4月15日 05:54 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/questions/my-question/). Every page ships with the structured data Google and AI search engines need to surface your content in search results, rich snippets, and AI citations.
GEO (Generative Engine Optimisation)
AI search engines like Perplexity, ChatGPT Browse, and Google AI Overviews favour content with clear Q&A structure, explicit authorship, date signals, topic tagging, and Speakable content markers. wAnswers outputs all of these automatically on every question page.
Core Q&A Features
/wp-content/plugins/wanswers/Yes. The plugin uses its own page templates that call get_header() and get_footer() from your active theme. All styles are self-contained. You can override any template by placing a copy in your theme root folder - for example yourtheme/single-wanswers_question.php.
No. If either plugin is active, their title and meta description tags take precedence on Q&A pages. The plugin's JSON-LD schema blocks output independently and do not conflict with SEO plugin schema output.
Enable "Noindex shortcode pages" in Questions > Settings. This adds a noindex meta tag to any page containing the [wanswers_qa] shortcode so only the CPT archive at /questions/ is indexed. Alternatively, enable Homepage Mode - your Q&A then has only one canonical URL at your site root.
Homepage Mode serves the Q&A feed directly at your site root (yoursite.com/) instead of at yoursite.com/questions/. To use it, go to Settings > Reading and set "Your homepage displays" to "Your latest posts", then enable Homepage Mode in Questions > Settings. The /questions/ archive issues a 301 redirect to / automatically. Individual question pages at /questions/slug/ are unaffected.
Yes, within a 1-hour window after posting. After that window, only administrators and editors can edit content. The time limit is enforced server-side.
Notifications are sent via wp_mail() using your site's configured mail settings. For reliable delivery it is recommended to use a transactional email plugin such as WP Mail SMTP, Postmark for WordPress, or SendGrid.
No. The plugin JavaScript is written in vanilla JS with no jQuery dependency.
Yes. Two tables are created on activation: one for vote records and one for email subscriptions. Both are prefixed with your WordPress table prefix. Data is removed if you uninstall the plugin via the Plugins screen.
Yes, absolutely. Go to Questions > Settings > Footer Credit and uncheck the option. The credit is shown by default but is entirely optional and not required.
The plugin has not been tested on Multisite installations and is not officially supported in that environment.