Version Description
- Fix: Compatibility fix WordPress 4.7.
Download this release
Release Info
Developer | Nikschavan |
Plugin | All In One Schema Rich Snippets |
Version | 1.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.4.0 to 1.4.1
- README.md +154 -154
- functions.php +1 -1
- index.php +1 -1
- readme.txt +163 -160
README.md
CHANGED
@@ -1,155 +1,155 @@
|
|
1 |
-
# All In One Schema.org Rich Snippets #
|
2 |
-
**Contributors:** brainstormforce, yawalkarm
|
3 |
-
**Donate link:** https://www.brainstormforce.com
|
4 |
-
**Tags:** Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
|
5 |
-
**Requires at least:** 3.7
|
6 |
-
**Tested up to:** 4.
|
7 |
-
**Stable tag:** 1.4.
|
8 |
-
**License:** GPLv2 or later
|
9 |
-
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
-
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
|
11 |
-
|
12 |
-
## Description ##
|
13 |
-
|
14 |
-
### What is a Rich Snippet? ###
|
15 |
-
It is basically a short summary of your page in the search results of Google, Yahoo, Bing and sometimes in the News feed of Facebook in nice format with star ratings, author photo, image, etc.
|
16 |
-
[See Examples of Rich Snippets Here.](https://www.brainstormforce.com/schema-rich-snippets/ "Rich Snippets Examples")
|
17 |
-
|
18 |
-
### How does a Rich Snippet help? ###
|
19 |
-
- It gives search engines only the important & precise information to display in search result snippets.
|
20 |
-
- Rich Snippets are very interactive (photos, star ratings, price, author, etc.) to let you stand out from competition
|
21 |
-
- [See what difference it makes](https://www.brainstormforce.com/schema-rich-snippets/ "See the difference") in CTR (Click Through Rate)
|
22 |
-
- Helps you rank higher in search results
|
23 |
-
- Helps Facebook display proper information when users share your links on Facebook
|
24 |
-
> **Curious, how does this plugin work?**
|
25 |
-
|
26 |
-
|
27 |
-
### Supported Content Types - ###
|
28 |
-
This plugin supports the following types of Schemas:
|
29 |
-
* Review
|
30 |
-
* Event
|
31 |
-
* People
|
32 |
-
* Product
|
33 |
-
* Recipe
|
34 |
-
* Software Application
|
35 |
-
* Video
|
36 |
-
* Articles
|
37 |
-
|
38 |
-
### Future release would include - ###
|
39 |
-
* Breadcrumbs
|
40 |
-
* Local Business
|
41 |
-
* Books
|
42 |
-
### Want to contribute to the plugin? ###
|
43 |
-
**You may now contribute to the plugin on Github:** [All in one Schema.org Rich Snippets on Github](https://github.com/brainstormforce/All-In-One-Schema.org-Rich-Snippets "Contribute on Github")
|
44 |
-
|
45 |
-
## Installation ##
|
46 |
-
|
47 |
-
### Through Dashboard ###
|
48 |
-
1. Go to Plugins -> Add New -> Search for "All in One Schema.org Rich Snippets" Or Upload the plugins zip file
|
49 |
-
### Through FTP ###
|
50 |
-
1. Upload the plugin into `wp-content/plugins` directory
|
51 |
-
2. Activate the plugin through the 'Plugins' menu in WordPress
|
52 |
-
3. That's It.
|
53 |
-
Now go and create a new post. There you will find a meta box, select the type of post from dropdown and fill out the details, publish the post.
|
54 |
-
Google will start showing rich snippets in the search results, as soon as your post is crawled.
|
55 |
-
|
56 |
-
You can test the rich snippet on Google Webmasters Rich Snippets Testing Tool
|
57 |
-
|
58 |
-
## Frequently Asked Questions ##
|
59 |
-
|
60 |
-
### What is a Rich Snippet? ###
|
61 |
-
It is basically a short summary of your page in the search results of Google, Yahoo, Bing and sometimes in the News feed of Facebook in nice format with star ratings, author photo, image, etc.
|
62 |
-
### How does a Rich Snippet help? ###
|
63 |
-
- It gives search engines only the important & precise information to display in search result snippets.
|
64 |
-
- Rich Snippets are very interactive (photos, star ratings, price, author, etc.) to let you stand out from competition
|
65 |
-
- [See what difference it makes](https://www.brainstormforce.com/schema-rich-snippets/ "See the difference") in CTR (Click Through Rate)
|
66 |
-
- Helps you rank higher in search results
|
67 |
-
- Helps Facebook display proper information when users share your links on Facebook
|
68 |
-
|
69 |
-
### Which Content Types are Supported? ###
|
70 |
-
This plugin currently supports almost all of the content types that are released by Schema.org at one place.
|
71 |
-
Review, Event, People, Product, Recipe, Software Application, Video, Articles etc.
|
72 |
-
|
73 |
-
## Changelog ##
|
74 |
-
|
75 |
-
### 1.4.0 ###
|
76 |
-
* Added new service schema
|
77 |
-
* Minor CSS fixes
|
78 |
-
|
79 |
-
### 1.3.0 ###
|
80 |
-
* Improvement: Updated markup data to meet Google Structured data guidelines
|
81 |
-
* Fixed: WordPress 4.4 compatibility
|
82 |
-
* Fixed: Admin UI on small screens
|
83 |
-
|
84 |
-
### 1.2.0 ###
|
85 |
-
* Improvement: WordPress 4.0 compatibility
|
86 |
-
* Fixed: Colorpicker breaking other plugins colorpicker settings.
|
87 |
-
|
88 |
-
### 1.1.9 ###
|
89 |
-
* Fixed: Image uploading in meta issue resolved.
|
90 |
-
* Fixed: Compatibility with WordPress 3.9
|
91 |
-
|
92 |
-
### 1.1.8 ###
|
93 |
-
* Fixed: CSS and JS now loads on the page / post where rich snippets are configured.
|
94 |
-
|
95 |
-
### 1.1.7 ###
|
96 |
-
* Improvement: Added "Test Rich Snippets" menu in admin bar for testing rich snippets in Google Webmasters Tools
|
97 |
-
* Fixed: retina.js issue resolved
|
98 |
-
* Removed unnecessary code
|
99 |
-
|
100 |
-
### 1.1.6 ###
|
101 |
-
* Improvement: Compatibility with WordPres 3.8
|
102 |
-
* Fixed: Admin CSS breaking tabs in WP 3.8
|
103 |
-
* Added - reference post url field in "contact developers" form on settings page
|
104 |
-
|
105 |
-
### 1.1.5 ###
|
106 |
-
* Improvement: Replaced rating 'count' with 'votes' on products - as directed by Google
|
107 |
-
* Fixed: Article snippet not displaying accurate when snippet title is blank
|
108 |
-
* Fixed: Recipe string 'Published on' can be changed.
|
109 |
-
|
110 |
-
### 1.1.4 ###
|
111 |
-
* Fixed: Illegal string offset `user_rating` Warning
|
112 |
-
|
113 |
-
### 1.1.3 ###
|
114 |
-
* Improvement : Network Activation
|
115 |
-
|
116 |
-
### 1.1.2 ###
|
117 |
-
* Fixed: Edit media functionality.
|
118 |
-
|
119 |
-
### 1.1.1 ###
|
120 |
-
* Added: Article type
|
121 |
-
* Added: Compatibility with WooThemes Plugins and themes
|
122 |
-
* Added: New Media Manager for uploading images in metabox
|
123 |
-
|
124 |
-
### 1.1.0 ###
|
125 |
-
* Added: Admin options
|
126 |
-
* Fixed: Ratings on recipe, products and software application
|
127 |
-
* Improvement: Admin options for customizing everything
|
128 |
-
* Improvement: New snippet box design with responsive layout
|
129 |
-
|
130 |
-
### 1.0.4 ###
|
131 |
-
* Fixed: Rating on Comments
|
132 |
-
* Fixed: On deleting any deactivated plugin
|
133 |
-
* Fixed: Error message comming on commenting
|
134 |
-
* Fixed: On post save draft
|
135 |
-
|
136 |
-
### 1.0.3 ###
|
137 |
-
* Clean up the code
|
138 |
-
* Fixed: Plugin activation error
|
139 |
-
* Fixed: Error on editing theme and plugin files.
|
140 |
-
* Removed : Breadcrumbs
|
141 |
-
|
142 |
-
### 1.0.2 ###
|
143 |
-
* Added: RDFa Breadcrumbs Plugin is now a part of All in One Schema.org Rich Snippets !
|
144 |
-
* Added: Star rating and review for recipe
|
145 |
-
* Fized: Recipe type
|
146 |
-
* Fixed: Post update error
|
147 |
-
|
148 |
-
### 1.0.1 ###
|
149 |
-
* Minor Bugs Fixes
|
150 |
-
|
151 |
-
### 1.0 ###
|
152 |
-
* Initial Release.
|
153 |
-
|
154 |
-
## Upgrade Notice ##
|
155 |
**Note:** Minor bug fixes. Update the plugin to enjoy bug free blogging!
|
1 |
+
# All In One Schema.org Rich Snippets #
|
2 |
+
**Contributors:** brainstormforce, yawalkarm
|
3 |
+
**Donate link:** https://www.brainstormforce.com
|
4 |
+
**Tags:** Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
|
5 |
+
**Requires at least:** 3.7
|
6 |
+
**Tested up to:** 4.7
|
7 |
+
**Stable tag:** 1.4.1
|
8 |
+
**License:** GPLv2 or later
|
9 |
+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
+
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
|
11 |
+
|
12 |
+
## Description ##
|
13 |
+
|
14 |
+
### What is a Rich Snippet? ###
|
15 |
+
It is basically a short summary of your page in the search results of Google, Yahoo, Bing and sometimes in the News feed of Facebook in nice format with star ratings, author photo, image, etc.
|
16 |
+
[See Examples of Rich Snippets Here.](https://www.brainstormforce.com/schema-rich-snippets/ "Rich Snippets Examples")
|
17 |
+
|
18 |
+
### How does a Rich Snippet help? ###
|
19 |
+
- It gives search engines only the important & precise information to display in search result snippets.
|
20 |
+
- Rich Snippets are very interactive (photos, star ratings, price, author, etc.) to let you stand out from competition
|
21 |
+
- [See what difference it makes](https://www.brainstormforce.com/schema-rich-snippets/ "See the difference") in CTR (Click Through Rate)
|
22 |
+
- Helps you rank higher in search results
|
23 |
+
- Helps Facebook display proper information when users share your links on Facebook
|
24 |
+
> **Curious, how does this plugin work?**
|
25 |
+
|
26 |
+
|
27 |
+
### Supported Content Types - ###
|
28 |
+
This plugin supports the following types of Schemas:
|
29 |
+
* Review
|
30 |
+
* Event
|
31 |
+
* People
|
32 |
+
* Product
|
33 |
+
* Recipe
|
34 |
+
* Software Application
|
35 |
+
* Video
|
36 |
+
* Articles
|
37 |
+
|
38 |
+
### Future release would include - ###
|
39 |
+
* Breadcrumbs
|
40 |
+
* Local Business
|
41 |
+
* Books
|
42 |
+
### Want to contribute to the plugin? ###
|
43 |
+
**You may now contribute to the plugin on Github:** [All in one Schema.org Rich Snippets on Github](https://github.com/brainstormforce/All-In-One-Schema.org-Rich-Snippets "Contribute on Github")
|
44 |
+
|
45 |
+
## Installation ##
|
46 |
+
|
47 |
+
### Through Dashboard ###
|
48 |
+
1. Go to Plugins -> Add New -> Search for "All in One Schema.org Rich Snippets" Or Upload the plugins zip file
|
49 |
+
### Through FTP ###
|
50 |
+
1. Upload the plugin into `wp-content/plugins` directory
|
51 |
+
2. Activate the plugin through the 'Plugins' menu in WordPress
|
52 |
+
3. That's It.
|
53 |
+
Now go and create a new post. There you will find a meta box, select the type of post from dropdown and fill out the details, publish the post.
|
54 |
+
Google will start showing rich snippets in the search results, as soon as your post is crawled.
|
55 |
+
|
56 |
+
You can test the rich snippet on Google Webmasters Rich Snippets Testing Tool
|
57 |
+
|
58 |
+
## Frequently Asked Questions ##
|
59 |
+
|
60 |
+
### What is a Rich Snippet? ###
|
61 |
+
It is basically a short summary of your page in the search results of Google, Yahoo, Bing and sometimes in the News feed of Facebook in nice format with star ratings, author photo, image, etc.
|
62 |
+
### How does a Rich Snippet help? ###
|
63 |
+
- It gives search engines only the important & precise information to display in search result snippets.
|
64 |
+
- Rich Snippets are very interactive (photos, star ratings, price, author, etc.) to let you stand out from competition
|
65 |
+
- [See what difference it makes](https://www.brainstormforce.com/schema-rich-snippets/ "See the difference") in CTR (Click Through Rate)
|
66 |
+
- Helps you rank higher in search results
|
67 |
+
- Helps Facebook display proper information when users share your links on Facebook
|
68 |
+
|
69 |
+
### Which Content Types are Supported? ###
|
70 |
+
This plugin currently supports almost all of the content types that are released by Schema.org at one place.
|
71 |
+
Review, Event, People, Product, Recipe, Software Application, Video, Articles etc.
|
72 |
+
|
73 |
+
## Changelog ##
|
74 |
+
|
75 |
+
### 1.4.0 ###
|
76 |
+
* Added new service schema
|
77 |
+
* Minor CSS fixes
|
78 |
+
|
79 |
+
### 1.3.0 ###
|
80 |
+
* Improvement: Updated markup data to meet Google Structured data guidelines
|
81 |
+
* Fixed: WordPress 4.4 compatibility
|
82 |
+
* Fixed: Admin UI on small screens
|
83 |
+
|
84 |
+
### 1.2.0 ###
|
85 |
+
* Improvement: WordPress 4.0 compatibility
|
86 |
+
* Fixed: Colorpicker breaking other plugins colorpicker settings.
|
87 |
+
|
88 |
+
### 1.1.9 ###
|
89 |
+
* Fixed: Image uploading in meta issue resolved.
|
90 |
+
* Fixed: Compatibility with WordPress 3.9
|
91 |
+
|
92 |
+
### 1.1.8 ###
|
93 |
+
* Fixed: CSS and JS now loads on the page / post where rich snippets are configured.
|
94 |
+
|
95 |
+
### 1.1.7 ###
|
96 |
+
* Improvement: Added "Test Rich Snippets" menu in admin bar for testing rich snippets in Google Webmasters Tools
|
97 |
+
* Fixed: retina.js issue resolved
|
98 |
+
* Removed unnecessary code
|
99 |
+
|
100 |
+
### 1.1.6 ###
|
101 |
+
* Improvement: Compatibility with WordPres 3.8
|
102 |
+
* Fixed: Admin CSS breaking tabs in WP 3.8
|
103 |
+
* Added - reference post url field in "contact developers" form on settings page
|
104 |
+
|
105 |
+
### 1.1.5 ###
|
106 |
+
* Improvement: Replaced rating 'count' with 'votes' on products - as directed by Google
|
107 |
+
* Fixed: Article snippet not displaying accurate when snippet title is blank
|
108 |
+
* Fixed: Recipe string 'Published on' can be changed.
|
109 |
+
|
110 |
+
### 1.1.4 ###
|
111 |
+
* Fixed: Illegal string offset `user_rating` Warning
|
112 |
+
|
113 |
+
### 1.1.3 ###
|
114 |
+
* Improvement : Network Activation
|
115 |
+
|
116 |
+
### 1.1.2 ###
|
117 |
+
* Fixed: Edit media functionality.
|
118 |
+
|
119 |
+
### 1.1.1 ###
|
120 |
+
* Added: Article type
|
121 |
+
* Added: Compatibility with WooThemes Plugins and themes
|
122 |
+
* Added: New Media Manager for uploading images in metabox
|
123 |
+
|
124 |
+
### 1.1.0 ###
|
125 |
+
* Added: Admin options
|
126 |
+
* Fixed: Ratings on recipe, products and software application
|
127 |
+
* Improvement: Admin options for customizing everything
|
128 |
+
* Improvement: New snippet box design with responsive layout
|
129 |
+
|
130 |
+
### 1.0.4 ###
|
131 |
+
* Fixed: Rating on Comments
|
132 |
+
* Fixed: On deleting any deactivated plugin
|
133 |
+
* Fixed: Error message comming on commenting
|
134 |
+
* Fixed: On post save draft
|
135 |
+
|
136 |
+
### 1.0.3 ###
|
137 |
+
* Clean up the code
|
138 |
+
* Fixed: Plugin activation error
|
139 |
+
* Fixed: Error on editing theme and plugin files.
|
140 |
+
* Removed : Breadcrumbs
|
141 |
+
|
142 |
+
### 1.0.2 ###
|
143 |
+
* Added: RDFa Breadcrumbs Plugin is now a part of All in One Schema.org Rich Snippets !
|
144 |
+
* Added: Star rating and review for recipe
|
145 |
+
* Fized: Recipe type
|
146 |
+
* Fixed: Post update error
|
147 |
+
|
148 |
+
### 1.0.1 ###
|
149 |
+
* Minor Bugs Fixes
|
150 |
+
|
151 |
+
### 1.0 ###
|
152 |
+
* Initial Release.
|
153 |
+
|
154 |
+
## Upgrade Notice ##
|
155 |
**Note:** Minor bug fixes. Update the plugin to enjoy bug free blogging!
|
functions.php
CHANGED
@@ -23,7 +23,7 @@ add_action( 'wp_head', 'add_ajax_library' );
|
|
23 |
* Initialize the metabox class.
|
24 |
*/
|
25 |
/* FUNCTION to check for posts having snippets */
|
26 |
-
add_action('
|
27 |
function check_snippet_existence(){
|
28 |
global $post;
|
29 |
$type = get_post_meta($post->ID, '_bsf_post_type', true);
|
23 |
* Initialize the metabox class.
|
24 |
*/
|
25 |
/* FUNCTION to check for posts having snippets */
|
26 |
+
add_action('wp','check_snippet_existence','',7);
|
27 |
function check_snippet_existence(){
|
28 |
global $post;
|
29 |
$type = get_post_meta($post->ID, '_bsf_post_type', true);
|
index.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://www.brainstormforce.com
|
|
5 |
Author: Brainstorm Force
|
6 |
Author URI: https://www.brainstormforce.com
|
7 |
Description: The All in One Rich Snippets gives the power to the blog author to control the rich snippets to be shown in the search results by the search engines.
|
8 |
-
Version: 1.4.
|
9 |
Text Domain: rich-snippets
|
10 |
License: GPL2
|
11 |
*/
|
5 |
Author: Brainstorm Force
|
6 |
Author URI: https://www.brainstormforce.com
|
7 |
Description: The All in One Rich Snippets gives the power to the blog author to control the rich snippets to be shown in the search results by the search engines.
|
8 |
+
Version: 1.4.1
|
9 |
Text Domain: rich-snippets
|
10 |
License: GPL2
|
11 |
*/
|
readme.txt
CHANGED
@@ -1,161 +1,164 @@
|
|
1 |
-
=== All In One Schema.org Rich Snippets ===
|
2 |
-
Contributors: brainstormforce, yawalkarm
|
3 |
-
Donate link: https://www.brainstormforce.com
|
4 |
-
Tags: Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
|
5 |
-
Requires at least: 3.7
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.4.
|
8 |
-
License: GPLv2 or later
|
9 |
-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
-
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
|
11 |
-
|
12 |
-
== Description ==
|
13 |
-
|
14 |
-
= What is a Rich Snippet? =
|
15 |
-
It is basically a short summary of your page in the search results of Google, Yahoo, Bing and sometimes in the News feed of Facebook in nice format with star ratings, author photo, image, etc.
|
16 |
-
[See Examples of Rich Snippets Here.](https://www.brainstormforce.com/schema-rich-snippets/ "Rich Snippets Examples")
|
17 |
-
|
18 |
-
= How does a Rich Snippet help? =
|
19 |
-
- It gives search engines only the important & precise information to display in search result snippets.
|
20 |
-
- Rich Snippets are very interactive (photos, star ratings, price, author, etc.) to let you stand out from competition
|
21 |
-
- [See what difference it makes](https://www.brainstormforce.com/schema-rich-snippets/ "See the difference") in CTR (Click Through Rate)
|
22 |
-
- Helps you rank higher in search results
|
23 |
-
- Helps Facebook display proper information when users share your links on Facebook
|
24 |
-
> **Curious, how does this plugin work?**
|
25 |
-
|
26 |
-
|
27 |
-
= Supported Content Types - =
|
28 |
-
This plugin supports the following types of Schemas:
|
29 |
-
* Review
|
30 |
-
* Event
|
31 |
-
* People
|
32 |
-
* Product
|
33 |
-
* Recipe
|
34 |
-
* Software Application
|
35 |
-
* Video
|
36 |
-
* Articles
|
37 |
-
|
38 |
-
= Future release would include - =
|
39 |
-
* Breadcrumbs
|
40 |
-
* Local Business
|
41 |
-
* Books
|
42 |
-
= Want to contribute to the plugin? =
|
43 |
-
You may now contribute to the plugin on Github: [All in one Schema.org Rich Snippets on Github](https://github.com/brainstormforce/All-In-One-Schema.org-Rich-Snippets "Contribute on Github")
|
44 |
-
|
45 |
-
== Installation ==
|
46 |
-
|
47 |
-
= Through Dashboard =
|
48 |
-
1. Go to Plugins -> Add New -> Search for "All in One Schema.org Rich Snippets" Or Upload the plugins zip file
|
49 |
-
= Through FTP =
|
50 |
-
1. Upload the plugin into `wp-content/plugins` directory
|
51 |
-
2. Activate the plugin through the 'Plugins' menu in WordPress
|
52 |
-
3. That's It.
|
53 |
-
Now go and create a new post. There you will find a meta box, select the type of post from dropdown and fill out the details, publish the post.
|
54 |
-
Google will start showing rich snippets in the search results, as soon as your post is crawled.
|
55 |
-
|
56 |
-
You can test the rich snippet on Google Webmasters Rich Snippets Testing Tool
|
57 |
-
|
58 |
-
== Frequently Asked Questions ==
|
59 |
-
|
60 |
-
= What is a Rich Snippet? =
|
61 |
-
It is basically a short summary of your page in the search results of Google, Yahoo, Bing and sometimes in the News feed of Facebook in nice format with star ratings, author photo, image, etc.
|
62 |
-
= How does a Rich Snippet help? =
|
63 |
-
- It gives search engines only the important & precise information to display in search result snippets.
|
64 |
-
- Rich Snippets are very interactive (photos, star ratings, price, author, etc.) to let you stand out from competition
|
65 |
-
- [See what difference it makes](https://www.brainstormforce.com/schema-rich-snippets/ "See the difference") in CTR (Click Through Rate)
|
66 |
-
- Helps you rank higher in search results
|
67 |
-
- Helps Facebook display proper information when users share your links on Facebook
|
68 |
-
|
69 |
-
= Which Content Types are Supported? =
|
70 |
-
This plugin currently supports almost all of the content types that are released by Schema.org at one place.
|
71 |
-
Review, Event, People, Product, Recipe, Software Application, Video, Articles etc.
|
72 |
-
|
73 |
-
== Screenshots ==
|
74 |
-
1. Meta box in post-new under the editor screen.
|
75 |
-
2. Select content type from dropdown
|
76 |
-
3. Fill the details as much as you can
|
77 |
-
4. Test the post or page URL in Google Rich Snippets Testing
|
78 |
-
|
79 |
-
== Changelog ==
|
80 |
-
|
81 |
-
= 1.4.
|
82 |
-
*
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
*
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
*
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
* Fixed:
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
* Fixed:
|
100 |
-
|
101 |
-
= 1.1.
|
102 |
-
*
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
*
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
*
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
* Fixed:
|
118 |
-
|
119 |
-
= 1.1.
|
120 |
-
*
|
121 |
-
|
122 |
-
= 1.1.
|
123 |
-
*
|
124 |
-
|
125 |
-
= 1.1.
|
126 |
-
*
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
* Added:
|
132 |
-
|
133 |
-
|
134 |
-
*
|
135 |
-
|
136 |
-
|
137 |
-
*
|
138 |
-
|
139 |
-
|
140 |
-
* Fixed:
|
141 |
-
|
142 |
-
|
143 |
-
*
|
144 |
-
|
145 |
-
|
146 |
-
*
|
147 |
-
|
148 |
-
|
149 |
-
*
|
150 |
-
|
151 |
-
|
152 |
-
*
|
153 |
-
|
154 |
-
|
155 |
-
*
|
156 |
-
|
157 |
-
= 1.0 =
|
158 |
-
*
|
159 |
-
|
160 |
-
|
|
|
|
|
|
|
161 |
Note: Minor bug fixes. Update the plugin to enjoy bug free blogging!
|
1 |
+
=== All In One Schema.org Rich Snippets ===
|
2 |
+
Contributors: brainstormforce, yawalkarm
|
3 |
+
Donate link: https://www.brainstormforce.com
|
4 |
+
Tags: Review, Event, People, Product, Recipe, Software Application, Video, Article, rdfa, rich snippet, schema.org, schema, microdata, microformat, SERP, Google, Yahoo, Bing
|
5 |
+
Requires at least: 3.7
|
6 |
+
Tested up to: 4.7
|
7 |
+
Stable tag: 1.4.1
|
8 |
+
License: GPLv2 or later
|
9 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
+
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
|
11 |
+
|
12 |
+
== Description ==
|
13 |
+
|
14 |
+
= What is a Rich Snippet? =
|
15 |
+
It is basically a short summary of your page in the search results of Google, Yahoo, Bing and sometimes in the News feed of Facebook in nice format with star ratings, author photo, image, etc.
|
16 |
+
[See Examples of Rich Snippets Here.](https://www.brainstormforce.com/schema-rich-snippets/ "Rich Snippets Examples")
|
17 |
+
|
18 |
+
= How does a Rich Snippet help? =
|
19 |
+
- It gives search engines only the important & precise information to display in search result snippets.
|
20 |
+
- Rich Snippets are very interactive (photos, star ratings, price, author, etc.) to let you stand out from competition
|
21 |
+
- [See what difference it makes](https://www.brainstormforce.com/schema-rich-snippets/ "See the difference") in CTR (Click Through Rate)
|
22 |
+
- Helps you rank higher in search results
|
23 |
+
- Helps Facebook display proper information when users share your links on Facebook
|
24 |
+
> **Curious, how does this plugin work?**
|
25 |
+
|
26 |
+
|
27 |
+
= Supported Content Types - =
|
28 |
+
This plugin supports the following types of Schemas:
|
29 |
+
* Review
|
30 |
+
* Event
|
31 |
+
* People
|
32 |
+
* Product
|
33 |
+
* Recipe
|
34 |
+
* Software Application
|
35 |
+
* Video
|
36 |
+
* Articles
|
37 |
+
|
38 |
+
= Future release would include - =
|
39 |
+
* Breadcrumbs
|
40 |
+
* Local Business
|
41 |
+
* Books
|
42 |
+
= Want to contribute to the plugin? =
|
43 |
+
You may now contribute to the plugin on Github: [All in one Schema.org Rich Snippets on Github](https://github.com/brainstormforce/All-In-One-Schema.org-Rich-Snippets "Contribute on Github")
|
44 |
+
|
45 |
+
== Installation ==
|
46 |
+
|
47 |
+
= Through Dashboard =
|
48 |
+
1. Go to Plugins -> Add New -> Search for "All in One Schema.org Rich Snippets" Or Upload the plugins zip file
|
49 |
+
= Through FTP =
|
50 |
+
1. Upload the plugin into `wp-content/plugins` directory
|
51 |
+
2. Activate the plugin through the 'Plugins' menu in WordPress
|
52 |
+
3. That's It.
|
53 |
+
Now go and create a new post. There you will find a meta box, select the type of post from dropdown and fill out the details, publish the post.
|
54 |
+
Google will start showing rich snippets in the search results, as soon as your post is crawled.
|
55 |
+
|
56 |
+
You can test the rich snippet on Google Webmasters Rich Snippets Testing Tool
|
57 |
+
|
58 |
+
== Frequently Asked Questions ==
|
59 |
+
|
60 |
+
= What is a Rich Snippet? =
|
61 |
+
It is basically a short summary of your page in the search results of Google, Yahoo, Bing and sometimes in the News feed of Facebook in nice format with star ratings, author photo, image, etc.
|
62 |
+
= How does a Rich Snippet help? =
|
63 |
+
- It gives search engines only the important & precise information to display in search result snippets.
|
64 |
+
- Rich Snippets are very interactive (photos, star ratings, price, author, etc.) to let you stand out from competition
|
65 |
+
- [See what difference it makes](https://www.brainstormforce.com/schema-rich-snippets/ "See the difference") in CTR (Click Through Rate)
|
66 |
+
- Helps you rank higher in search results
|
67 |
+
- Helps Facebook display proper information when users share your links on Facebook
|
68 |
+
|
69 |
+
= Which Content Types are Supported? =
|
70 |
+
This plugin currently supports almost all of the content types that are released by Schema.org at one place.
|
71 |
+
Review, Event, People, Product, Recipe, Software Application, Video, Articles etc.
|
72 |
+
|
73 |
+
== Screenshots ==
|
74 |
+
1. Meta box in post-new under the editor screen.
|
75 |
+
2. Select content type from dropdown
|
76 |
+
3. Fill the details as much as you can
|
77 |
+
4. Test the post or page URL in Google Rich Snippets Testing
|
78 |
+
|
79 |
+
== Changelog ==
|
80 |
+
|
81 |
+
= 1.4.1 =
|
82 |
+
* Fix: Compatibility fix WordPress 4.7.
|
83 |
+
|
84 |
+
= 1.4.0 =
|
85 |
+
* Added new service schema
|
86 |
+
* Minor CSS fixes
|
87 |
+
|
88 |
+
= 1.3.0 =
|
89 |
+
* Improvement: Updated markup data to meet Google Structured data guidelines
|
90 |
+
* Fixed: WordPress 4.4 compatibility
|
91 |
+
* Fixed: Admin UI on small screens
|
92 |
+
|
93 |
+
= 1.2.0 =
|
94 |
+
* Improvement: WordPress 4.0 compatibility
|
95 |
+
* Fixed: Colorpicker breaking other plugins colorpicker settings.
|
96 |
+
|
97 |
+
= 1.1.9 =
|
98 |
+
* Fixed: Image uploading in meta issue resolved.
|
99 |
+
* Fixed: Compatibility with WordPress 3.9
|
100 |
+
|
101 |
+
= 1.1.8 =
|
102 |
+
* Fixed: CSS and JS now loads on the page / post where rich snippets are configured.
|
103 |
+
|
104 |
+
= 1.1.7 =
|
105 |
+
* Improvement: Added "Test Rich Snippets" menu in admin bar for testing rich snippets in Google Webmasters Tools
|
106 |
+
* Fixed: retina.js issue resolved
|
107 |
+
* Removed unnecessary code
|
108 |
+
|
109 |
+
= 1.1.6 =
|
110 |
+
* Improvement: Compatibility with WordPres 3.8
|
111 |
+
* Fixed: Admin CSS breaking tabs in WP 3.8
|
112 |
+
* Added - reference post url field in "contact developers" form on settings page
|
113 |
+
|
114 |
+
= 1.1.5 =
|
115 |
+
* Improvement: Replaced rating 'count' with 'votes' on products - as directed by Google
|
116 |
+
* Fixed: Article snippet not displaying accurate when snippet title is blank
|
117 |
+
* Fixed: Recipe string 'Published on' can be changed.
|
118 |
+
|
119 |
+
= 1.1.4 =
|
120 |
+
* Fixed: Illegal string offset `user_rating` Warning
|
121 |
+
|
122 |
+
= 1.1.3 =
|
123 |
+
* Improvement : Network Activation
|
124 |
+
|
125 |
+
= 1.1.2 =
|
126 |
+
* Fixed: Edit media functionality.
|
127 |
+
|
128 |
+
= 1.1.1 =
|
129 |
+
* Added: Article type
|
130 |
+
* Added: Compatibility with WooThemes Plugins and themes
|
131 |
+
* Added: New Media Manager for uploading images in metabox
|
132 |
+
|
133 |
+
= 1.1.0 =
|
134 |
+
* Added: Admin options
|
135 |
+
* Fixed: Ratings on recipe, products and software application
|
136 |
+
* Improvement: Admin options for customizing everything
|
137 |
+
* Improvement: New snippet box design with responsive layout
|
138 |
+
|
139 |
+
= 1.0.4 =
|
140 |
+
* Fixed: Rating on Comments
|
141 |
+
* Fixed: On deleting any deactivated plugin
|
142 |
+
* Fixed: Error message comming on commenting
|
143 |
+
* Fixed: On post save draft
|
144 |
+
|
145 |
+
= 1.0.3 =
|
146 |
+
* Clean up the code
|
147 |
+
* Fixed: Plugin activation error
|
148 |
+
* Fixed: Error on editing theme and plugin files.
|
149 |
+
* Removed : Breadcrumbs
|
150 |
+
|
151 |
+
= 1.0.2 =
|
152 |
+
* Added: RDFa Breadcrumbs Plugin is now a part of All in One Schema.org Rich Snippets !
|
153 |
+
* Added: Star rating and review for recipe
|
154 |
+
* Fized: Recipe type
|
155 |
+
* Fixed: Post update error
|
156 |
+
|
157 |
+
= 1.0.1 =
|
158 |
+
* Minor Bugs Fixes
|
159 |
+
|
160 |
+
= 1.0 =
|
161 |
+
* Initial Release.
|
162 |
+
|
163 |
+
== Upgrade Notice ==
|
164 |
Note: Minor bug fixes. Update the plugin to enjoy bug free blogging!
|