Title: Schemify
Author: Steve Grunwell
Published: <strong>2017 年 1 月 31 日</strong>
Last modified: 2017 年 1 月 31 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/schemify/assets/icon.svg?rev=1589187)

# Schemify

 由 [Steve Grunwell](https://profiles.wordpress.org/stevegrunwell/) 開發

[下載](https://downloads.wordpress.org/plugin/schemify.0.1.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/schemify/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/schemify/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/schemify/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/schemify/#developers)

 [技術支援](https://wordpress.org/support/plugin/schemify/)

## 外掛說明

Structured data allows developers and publishers to mark up content in a way that
it’s easy for machines to understand. Proper use of structured data [enables third-parties like Google to parse reviews, event data, and contact information in meaningful ways](https://developers.google.com/search/docs/guides/intro-structured-data),
ensuring you’re getting the most “bang” out of your publishing buck.

Fortunately, the major players in the Search game, including Google, Microsoft, 
Yahoo!, and Yandex) came together in the early 2010s to form [Schema.org](http://schema.org/docs/about.html),
a collaborative, community-driven standard for structured data.

With the major search engines and communities behind it, we’re all marking up everything
with appropriate structured data now, right?

Unfortunately, the process of implementing Schema.org in a site — especially one
driven by dynamic content — is less than straightforward. [WordPress](https://wordpress.org),
for instance, [powers roughly a quarter of the web](https://ma.tt/2015/11/seventy-five-to-go/),
but implementing structured data across hundreds of thousands of themes would be
a nightmare.

Or, at least it would be, if it weren’t for Schemify.

#### What does Schemify do?

There are two approaches to adding structured data to a website: via the markup 
or [JSON for Linking Data (JSON-LD)](http://json-ld.org/).

Consider the following author information, which might appear at the bottom of a
blog post:

    ```
    Steve is the Director of Technology at Growella. When he's not working, you can find him speaking at conferences, roasting coffee, or spending time with his wife and daughter
    ```

If I wanted this information to use Schema.org markup, it would look something like
this:

    ```
    Steve is the Director of Technology at Growella. When he's not working, you can find him speaking at conferences, roasting coffee, or spending time with his wife and daughter
    ```

While that may not _seem_ like a lot of work, that’s still a lot of extra markup
being added. Even worse, a lot of that markup might normally be generated by WordPress
helper functions like [`get_avatar()`](https://developer.wordpress.org/reference/functions/get_avatar/),
which means extra work to get the necessary `itemprop` attribute in place.

Fortunately, the other approach for adding structured data is much more straight-
forward in a theme, as it’s simply a JSON-LD object:

    ```
        {
            "@context": "http://schema.org",
            "@type": "Person",
            "name": "Steve Grunwell",
            "url": "https://stevegrunwell.com",
            "image": "https://secure.gravatar.com/avatar/88ea4e10ed968136228545d7112d82cb?s=200",
            "description": "Steve is the Director of Technology at Growella. When he's not working, you can find him speaking at conferences, roasting coffee, or spending time with his wife and daughter"
        }
    ```

We simply generate this JSON-LD object and append it to our document’s `<body>`.
When Google or anyone else who supports JSON-LD structured data parses our page,
they can immediately understand that Steve Grunwell is a person and determine his
website, avatar, and biography.

The best part? There’s no need to change the markup within our theme!

**Schemify aims to automate the generation of JSON-LD objects for content within
WordPress.** Its flexible structure and reasonable defaults enables drop-in support
for structured data, regardless of the WordPress theme.

## 安裝方式

After uploading Schemify to your WordPress instance, activate it via the Plugins
screen in wp-admin.

## 使用者評論

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

### 󠀁[As advertised](https://wordpress.org/support/topic/as-advertised-37/)󠁿

 [philhoyt](https://profiles.wordpress.org/philhoyt/) 2017 年 6 月 29 日

Adding schema to a site no longer has to be an afterthought. This plugin took our
structured data game to the next level and I look forward to seeing how it helps
improve our search ranking!

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/schemify/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Schemify〉的開發相關工作。

參與者

 *   [ Steve Grunwell ](https://profiles.wordpress.org/stevegrunwell/)

〈Schemify〉外掛目前已有 2 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/schemify/contributors)
為這個外掛做出的貢獻。

[將〈Schemify〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/schemify)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/schemify/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/schemify/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/schemify/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/schemify/)。

## 變更記錄

#### 0.1.0

 * Initial public release.

## 中繼資料

 *  版本 **0.1.0**
 *  最後更新 **9 年前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 4.7 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.7.33**
 *  語言
 * [English (US)](https://wordpress.org/plugins/schemify/)、[German](https://de.wordpress.org/plugins/schemify/)、
   及 [German (Switzerland)](https://de-ch.wordpress.org/plugins/schemify/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/schemify)
 * 標籤:
 * [JSON-LD](https://tw.wordpress.org/plugins/tags/json-ld/)[schema](https://tw.wordpress.org/plugins/tags/schema/)
   [structured data](https://tw.wordpress.org/plugins/tags/structured-data/)
 *  [進階檢視](https://tw.wordpress.org/plugins/schemify/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/schemify/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/schemify/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/schemify/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/schemify/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/schemify/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/schemify/reviews/)

## 參與者

 *   [ Steve Grunwell ](https://profiles.wordpress.org/stevegrunwell/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/schemify/)