Title: Article JSON-LD
Author: Nashwan D
Published: <strong>2016년 11월 4일</strong>
Last modified: 2020년 10월 22일

---

플러그인 검색

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

![](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://ko.wordpress.org/plugins/article-json-ld/#description)
 * [평가](https://ko.wordpress.org/plugins/article-json-ld/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/article-json-ld/#installation)
 * [개발](https://ko.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+**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **5.5.20**
 *  언어
 * [English (US)](https://wordpress.org/plugins/article-json-ld/)
 * 태그:
 * [JSON-LD](https://ko.wordpress.org/plugins/tags/json-ld/)[microdata](https://ko.wordpress.org/plugins/tags/microdata/)
   [rich snippets](https://ko.wordpress.org/plugins/tags/rich-snippets/)[schema.org](https://ko.wordpress.org/plugins/tags/schema-org/)
   [seo](https://ko.wordpress.org/plugins/tags/seo/)
 *  [고급 보기](https://ko.wordpress.org/plugins/article-json-ld/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](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/)