Cosmick Star Rating

0

Google Organic Search Rich Snippets for Reviews and Rating. This plugin conforms to googles structured data algorithm. Easily capture customer reviews with a drop of a short code on any

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags

Description

Google Organic Search Rich Snippets for Reviews and Rating. This plugin conforms to googles structured data algorithm.
Easily capture customer reviews with a drop of a short code on any page.
Google emphasis the importance of have a solid customer review database.
Insert a single function into your themes header or footer and you rating will be displayed and google will automatically crawl and depict your average star ratings.
Google will also pull the structured data per post level for each review.

Features:
• Sidebar widget to display latest reviews
• Moderate submissions
• Minimal and extremely light weight
• Global review and individual page / post reviews

How To use

Aggregate Rating

Place <?php csr_get_overall_rating(); ?> in your templates for getting aggregate rating.

Front End Rate Submission

Place <?php csr_add_rating(); ?> in your templates or [csr-add-rating] Shortcode in a page for Star rating Form.

To get Single Review Rate

If you need to get the rating for a particular review <?php echo csr_get_rating( $post_id ); ?>. If in a loop $post_id not needed.

To List All the Reviews – Front End

You may call http://yoursite.com/reviews