Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Websitescanner Custom Schema

Описание

Adds custom field to the post & pages editor for custom JSON-ld schema markup also known as structured data. The plugin also validates if the JSON is formated correctly.

Add your own JSON-ld on every page, post and custom post without the <script> to show your own custom Schema markup.

Works well with the following plugins:

Usecases:

With the combination of the WordPress plugin it’s easy to overwrite the schema on a specific page.
If a plugin like Yoast SEO or other plugin or theme that generates schema you can disable the schema and add your own custom schema to the page.

Скриншоты

  • Screenshot Custom Schema editor

Установка

  1. Upload the websitescanner-custom-schema directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add your own JSON-ld on every page without the <script> tags.

Часто задаваемые вопросы

How do I create JSON-ld Schema Markup?

There are multiple sites where you can generate schema markup. For up-to-date reference always use schema.org.

Can I overwrite other schema?

No, this plugin just adds an option to insert your own JSON-ld schema. To remove other schema please use the plugin Remove Schema

Отзывы

Посмотреть 1 отзыв

Участники и разработчики

«Websitescanner Custom Schema» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Websitescanner Custom Schema» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.3.1

  • Add admin column to quickly see if there is any custom schema set on a post or page.

1.3

  • Add AMP support

1.2.1

  • Cleanup unused functions

1.2

  • Improve pretty print functionality

1.1

  • Support for custom post types
  • Minimize JSON-ld in code
  • Pretty print JSON-ld in admin

1.0

  • Initial release