Schema & Structured Data adds Google Rich Snippets markup according to Schema.org guidelines to structure your site for SEO.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
202
14 issue groups
Security
97
9 issue groups
I18n
10
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_schemas".
Sample message
$_POST[$field['name']] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wisdom_form_text_' . esc_attr( $this->plugin_name )".
Sample message
Function "get_sites()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.5.0.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['saswp-rf-form-image']
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$comment'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$dict_table} at INNER JOIN {$dict_table} d\r\n
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "extra_user_profile_fields".
Sample message
Unescaped parameter $dictionary_table used in $wpdb->get_var()\n$dictionary_table assigned unsafely at line 5606.
Sample message
Use of a direct database call is discouraged.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Schema & Structured Data for WP & AMP" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['saswp-rf-form-image']. Check that the array index exists before using it.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Invalid file type: %s. Supported file types: %s'.
Sample message
Unescaped parameter $field used in $wpdb->get_var()\n$field used without escaping.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of meta_value, possible slow query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AMP_Review_Form_Blacklist".
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
285
External assets
0
Incoming endpoints
15
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 more hidden
3 score snapshots
v1.63
33
Latest
v1.62
33
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 312 | 63 | 249 | v1.63 | 2.0.0 |
| 33 | 309 | 63 | 246 | v1.62 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.