Linux 软件免费装
Banner图

Structured Data for Schema.org

开发者 philstudio
更新时间 2026年3月13日 05:33
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

seo schema json-ld structured-data google-rich-snippets

下载

1.0.10 1.0.7 1.0.9 1.0.11 1.0.12 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.8

详情介绍:

Structured Data for Schema.org helps you add valid Schema.org markup to your WordPress content. This improves how search engines understand your content and may qualify for Google Rich Snippets (depending on schema type and page structure). Supported Schema Types Important: Google Rich Results Not all schema types guarantee Rich Snippets. Google has specific requirements: This plugin generates valid Schema.org markup. Rich Result eligibility depends on your content structure and Google's algorithms.

安装:

Using the WordPress Plugin Installer
  1. Go to WordPress Dashboard → Plugins → Add New.
  2. Search for "Schema Structured Data".
  3. Click "Install" then "Activate".
  4. Add [schema] shortcodes to your posts or pages.
Manual Installation
  1. Download the plugin zip file.
  2. Unzip and upload to /wp-content/plugins/structured-data-for-schema-org.
  3. Activate via Dashboard → Plugins.
  4. You're ready! Add [schema] shortcodes to your content.

屏幕截图:

  • Frontend Output — Clean HTML with proper Q&A formatting for FAQPage
  • JSON-LD in Source — Valid Schema.org markup in footer
  • Google Rich Results — Validation passed
  • Schema Validator — Validation passed

升级注意事项:

1.0.0 Initial release

常见问题:

Will I get a Google Rich Snippet?

Schema markup may qualify for Rich Snippets, but Google has specific requirements:

  • HowTo: Use ONE per page for best results
  • FAQPage: Only ONE per page is eligible (plugin enforces this limit)
  • ItemList: Works well for ranked lists
  • CreativeWork: SEO benefit only, no Rich Result
Valid schema improves how Google understands your content, but Rich Results depend on content quality, page structure, and Google's algorithms.

Can I use multiple shortcodes on one page?

Yes, but with limitations:

  • HowTo: Multiple allowed, but Google may only show one as Rich Result
  • FAQPage: Only the FIRST one is processed (Google limit enforced by plugin)
  • ItemList: Multiple allowed
  • CreativeWork: Multiple allowed

How do I verify the schema is working?

  1. Publish your page
  2. Visit Google Rich Results Test
  3. Enter your page URL
  4. Check for detected schema types
For syntax validation, use Schema Validator.

Why does FAQPage only work once per page?

Google explicitly states that only one FAQPage schema per page is eligible for Rich Results. This plugin enforces that limit to prevent invalid markup and improve your chances of getting a Rich Result.

What is the Q|A format for FAQPage?

Each line should contain a question and answer separated by a pipe character (|): Question 1 | Answer 1 Question 2 | Answer 2 Question 3 | Answer 3 The plugin automatically parses this format and generates proper FAQ schema markup.

Can I hide the HTML output but keep the schema?

Yes! Add hidden="1" to any shortcode: [schema type="FAQPage" name="FAQ" hidden="1"] Question | Answer [/schema] This outputs the JSON-LD schema without visible HTML on the page.

更新日志:

1.0.0