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

Voce SEO

外掛說明

Adds filterable SEO and Social fields to all publicly queryable post types and applies them to the header of the site to improve discoverability.

As standard plugin:

See Installing Plugins.

As theme or plugin dependency:

After dropping the plugin into the containing theme or plugin, add the following:
php
if( ! class_exists( 'VSEO' ) ) {
require_once( $path_to_voce_seo . '/voce-seo.php' );
}

安裝方式

  1. Install the Voce Seo plugin folder directly into the wp-content/plugins/ directory.
  2. Activate the plugin via the Plugins menu in the WordPress admin.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

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

參與者

將〈Voce SEO〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

Version 0.6.3

  • Removing error control operator

Version 0.6.2

  • Removing usage of grunt-voce-plugins in favor of the individually used node modules

Version 0.6.1

  • Fixing non-static method deprecated notice

Version 0.6.0

  • Adding more flexible support for other single post types
  • Adding keywords support.

Version 0.5.4

  • Adding get_vseo_meta filter

Version 0.5.3

  • Adding escaping per VIP

Version 0.5.2

  • Strict comparisons
  • Escaping
  • Meta output validation

Version 0.5.0

  • Testing with WordPress 4.2.1
  • Adding handling to vseo meta for term splitting

Version 0.4.0

  • Testing with WordPress 4.1
  • Removing build files
  • Updating dependencies

Version 0.3.9

  • Only add meta box if post_type_object is valid

Version 0.3.8

  • Escape translated strings.

Version 0.3.7

  • Don’t use $_REQUEST, be explicit.

Version 0.3.6

  • Add vseo_twitterimage filter to filter the twitter:image property.

Version 0.3.5

  • No change. Syncing with wordpress.org version bump needed for SVN permissions fix.

Version 0.3.4

  • Remove 301 Redirect meta element, which was deprecated

Version 0.3.3

  • Escape output. Sanitize input. Remove vseo_sanitize_meta_text() and replace callbacks to it with sanitize_text_field()

Version 0.3.2

  • Change file permissions to remove execute and write

Version 0.3.1

  • Set image to full size for og:image
  • Use og:description on homepage

Version 0.3.0

  • Adding ability to set separate Facebook, Twitter and SEO title

Version 0.2.9

  • Adding ability to set title and description meta for taxonomy terms, set in the taxonomy term admin page

Version 0.2.8

  • Fixing issue where tag attributes would not be separated.

Version 0.2.7

  • Reworking logic to create meta/link tags; an associative array is generated of all the meta/link tags and is now filterable.
  • OG and Twitter tags can now be filtered/disabled.

Version 0.2.5

  • Separate filters for og:description and twitter:description
  • Add separate field for twitter description
  • Change logic for twitter and facebook description to: respective separate meta text field falls back to voce seo generic meta text field to excerpt.

Version 0.2.4

  • Refactor og:title and twitter:title to be filterable and use a more appropriate title based on the queried object.

Version 0.2.2

  • Fix bug in ‘wp_title’ filter affecting archive pages.

Version 0.2.1

  • Adding metabox to the page post type as well as publicly_queryable post types.
  • Had to include page manually since it is not set as publicly queryable by default.

Version 0.2.0

  • Adding composer/dependencies

Version 0.1.1

  • Changing name of version constants.

Version 0.1.0

  • Initial release