Plugin info

Total downloads: 60,214
Active installs: 600
Total reviews: 16
Average rating: 4.2
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/13/2017 (3122 days ago)
Added to WordPress: 7/4/2012 (13 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 4.8.24
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3122 days ago • Support resolved 0% • 16 reviews

14/100

Is itemprop WP for SERP/SEO Rich snippets abandoned?

Possibly abandoned (last update 3122 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 4.8.24
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin is very simple. Using WordPress built in function to filter element attributes and adding < meta > tags with schema.org item properties.

This plugin will NOT FIX BADly programmed WordPress sites!

Project itempropWP homepage

Have a good idea for improvement? Share it | BUG report

Example output:


  
    
    
    

    
    
      
      
      
    
    
    
    
    
    
    
      
        
      
      
    
    

Review

How does it work?

This assumes that Your page is not fully integrated with HTML5’s data properties for microdata. This plugin will create small code inside Your full content, with extra microdata from schema.org. This will be ONLY on singular pages – post, page or your custom post type.

Once we are on singular page:

  • we will extract from it EXCERPT.
  • If You haven’t provided excerpt, plugin will look-up for post content, and downsize it to 170 symbols up to full word.
  • If your content consist ONLY of shortcode, it will strip it out, and leave empty content. 🙁
  • If we have empty content, from previous step, we will use post title. Not best choice, but at least we have some description.
  • If Your post do not have even title, plugin will give up and your description will be empty. (This is very bad :’) )

Other options, like datePublished, dateModified (if enabled), UserComments (if enabled), url are taken from post

Development: Github

Developer on twitter @UmbrovskisCom / @SimpleMediaCode

Require PHP at least 5.3

Installation

  1. Unzip the download package
  2. Upload itempropwp to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. See itempropwp.php for usage

Frequently Asked Questions

There are no questions for now! Ask!

Installation Instructions

  1. Unzip the download package
  2. Upload itempropwp to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. See itempropwp.php for usage

Review feed

No reviews available

Screenshots

  1. 3.0 Full featured example https://simplemediacode.com/wordpress-pugins/itemprop-wp/

    3.0 Full featured example https://simplemediacode.com/wordpress-pugins/itemprop-wp/

  2. 3.3.0 Full featured Review example https://simplemediacode.com/wordpress-pugins/itemprop-wp/

    3.3.0 Full featured Review example https://simplemediacode.com/wordpress-pugins/itemprop-wp/

Changelog

3.5.201706131

  • implementing index.php against exposure of data

3.5.201610051

  • tested up to 4.6.1

3.5.201604171

  • tested up to 4.5

3.5.201602152

  • schema.org and Google article requirement changes (since 3.5.201602152). Thanks to @jasonreposa on Issue #28

3.5.201512231

  • Versions changed. Nothing more

3.4.10

3.4.9

  • Same as 3.4.8

3.4.8

  • Illegal string offset onoff Issue #20, thank to Robert Roose (@summatix)[https://github.com/summatix] on GitHub

3.4.7

3.4.6

  • Simple check for WordPress. Make sure we don’t expose any info if called directly Issue #18

3.4.5

  • compatible with WordPress 4.2.*

3.4.4

  • Typo fix in plugin’s description

3.4.3

3.4.2

3.4.1

  • fixed: Illegal string offset ‘onoff’. Issue #10 Thanks for report to Arthur Lutz
  • tested: PHP 5.2.10 & Apache 2.2 / 5.5.9 & apache 2.4

3.4.0

  • updated: in Review – default price now with filter
  • updated: in Review – default currency now with filter

3.3.6

  • fixed: wp_register_style was called incorrectly. Reported RFT Group.

3.3.5

  • small bugfix in rare cases: “For some reason all blog articles now have Type: http://schema.org/Review;”, thanks to indevd bugreport

3.3.4

3.3.3

3.3.2

  • Compatibility with NextGen gallery. Thanks to indevd

3.3.1

  • Review summary fix
  • updated: better naming
  • updated: review On/Off positions

3.3.0

  • new: itemprop=”review”
  • updated: admin interface for options

3.2.0

  • updated: admin interface for options
  • new: CSS class for wrapper

3.1.4

  • updated: itemprop=”description”
  • Admin interface for options: description lenght (if excerpt not provided),show/hide UserComments:325, show/hide dateModified

3.1.3

  • fixed: itemprop=”description”

3.1.2

  • fix: itemprop=”description”

3.1.1

  • new: itemprop=”description”

3.0

  • new: context
  • new: itemprop=”name”
  • new: itemprop=”url”
  • new: itemprop=”image”
  • new: itemprop=”author”
  • new: itemprop=”datePublished”
  • new: “UserComments:325″ itemprop=”interactionCount”

2.0

  • new code
  • now as extendable class function
  • new: using WordPress filter for image attributed on thumbnails

1.1

  • fix: SMCIPWPURL

1.0

  • init