이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Cyberscap SEO Manager

설명

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.

스크린샷

설치

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

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Cyberscap SEO Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Cyberscap SEO Manager”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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().