| 开发者 | berryinteresting |
|---|---|
| 更新时间 | 2026年9月2日 12:58 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No. Schema Viewer is a read-only inspector. It shows what is already on the page and never adds, edits, or removes markup.
No. The "View Schema" link appears in the admin bar only for logged-in users who can edit content, and nothing is ever added to your public pages.
Schema Viewer is source-agnostic for JSON-LD. Yoast SEO, Rank Math, AIOSEO, SEOPress, Schema Pro, WooCommerce, and hand-written template output. If it is JSON-LD on the page, Schema Viewer finds it, and it labels the source when it recognizes one.
Yes. WooCommerce outputs Product structured data, and related types, as JSON-LD on product pages, and Schema Viewer reads it and labels it "WooCommerce." If an SEO plugin is handling your product schema instead, Schema Viewer shows that output and labels it accordingly.
No. There are no external requests, no tracking, and no telemetry. The "Test in Google" and "Test in Schema.org" buttons open those tools in a new tab for the current page, only when you deliberately click them.
By default, anyone who can edit posts (Editors, Authors, Contributors, and Administrators). Subscribers and WooCommerce customers do not see it. Developers can change the requirement with one filter: add_filter( 'schema_viewer_capability', function () { return 'edit_others_posts'; // Editors and Administrators only } );
On pages with several blocks or a large @graph, the filter lets you focus on one type. Choosing a type highlights that type wherever it appears and opens the blocks that contain it, so you can find it quickly.
The warnings are based on Google's structured-data guidelines: missing required properties, duplicate IDs, and so on. They point you to what to check. They are not errors coming from your server.
Use the Google Rich Results Test or Schema.org Validator buttons at the bottom of the panel. These tools may provide additional detail about the malformed markup.
Yes. All interface text is internationalized, so it can be translated into any language through translate.wordpress.org.