Title: Voce SEO
Author: prettyboymp
Published: <strong>جنوری 6, 2014</strong>
Last modified: نومبر 29, 2016

---

پلگ انز تلاش کریں

![](https://ps.w.org/voce-seo/assets/banner-772x250.png?rev=952540)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

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

# Voce SEO

 منجانب [prettyboymp](https://profiles.wordpress.org/prettyboymp/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/voce-seo.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/voce-seo/#description)
 * [جائزے](https://ur.wordpress.org/plugins/voce-seo/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/voce-seo/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/voce-seo/#developers)

 [معاونت](https://wordpress.org/support/plugin/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](https://codex.wordpress.org/Managing_Plugins#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.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Voce SEO” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ prettyboymp ](https://profiles.wordpress.org/prettyboymp/)
 *   [ voceplatforms ](https://profiles.wordpress.org/voceplatforms/)
 *   [ Mat Gargano ](https://profiles.wordpress.org/matstars/)
 *   [ Kevin Langley Jr. ](https://profiles.wordpress.org/kevinlangleyjr/)
 *   [ smccafferty ](https://profiles.wordpress.org/smccafferty/)

[“Voce SEO” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/voce-seo)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/voce-seo/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/voce-seo/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/voce-seo/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/voce-seo/?limit=100&mode=stop_on_copy&format=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

## میٹا

 *  Version **0.6.3**
 *  Last updated **10 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.7.0 یا اس سے جدید **
 *  Tested up to **4.2.39**
 *  Language
 * [English (US)](https://wordpress.org/plugins/voce-seo/)
 * Tag
 * [seo](https://ur.wordpress.org/plugins/tags/seo/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/voce-seo/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/voce-seo/reviews/)

## شراکت دار

 *   [ prettyboymp ](https://profiles.wordpress.org/prettyboymp/)
 *   [ voceplatforms ](https://profiles.wordpress.org/voceplatforms/)
 *   [ Mat Gargano ](https://profiles.wordpress.org/matstars/)
 *   [ Kevin Langley Jr. ](https://profiles.wordpress.org/kevinlangleyjr/)
 *   [ smccafferty ](https://profiles.wordpress.org/smccafferty/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/voce-seo/)