Title: SimpleSchema Free
Author: sergiomico
Published: <strong>22 outubro, 2015</strong>
Last modified: 26 janeiro, 2016

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

![](https://s.w.org/plugins/geopattern-icon/simpleschema-free.svg)

# SimpleSchema Free

 Por [sergiomico](https://profiles.wordpress.org/sergiomico/)

[Baixar](https://downloads.wordpress.org/plugin/simpleschema-free.1.7.6.9.zip)

 * [Detalhes](https://br.wordpress.org/plugins/simpleschema-free/#description)
 * [Avaliações](https://br.wordpress.org/plugins/simpleschema-free/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/simpleschema-free/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/simpleschema-free/#developers)

 [Suporte](https://wordpress.org/support/plugin/simpleschema-free/)

## Descrição

EN: This microdata insertion shortcode tool prevents the WordPress built-in TinyMCE
content editor removing microdata when you change post content editor view from 
code text to visual.

ES: Esta herramienta shortcode para inserción de microdatos evita que el editor 
de contenidos TinyMCE incorporado en WordPress elimine los microdatos cuando cambias
la vista del contenido del post de vista de código a vista visual.

You should read _Changelog_ and _Other notes_ tabs.

### Exemplos

**Widgets availables:**

 * SimpleSchema LocalBusiness Schema.
 * SimpleSchema LocalBusiness Services Schema (admits Services and Areas served).

**Shortcode examples:**

Since version 1.2:

**Example with [meta_geo_coordinates]**

    ```
    [meta_geo_coordinates lat="39.321123" lon="0.654987" /]
    ```

will return

    ```
    <div itemscope="" itemprop="geo" itemtype="http://schema.org/GeoCoordinates">
    <meta itemprop="lat" content="39.321123">
    <meta itemprop="lon" content="0.654987">
    </div>
    ```

**Example with [meta_blog_posting]**

    ```
    [meta_blog_posting /]
    ```

will return

    ```
    <div itemscope="" itemtype="http://schema.org/blogPosting">
    <meta itemprop="headline" content="$the_post_title">
    <meta itemprop="datePublished" content="$the_post_date_Y_m_d">
    <meta itemprop="image" content="$the_post_thumbnail_image_url">
    </div>
    ```

Since version 1.1:

**Example 1: [keywords][/keywords]**

    ```
    [keywords]Cars[/keywords]
    ```

will return:

    ```
    <strong itemprop="keywords">Cars</strong>
    ```

**Example 2: [keywords tag=”_HTMLtag_“][/keywords]**

    ```
    [keywords tag=h2]Cars[/keywords]
    ```

will return:

    ```
    <h2 itemprop="keywords">Cars</h2>
    ```

**Example 3: [itemprop][/itemprop]**

    ```
    [itemprop name="name"]LocalBusiness Name[/itemprop]
    ```

will return:

    ```
    <meta itemprop="name" content="LocalBusiness Name"/>
    ```

**Example 4: [itemprop tag=”_HTMLtag_“][/itemprop]**

    ```
    [itemprop name="name" tag="h1"]LocalBusiness Name[/itemprop]
    ```

will return:

    ```
    <h1 itemprop="name">LocalBusiness Name</h1>
    ```

**Example 4: [itemscope itemprop=”_Its itemprop, if needed_” itemtype=”_Its schema
name_“][/itemscope]**

    ```
    [itemscope itemprop="owns" itemtype="Product"][itemprop name="name" tag="h2"][keywords]Cars[/keywords][/itemprop][/itemscope]
    ```

will return:

    ```
    <h1 itemprop="name">LocalBusiness Name</h1>
    ```

**Complete example: parent itemscope wrapping itemscope childs**

    ```
    [itemscope itemtype="LocalBusiness" tag="div" start /]
    [itemprop name="name" tag="h1"][keywords]LocalBusiness Name[/keywords][/itemprop]
    [itemscope itemprop="owns" itemtype="Product"][itemprop name="name" tag="h2"][keywords]Cars[/keywords][/itemprop][/itemscope]
    [itemscope itemprop="owns" itemtype="Product"][itemprop name="name" tag="h2"][keywords]Motorcycles[/keywords][/itemprop][/itemscope]
    Email: <a href="mailto:business@email.com">[itemprop name="email" tag="em"]business@email.com[/itemprop]</a>
    Telephone: <a href="tel:+1-800-000-000">[itemprop name="telephone" tag="strong"]+1-800-000-000[/itemprop]</a>
    [itemscope tag="div" end /]
    ```

ou

    ```
    [is itemtype="LocalBusiness" tag="div" start /]
    [ip name="name" tag="h1"][keywords]LocalBusiness Name[/keywords][/ip]
    [is itemprop="owns" itemtype="Product"][ip name="name" tag="h2"][kw]Cars[/kw][/ip][/is]
    [is itemprop="owns" itemtype="Product"][ip name="name" tag="h2"][kw]Motorcycles[/kw][/ip][/is]
    Email: <a href="mailto:business@email.com">[ip name="email" tag="em"]business@email.com[/ip]</a>
    Telephone: <a href="tel:+1-800-000-000">[ip name="telephone" tag="strong"]+1-800-000-000[/ip]</a>
    [is tag="div" end /]
    ```

will return:

    ```
    <div itemscope="" itemtype="http://schema.org/LocalBusiness">
    <h1 itemprop="name"><strong itemprop="keywords">LocalBusiness Name</strong></h1>
    <div itemscope="" itemprop="owns" itemtype="http://schema.org/Product"><h2 itemprop="name"><strong itemprop="keywords">Cars</strong></h2></div>
    <div itemscope="" itemprop="owns" itemtype="http://schema.org/Product"><h2 itemprop="name"><strong itemprop="keywords">Motorcycles</strong></h2></div>
    Email: <a href="mailto:business@email.com"><em itemprop="email">business@email.com</em></a><br>
    Telephone: <a href="tel:+1-800-000-000"><strong itemprop="telephone">+1-800-000-000</strong></a>
    </div>
    ```

## Instalação

 1. Unzip the zip file to the `/wp-content/plugins/` directory
 2. Ative o plugin por meio do menu “Plugins” no WordPress
 3. Place the right shortcodes in your post/page content editor

## Avaliações

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

### 󠀁[doesn't work](https://wordpress.org/support/topic/doesnt-work-1143/)󠁿

 [createscape](https://profiles.wordpress.org/createscape/) 3 setembro, 2016 1 resposta

Tried on schema video meta data. It didn't work.

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

### 󠀁[A plugin that will help you add microformats in a simple way](https://wordpress.org/support/topic/a-plugin-that-will-help-you-add-microformats-in-a-simple-way/)󠁿

 [Juanjo Bargues](https://profiles.wordpress.org/juanjo-bargues/) 3 setembro, 2016

With this plugin you save a lot of time and headaches. It is very easy to use and
very useful. Essential to optimize web to SEO level without a programmer. The perfect
support for microdata add microformats and schema.org on your web site. Highly recommended!

 [ Leia todas as 2 avaliações ](https://wordpress.org/support/plugin/simpleschema-free/reviews/)

## Colaboradores e desenvolvedores

“SimpleSchema Free” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

 *   [ sergiomico ](https://profiles.wordpress.org/sergiomico/)

[Traduzir o “SimpleSchema Free” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/simpleschema-free)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/simpleschema-free/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/simpleschema-free/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/simpleschema-free/)
por [RSS](https://plugins.trac.wordpress.org/log/simpleschema-free/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.7.6.9

 * Widget display fixing.

#### 1.7.6

 * Widget display fixing.

#### 1.7

 * IMPROVED! SimpleSchema LocalBusiness Schema improved.
 * NEW FEATURE! SimpleSchema LocalBusiness Services Schema (admits Services and 
   Areas served).

#### 1.6

 * NEW FEATURE! SimpleSchema LocalBusiness Schema widget.

#### 1.5.1

 * Some comments added to the code.

#### 1.5

 * IMPROVED! TinyMCE buttons now assign editor selected text as content of the generated
   code. Great!

#### 1.4

 * Bug fixed

#### 1.3

 * NEW FEATURE! New TinyMCE buttons! Now you can insert itemscopes, itemprop or 
   keywords from TinyMCE panel.

#### 1.2

 * NEW FEATURE! New [meta_geo_coordinates] and [meta_blog_posting] shortcodes.
 * `[meta_geo_coordinates lat="39.321123" lon="0.654987" /]` will return `<div itemscope
   ="" itemprop="geo" itemtype="http://schema.org/GeoCoordinates"><meta itemprop
   ="lat" content="39.321123"><meta itemprop="lon" content="0.654987"></div>`
 * `[meta_blog_posting /]` will return `<div itemscope="" itemtype="http://schema.
   org/blogPosting"><meta itemprop="headline" content="$the_post_title"><meta itemprop
   ="datePublished" content="$the_post_date_Y_m_d"><meta itemprop="image" content
   ="$the_post_thumbnail_image_url"></div>`
 * Both [meta_geo_coordinates] and [meta_blog_posting] will also admit content between[
   shortcode][/shortcode] marks.

#### 1.1

 * IMPROVED! You can use [kw], [ip] or [is]. They work like [keywords], [itemprop]
   and [itemscope]. Work with less characters!

#### 1.0

 * IMPROVED! Better version. See _Other notes_ tab for examples.

#### 0.5

 * Very first stable version, only admits _blogPosting_ and _GeoCoordinates_ schemas.

## Meta

 *  Versão **1.7.6.9**
 *  Última atualização **11 anos atrás**
 *  Instalações ativas **30+**
 *  Versão do WordPress ** 3.0.1 ou superior **
 *  Testado até **4.3.34**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/simpleschema-free/)
 * Tags
 * [itemprop](https://br.wordpress.org/plugins/tags/itemprop/)[microdata](https://br.wordpress.org/plugins/tags/microdata/)
   [microformat](https://br.wordpress.org/plugins/tags/microformat/)[schema](https://br.wordpress.org/plugins/tags/schema/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/simpleschema-free/advanced/)

## Classificações

 3 de 5 estrelas.

 *  [  1 avaliação com 5 estrela     ](https://wordpress.org/support/plugin/simpleschema-free/reviews/?filter=5)
 *  [  0 avaliação com 4 estrela     ](https://wordpress.org/support/plugin/simpleschema-free/reviews/?filter=4)
 *  [  0 avaliação com 3 estrela     ](https://wordpress.org/support/plugin/simpleschema-free/reviews/?filter=3)
 *  [  0 avaliação com 2 estrela     ](https://wordpress.org/support/plugin/simpleschema-free/reviews/?filter=2)
 *  [  1 avaliação com 1 estrela     ](https://wordpress.org/support/plugin/simpleschema-free/reviews/?filter=1)

[Sua avaliação](https://wordpress.org/support/plugin/simpleschema-free/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/simpleschema-free/reviews/)

## Colaboradores

 *   [ sergiomico ](https://profiles.wordpress.org/sergiomico/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/simpleschema-free/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](http://www.sergiomico.com/simpleschema-free/)