Title: Article JSON-LD
Author: Nashwan D
Published: <strong>04.11.2016</strong>
Last modified: 22.10.2020

---

Шукати плагіни

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

![](https://s.w.org/plugins/geopattern-icon/article-json-ld.svg)

# Article JSON-LD

 Від автора [Nashwan D](https://profiles.wordpress.org/alex-ye/)

[Завантажити](https://downloads.wordpress.org/plugin/article-json-ld.0.3.zip)

 * [Деталі](https://uk.wordpress.org/plugins/article-json-ld/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/article-json-ld/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/article-json-ld/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/article-json-ld/#developers)

 [Підтримка](https://wordpress.org/support/plugin/article-json-ld/)

## Опис

Article JSON-LD is an extendable and straightforward solution to enhance your site
SEO by adding Schema.org microdata as a JSON-LD script on your site posts.

It will automatically insert the JSON-LD script in your site `<head>` tag by using
the standard information provided by WordPress, such as the title, description, 
featured image, publish date, author, categories..etc.

You can support your custom post types or modify the data easily by using the plugin’s
hooks.

#### Custom-Post-Types Support

By default, the plugin supports the `post` post-type. Add support for other custom-
post-types using a code snippet as the example below:

    ```
    add_action('init', 'add_article_json_ld_post_type_support', 15);

    /**
     * @return void
     */
    function add_article_json_ld_post_type_support()
    {
        add_post_type_support('custom-post-type', 'article-json-ld');
    }
    ```

You can use [Code Snippets](https://wordpress.org/plugins/code-snippets) plugin 
to add the code snippets to your site.

An active demo is available on [Arageek](https://www.arageek.com/) articles.

#### Plugin’s Hooks

 * `ArticleJsonLd\post_json_ld_data` A filter for a post JSON-LD data.
 * `ArticleJsonLd\post_author_json_ld_data` A filter for a post author JSON-LD data.
 * `ArticleJsonLd\post_publisher_json_ld_data` A filter for a post publisher JSON-
   LD data.

#### Contributing

Developers can contribute to the source code on the [Github Repository](https://github.com/nash-ye/wp-article-json-ld).

## Встановлення

 1. Upload and install the plugin
 2. Use the plugin WP filters to customize the data.

## Відгуки

Для цього плагіна немає відгуків.

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

“Article JSON-LD” — проект з відкритим вихідним кодом. В розвиток плагіну внесли
свій вклад наступні учасники:

Учасники

 *   [ Nashwan D ](https://profiles.wordpress.org/alex-ye/)

[Перекладіть “Article JSON-LD” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/article-json-ld)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/article-json-ld/), 
перегляньте [сховище SVN](https://plugins.svn.wordpress.org/article-json-ld/) або
підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/article-json-ld/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/article-json-ld/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

#### 0.3

 * Add compatibility for latest version of WordPress SEO by Yoast.

#### 0.2.1

 * Add the ‘description’ property and use `get_the_excerpt()` to get the value.
 * Use the ISO 8601 format for ‘datePublished’ and ‘dateModified’ properties.
 * Use `get_the_title()` to get the `headline’ property value.
 * Some fixes and minor enhancements.

#### 0.2

 * The Initial version.

## Мета

 *  Версія **0.3**
 *  Останнє оновлення **6 років тому**
 *  Активних встановлень **10+**
 *  Версія WordPress ** 5.0 або вище **
 *  Tested up to **5.5.19**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/article-json-ld/)
 * Позначки
 * [JSON-LD](https://uk.wordpress.org/plugins/tags/json-ld/)[microdata](https://uk.wordpress.org/plugins/tags/microdata/)
   [rich snippets](https://uk.wordpress.org/plugins/tags/rich-snippets/)[schema.org](https://uk.wordpress.org/plugins/tags/schema-org/)
   [seo](https://uk.wordpress.org/plugins/tags/seo/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/article-json-ld/advanced/)

## Оцінки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/article-json-ld/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/article-json-ld/reviews/)

## Учасники

 *   [ Nashwan D ](https://profiles.wordpress.org/alex-ye/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/article-json-ld/)