Beschrijving
Cyberscap SEO Manager provides essential tools to enhance your WordPress website’s search engine optimization. It allows you to easily manage meta tags (title, description, keywords) and implement Schema.org markup for various parts of your site.
Key Features:
-
“Homepage SEO:” Set custom meta tags and schema for your main landing page.
-
“Per-Page/Post SEO:” Fine-tune SEO settings for individual pages, posts, and products through a dedicated meta box on the edit screen.
-
“Schema Template Loader:” Quickly load common Schema.org templates (like Article, FAQ, Local Business) directly into the schema editor.
-
“WooCommerce Integration:” Activate WooCommerce support to automatically add SEO meta tags to product pages.
-
“Default Meta Tag Templates:” Enable and configure default templates for meta titles and descriptions to act as a fallback.
-
“Secure and Compliant:” Follows WordPress coding standards, including secure methods for enqueueing scripts/styles and escaping output.
-
“Optimized Performance:” Designed to be lightweight with clean code and no frontend assets.
About the Author
This plugin was developed by Akalanka Ekanayake of Cyberscap. For more information, please visit cyberscap.com.
Installatie
-
Create a file named cyberscap-schema-templates.php in the plugin’s main folder and paste the template code into it.
-
Upload the cyberscap-seo-manager folder to the /wp-content/plugins/ directory.
-
Activate the plugin through the ‘Plugins’ menu in WordPress.
-
Go to Settings > Cyberscap SEO to configure the plugin.
-
On the settings page or post edit screens, use the “Load Schema Template” dropdown to insert a schema template into the JSON-LD field.
FAQ
-
How does the Schema Template Loader work?
-
Next to the “Schema Markup (JSON-LD)” text box on the settings page and in the post editor, you will find a dropdown menu with template options like “Article” or “FAQ Page”. Selecting a template and clicking “Load” will populate the text box with a pre-filled JSON-LD structure, which you can then customize.
-
Does this plugin work with WooCommerce?
-
Yes, Cyberscap SEO Manager has enhanced support for WooCommerce. Activate it via “Settings > Cyberscap SEO > WooCommerce” tab.
-
Is this plugin resource-intensive?
-
No, it’s designed to be lightweight. The schema templates are only loaded and processed when you click the “Load” button in the admin area.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Cyberscap SEO Manager” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Cyberscap SEO Manager” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.1.5
Feature: Added a Schema Template loader to easily insert common JSON-LD schemas (Article, FAQ, Local Business, etc.) into the schema editor.
Feature: Created a separate cyberscap-schema-templates file to house the schema templates for better organization.
1.1.2
Fix: Prevented the plugin from running on RSS feeds (/feed/) to resolve a potential memory exhaustion error.
Meta: Updated “Tested up to” WordPress version to 6.8.
1.1.1
Security Fix: Refactored schema output to use wp_kses() to ensure secure and compliant escaping.
Fix: Removed deprecated parameter from the term_description() function.
Fix: Correctly enqueued admin CSS and JavaScript using wp_add_inline_style() and wp_add_inline_script().