Title: Article JSON-LD
Author: Nashwan D
Published: <strong>4 ພະຈິກ 2016</strong>
Last modified: 22 ຕຸລາ 2020

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ 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://lo.wordpress.org/plugins/article-json-ld/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/article-json-ld/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/article-json-ld/#installation)
 * [ການພັດທະນາ](https://lo.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” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນ
ການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ 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.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.3**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **6 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 5.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **5.5.20**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/article-json-ld/)
 * ແທັກ
 * [JSON-LD](https://lo.wordpress.org/plugins/tags/json-ld/)[microdata](https://lo.wordpress.org/plugins/tags/microdata/)
   [rich snippets](https://lo.wordpress.org/plugins/tags/rich-snippets/)[schema.org](https://lo.wordpress.org/plugins/tags/schema-org/)
   [seo](https://lo.wordpress.org/plugins/tags/seo/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/article-json-ld/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[ການທົບທວນຂອງທ່ານ](https://wordpress.org/support/plugin/article-json-ld/reviews/#new-post)

[ເບິ່ງທັງໝົດ ການຣີວິວ](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/)