Title: SCHEMA for Article
Author: Sami Ahmed Siddiqui
Published: <strong>1 Febbraio 2016</strong>
Last modified: 28 Ottobre 2018

---

Ricerca i plugin

![](https://ps.w.org/schema-for-article/assets/banner-772x250.png?rev=1795799)

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://ps.w.org/schema-for-article/assets/icon.svg?rev=1785918)

# SCHEMA for Article

 Di [Sami Ahmed Siddiqui](https://profiles.wordpress.org/sasiddiqui/)

[Scarica](https://downloads.wordpress.org/plugin/schema-for-article.0.4.1.zip)

 * [Dettagli](https://it.wordpress.org/plugins/schema-for-article/#description)
 * [Recensioni](https://it.wordpress.org/plugins/schema-for-article/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/schema-for-article/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/schema-for-article/#developers)

 [Supporto](https://wordpress.org/support/plugin/schema-for-article/)

## Descrizione

Search engines such as Google are using structured data markup in many ways—for 
example, to create rich snippets in search results. Search results with rich snippets
will improve your click through rates and increase the number of visitors on your
website.

This plugin helps:

 * Helps your site to earn rich snippets in Google’s SERP.
 * Does not depend on other plugins or external code.
 * Is simple to install: plug-and-play, no need to configure anything.

### Compatibility

This version requires php 5.4 for some options of json_encode. If you encounter 
any problems with the plugin you should check your website php version.

### Filter

### Exclude PostType from the Plugin

To exclude the plugin to be worked on any PostType. Add this filter in your themes
functions.php.

    ```
    function yasglobal_exclude_post_types( $post_type ) {
      if ( $post_type == 'post' ) {
        return '__false';
      }
      return '__true';
    }
    add_filter( 'schema_for_article_exclude_post_type', 'yasglobal_exclude_post_types');
    ```

### Thanks for the Support

The support from the users that love SCHEMA for Article is huge. You can support
SCHEMA for Article future development and help to make it even better by giving 
a 5 star rating with a nice message to me 🙂

### Bug reports

Bug reports for SCHEMA for Article are [welcomed on GitHub](https://github.com/yasglobal/schema-for-article).
Please note GitHub is not a support forum, and issues that aren’t properly qualified
as bugs will be closed.

## Installazione

This process defines you the steps to follow either you are installing through WordPress
or Manually from FTP.

**From within WordPress**

 1. Visit ‘Plugins > Add New’
 2. Search for SCHEMA for Article
 3. Activate SCHEMA for Article from your Plugins page.
 4. Go to “after activation” below.

**Manually**

 1. Upload the `schema-for-article` folder to the `/wp-content/plugins/` directory
 2. Activate SCHEMA for Article through the ‘Plugins’ menu in WordPress
 3. Go to “after activation” below.

**After activation**

 1. Go to the plugin settings page and set up the plugin for your site.
 2. You’re done!

## FAQ

  Q. Why should I install this plugin?

A. Installing this plugin is the easiest way to add structured data to your blog.
The plugin automatically creates the JSON-LD according to Google’s specification.

  Q. Does this plugin improve my SEO rankings?

A. We cannot promise it – but installing this plugin is in any case a step in right
direction.

  Q. Does image necessarily to be provided to activate the plugin?

A. Yes, Incase the fearuted image is not provided by the author so, the defualt 
provided image would be use to validate the google structure data.

## Recensioni

![](https://secure.gravatar.com/avatar/97bbe4fe76251bd8de789468d4e055a2a38da2615beb64caba53e5aff6c24084?
s=60&d=retro&r=g)

### 󠀁[Many Thanks](https://wordpress.org/support/topic/many-thanks-34/)󠁿

 [General Seed](https://profiles.wordpress.org/autocultivo/) 17 Aprile 2018

Works fine, a great jod, thank to you very much. Five starts and favourite

![](https://secure.gravatar.com/avatar/590c1a85322729f2345aa128684db6522b37951ea328215b6f501ed8439c0a91?
s=60&d=retro&r=g)

### 󠀁[Brilliant, much thanks!](https://wordpress.org/support/topic/brilliant-much-thanks/)󠁿

 [Jimmy Lee](https://profiles.wordpress.org/shirtguy72/) 6 Gennaio 2018

Brilliant, much thanks!

![](https://secure.gravatar.com/avatar/18e63dd189528c6e2759db273748065f63817b311957e41f3e58e5d256f1af90?
s=60&d=retro&r=g)

### 󠀁[Perfect work!!](https://wordpress.org/support/topic/perfect-work-20/)󠁿

 [melissalee](https://profiles.wordpress.org/melissalee/) 1 Novembre 2017

Nice integration with site and easy to use too.

![](https://secure.gravatar.com/avatar/f9b1d45c842067916c97b7f3ecbec5ef34dc6804744b7ae7101c38611e380676?
s=60&d=retro&r=g)

### 󠀁[Great plugin!](https://wordpress.org/support/topic/great-plugin-10100/)󠁿

 [Asterios76](https://profiles.wordpress.org/asterios76/) 3 Settembre 2016

Plug&play, no need configuration.

![](https://secure.gravatar.com/avatar/fd5669391a900c60b75f6b0b941bc60f9f165f6bbbd961769aa29ad2db5b7af8?
s=60&d=retro&r=g)

### 󠀁[nice](https://wordpress.org/support/topic/nice-1667/)󠁿

 [Nima Saberi](https://profiles.wordpress.org/nipoto/) 3 Settembre 2016

hi, please set default timeDate for datePublished in Shamsi (FA-IR) timeDate is 
not global : ex: “datePublished”: “1395-03-10T22:43:32+0430”, “dateModified”: “2016-
05-30T23:01:23+0430”,

 [ Leggi tutte le recensioni di 5 ](https://wordpress.org/support/plugin/schema-for-article/reviews/)

## Contributi e sviluppo

“SCHEMA for Article” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Sami Ahmed Siddiqui ](https://profiles.wordpress.org/sasiddiqui/)
 *   [ Aliya Yasir ](https://profiles.wordpress.org/aliya-yasir/)

[Traduci “SCHEMA for Article” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/schema-for-article)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/schema-for-article/)
segui il [repository SVN](https://plugins.svn.wordpress.org/schema-for-article/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/schema-for-article/)
tramite [RSS](https://plugins.trac.wordpress.org/log/schema-for-article/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.4.1 – Oct 28, 2018

 * Enhancement
    - Use Meta Description of Yoast if available otherwise post_excerpt is used

#### 0.4 – Sept 10, 2018

 * Enhancement
    - Added filter to exclude schema from PostTypes
    - Added Privacy Policy content for Admin

#### 0.3.3 – Jan 26, 2018

 * Update Translation PATH and fixed spelling typos

#### 0.3.2 – Jan 19, 2018

 * Enhancements
    - Added translation Capability
    - Fixed PHP Notice on 404 Page
    - Fixed plugin_loaded issue

#### 0.3.1

 * Add Compatibility with Make Paths Relative Plugin

#### 0.3

 * Optimized the Queries and made the SCHEMA more flexible.

#### 0.2

 * Fixed Featured Image bug and add functionality to change the SCHEMA type.

#### 0.1

 * This is a fully functional version based on the idea of minimum viable product.

## Meta

 *  Versione **0.4.1**
 *  Ultimo aggiornamento **8 anni fa**
 *  Installazioni attive **200+**
 *  Versione WordPress ** 4.0 o superiore **
 *  Testato fino alla versione **5.0.25**
 *  Versione PHP ** 5.2 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/schema-for-article/)
 * Tag
 * [JSON-LD](https://it.wordpress.org/plugins/tags/json-ld/)[markup](https://it.wordpress.org/plugins/tags/markup/)
   [rich snippets](https://it.wordpress.org/plugins/tags/rich-snippets/)[schema](https://it.wordpress.org/plugins/tags/schema/)
   [structured data](https://it.wordpress.org/plugins/tags/structured-data/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/schema-for-article/advanced/)

## Valutazioni

 4.8 su 5 stelle.

 *  [  4 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/schema-for-article/reviews/?filter=5)
 *  [  1 4- recensioni a stelle     ](https://wordpress.org/support/plugin/schema-for-article/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/schema-for-article/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/schema-for-article/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/schema-for-article/reviews/?filter=1)

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/schema-for-article/reviews/)

## Collaboratori

 *   [ Sami Ahmed Siddiqui ](https://profiles.wordpress.org/sasiddiqui/)
 *   [ Aliya Yasir ](https://profiles.wordpress.org/aliya-yasir/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/schema-for-article/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](https://www.paypal.me/yasglobal)