Linux 软件免费装
Banner图

wAnswers - SEO-First Q&A

开发者 mcnallen
更新时间 2026年4月15日 05:54
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

seo community schema q&a questions answers

下载

3.0.0

详情介绍:

wAnswers turns your WordPress site into a structured community Q&A platform. Every question is a WordPress post with its own canonical URL, server-rendered HTML, and complete QAPage JSON-LD schema - the exact format Google uses to surface Q&A content in rich snippets, People Also Ask boxes, and AI Overviews. No JavaScript rendering. No iframe embeds. No third-party dependencies. No jQuery. Live demo: https://wbuild.dev/questions/ Why wAnswers Is Different: SEO & GEO First Most Q&A plugins render everything via a single shortcode page - one URL, no per-question structured data, effectively invisible to crawlers. wAnswers works the opposite way. Every question gets its own permanent URL (/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 Voting & Scoring Leaderboard User Profiles Email Notifications & Weekly Digest Settings & Customisation SEO & GEO Schema Shortcodes [wanswers_qa] - Embed the full Q&A feed on any page. [wanswers_leaderboard] - Embed a standalone leaderboard on any page. [wanswers_leaderboard limit="5"] - Show top 5 users per tab (default is 10). No External Dependencies The plugin JavaScript is vanilla JS with no jQuery requirement. Styles are self-contained with no external CDN requests. Everything runs on your server.

安装:

  1. Download the plugin zip file.
  2. Go to Plugins > Add New > Upload Plugin in your WordPress admin.
  3. Upload the zip file and click Install Now.
  4. Click Activate Plugin.
  5. Go to Settings > Permalinks and click Save Changes. This flushes rewrite rules and is required once after first installation.
  6. Visit Questions > Settings to configure the plugin.
Manual Installation
  1. Unzip the plugin folder into /wp-content/plugins/wanswers/
  2. Activate the plugin from the Plugins screen.
  3. Go to Settings > Permalinks and click Save Changes.
After Activation

屏幕截图:

  • Single question page with answers, voting, and accepted answer
  • User profile with badges, stats, activity chart, and recent questions
  • Leaderboard sidebar showing top contributors
  • Admin settings page

升级注意事项:

2.9.0 Plugin rebranded to wAnswers. No database changes - safe to update from any previous version. 2.8.2 Fixes topic badge links in user profiles - tags now correctly navigate to the filtered archive page. 2.8.0 Recommended for all users. Fixes undefined variable errors in the schema class and removes site-specific hardcoded URLs. Safe to update from any previous version.

常见问题:

Does it work with any theme?

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.

Will it conflict with Yoast SEO or RankMath?

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.

How do I prevent duplicate content if I use both /questions/ and a shortcode page?

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.

What is Homepage Mode?

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.

Can users edit their questions and answers?

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.

How does email delivery work?

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.

Is jQuery required?

No. The plugin JavaScript is written in vanilla JS with no jQuery dependency.

Does it create custom database tables?

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.

Can I remove the "Powered by wAnswers" credit?

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.

Does it work with WordPress Multisite?

The plugin has not been tested on Multisite installations and is not officially supported in that environment.

更新日志:

2.9.3 2.9.2 2.9.1 2.9.0 2.8.2 2.8.1 2.8.0 2.7.1 2.7.0 2.6.1 2.6.0 2.5.1 2.5.0 2.4.0 2.3.0 2.2.0 2.1.0 2.0.0 1.0.0