Skip to content
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
230c5f9
phpinsights + grunt.js + xml + composer cmd
Bhikule19 Nov 29, 2024
0659879
compatablity with wordpress 6.8
Apr 4, 2025
074794e
phpinsights setup and fix pr
Bhikule19 Apr 4, 2025
5467bc2
updated phpinsights for settings.php
Apr 4, 2025
ff0e396
updated phpinsights for index.php
Apr 4, 2025
187372c
updated phpinsights for meta-boxes.php
Apr 4, 2025
ee4f404
updated phpinsights for init.php
Apr 6, 2025
21b2a5b
functions.php
Apr 6, 2025
e46ba17
reverted file change
Apr 9, 2025
3d976a4
Merge branch 'release-candidate' of https://github.com/brainstormforc…
Apr 9, 2025
b9ffb63
Merge branch 'release-candidate' of https://github.com/brainstormforc…
Apr 9, 2025
e2c5ce0
updated phpcs
Apr 9, 2025
81b8bf9
Merge pull request #181 from brainstormforce/wp-6.8
sushmak02 Apr 9, 2025
2c6ffcd
Merge pull request #182 from brainstormforce/phpinsights-aiosrs-fixes
sushmak02 Apr 9, 2025
10d267d
updated changelog
Apr 9, 2025
f892aa1
Merge branch 'master' of https://github.com/brainstormforce/all-in-on…
Apr 15, 2025
54e3003
updated tags
Apr 15, 2025
6f96da7
updated PR comments
Apr 15, 2025
2a6ef19
updated PR comments
Apr 15, 2025
b128fdb
updated marketing changes
akshayurankar48 Sep 4, 2025
195f0cd
updated changes
akshayurankar48 Oct 1, 2025
4ade6e9
updated lock files
akshayurankar48 Oct 1, 2025
4b9e48b
updated phpcs
akshayurankar48 Oct 1, 2025
5c8588e
updated readme file
akshayurankar48 Oct 1, 2025
aa9809d
removed sub menu
akshayurankar48 Oct 1, 2025
07ea24d
updated PR comments
akshayurankar48 Oct 1, 2025
c547064
updated phpcs
akshayurankar48 Oct 1, 2025
be113d4
updated logic to hide submenu
akshayurankar48 Oct 1, 2025
52e6f36
updated phpcs
akshayurankar48 Oct 1, 2025
d9892b6
updated phpcs 2
akshayurankar48 Oct 1, 2025
8d85120
updated PR comments
akshayurankar48 Oct 2, 2025
a67545d
updated condition
akshayurankar48 Oct 6, 2025
e9bc460
updated RM feedback
akshayurankar48 Oct 7, 2025
2e643af
updated RM feedback 2
akshayurankar48 Oct 7, 2025
c8c9d8b
added pr feedback
akshayurankar48 Oct 7, 2025
1456a3e
Updated function name to fix Get Pro
ShubhamGupta05 Oct 7, 2025
64ddb5d
updated readme file
akshayurankar48 Oct 7, 2025
d6267f1
removed unused css
akshayurankar48 Oct 7, 2025
4e7914d
updated rm feedback 2
akshayurankar48 Oct 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 23 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,26 @@ It is basically a short summary of your page in the search results of Google, Ya
### Supported Content Types: ###
This plugin supports the following types of Schemas:

* Review
* Event
* People
* Product
* Recipe
* Software Application
* Video
* Articles
* Review – Show star ratings and reviews in Google results.
* Event – Display event dates, times, and locations directly in search.
* Person – Highlight author or person details with rich snippets.
* Product – Add product info like price, availability, and ratings.
* Recipe – Show cooking time, ingredients, and ratings in search.
* Software Application – Display app name, pricing, and download info.
* Video – Enhance video results with thumbnails and descriptions.
* Article – Improve blog/article visibility with author and publish date.

👉 Need advanced schema types and automation? Upgrade to [Schema Pro](https://wpschema.com/).

### Unlock these schema types with Schema Pro ###
* Local Business Schema (Pro) – Show business details like address, hours, and contacts.
* Service Schema (Pro) – Highlight services with descriptions, providers, and pricing info.
* Review Schema (Pro) – Display customer reviews and ratings directly in search.
* Job Posting Schema (Pro) – Promote job listings with role, description, and application info.
* Book Schema (Pro) – Share book details, including title, author, and ISBN.
* Podcast Schema (Pro) – Feature podcast episodes with title, description, and links.
* Movie Schema (Pro) – Enhance movie listings with cast, release date, and ratings.
* How-To Schema (Pro) – Show step-by-step instructions with images and videos.

### Future release would include: ###
* Breadcrumbs
Expand Down Expand Up @@ -68,10 +80,13 @@ You can test the rich snippet on Google Webmasters Rich Snippets Testing Tool
## Frequently Asked Questions ##
### What is a Rich Snippet? ###
The All in One Schema Rich Snippets plugin helps you add structured data markup to your WordPress website, enabling search engines to display rich snippets like star ratings, reviews, recipes, events, and more in search results.

### How does this plugin improve SEO? ###
By adding schema markup, the plugin enhances search engine understanding of your content, increasing the chances of rich snippets appearing in search results, which can improve click-through rates (CTR) and SEO performance.

### Which Content Types are Supported? ###
This plugin currently supports almost all of the content types that are released by Schema.org at one place.

### Do I need coding knowledge to use this plugin?###
No, the plugin provides an easy-to-use interface where you can add schema markup without any coding.

Expand All @@ -82,7 +97,6 @@ No, the plugin provides an easy-to-use interface where you can add schema markup
4. Test the post or page URL in Google Rich Snippets Testing

## Changelog ##

### 1.7.5 ###
- Improvement: Compatibility with PHP version 8.3.
- Fixed: Resolved undefined array key warnings in plugin.
Expand Down
Loading
Loading