Plugin info

Total downloads: 732
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/6/2017 (3191 days ago)
Added to WordPress: 4/6/2017 (8 years old)
Minimum WordPress version: 4.4
Tested up to WordPress version: 4.8.25
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3191 days ago

20/100

Is NextPlugins Lightweight SEO abandoned?

Possibly abandoned (last update 3191 days ago).

Compatibility

Requires WordPress: 4.4
Tested up to: 4.8.25
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

Lightweight SEO plugin.

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Optionally add define('NP_LIGHTWEIGHT_SEO_POSTS', 'post, page, my_custom_post_type'); in wp-config.php to enable SEO fields in Posts, Pages and custom post types
  4. Optionally add define('NP_LIGHTWEIGHT_SEO_TAXONOMY', 'category, my_custom_taxonomy'); in wp-config.php to enable SEO fields in Category and custom taxonomies

By default SEO fields will be added to Posts, Pages and Posts Category.

By default Post featured image is used for Facebook (og:image) and Twitter (twitter:image) images.
It is possible to add custom image using next_plugins_lightweight_seo_post_image and next_plugins_lightweight_seo_term_image filter.
In both filters you need to return array containing image url and sizes.
Returned array example:
array(‘url’ => ‘http://www.my-full-url.com/image.jpg’, ‘width’ => 300, ‘height’ => 200)

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.0

  • First version.