Title: Article JSON-LD
Author: Nashwan D
Published: <strong>4 novembris, 2016</strong>
Last modified: 22 oktobris, 2020

---

Meklēt spraudņus

Šī spraudnis **nav atjaunināts vairāk kā divus gadus**. Varbūt, tas vairs netiek
uzturēts, nesaņemt atbalstu un tam var būt saderības problēmas ar jaunākām WordPress
versijām.

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

# Article JSON-LD

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

[Lejupielādēt](https://downloads.wordpress.org/plugin/article-json-ld.0.3.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/article-json-ld/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/article-json-ld/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/article-json-ld/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/article-json-ld/#developers)

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

## Apraksts

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

## Uzstādīšana

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

## Atsauksmes

Par šo spraudni nav atsauksmju.

## Autori un izstrādātāji

“Article JSON-LD” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi
cilvēki.

Līdzdalībnieki

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

[Tulkot “Article JSON-LD&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/article-json-ld)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/article-json-ld/),
apmeklējiet[ SVN krātuvi ](https://plugins.svn.wordpress.org/article-json-ld/)vai
abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/article-json-ld/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/article-json-ld/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 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

 *  Versija **0.3**
 *  Pēdējo reizi atjaunots: **pirms 6 gadiem**
 *  Aktīvās instalācijas: **10+**
 *  WordPress versija ** 5.0 vai jaunāka **
 *  Pārbaudīts līdz: **5.5.20**
 *  Valoda
 * [English (US)](https://wordpress.org/plugins/article-json-ld/)
 * Birkas:
 * [JSON-LD](https://lv.wordpress.org/plugins/tags/json-ld/)[microdata](https://lv.wordpress.org/plugins/tags/microdata/)
   [rich snippets](https://lv.wordpress.org/plugins/tags/rich-snippets/)[schema.org](https://lv.wordpress.org/plugins/tags/schema-org/)
   [seo](https://lv.wordpress.org/plugins/tags/seo/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/article-json-ld/advanced/)

## Vērtējumi

Vēl nav iesniegta neviena atsauksme.

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

[Skatīt visasatsauksmes](https://wordpress.org/support/plugin/article-json-ld/reviews/)

## Līdzdalībnieki

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

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/article-json-ld/)