Schema & Structured Data for WP & AMP

Schema & Structured Data adds Google Rich Snippets markup according to Schema.org guidelines to structure your site for SEO.

v1.61Magazine3Updated 2026-06-16Added Aug 6, 2018100k+ installs90% rating57% support resolved
33
Score
63
Errors
246
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability43

Top Issues by Category

maintainability202
security94
i18n10

Issues Details

309 issues found in latest scan

WARNING114
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_schemas".

WARNING32
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST[$field['name']] not unslashed before sanitization. Use wp_unslash() or similar

WARNING25
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wisdom_form_text_' . esc_attr( $this->plugin_name )".

ERROR23
wp_function_not_compatible_with_requires_wp

Function "get_sites()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.5.0.

WARNING20
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES['saswp-rf-form-image']

WARNING16
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR13
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$comment'.

ERROR13
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR8
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING7
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING5
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING4
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable {$dict_table} at INNER JOIN {$dict_table} d\r\n

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "extra_user_profile_fields".

WARNING3
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $dictionary_table used in $wpdb->get_var()\n$dictionary_table assigned unsafely at line 5606.

WARNING3
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING3
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

WARNING3
trademarked_term

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.

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES['saswp-rf-form-image']. Check that the array index exists before using it.

ERROR2
WordPress.WP.I18n.UnorderedPlaceholdersText

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'.

ERROR1
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $field used in $wpdb->get_var()\n$field used without escaping.

WARNING1
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING1
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

ERROR1
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AMP_Review_Form_Blacklist".

WARNING1
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

Latest Snapshot

Findings

309

Errors

63

Warnings

246

Score History

First score snapshot

First scan completed Jun 19, 2026

v1.61 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v1.61

33

Latest

Findings
309
Errors
63
Warnings
246
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins