WPSSO Core Premium (v16.3.4) Free Download

WPSSO-Core-Premium-900x548.png
WPSSO-Core-Premium-900x548.png
WPSSO-Core-Premium-900x548.png
WPSSO-Core-Premium-900×548.png

WPSSO Core Premium Nulled v16.3.4 | WPSSO Core Premium Free Download v16.3.4 The realm of structured data, an integral aspect of modern SEO strategies.

The new, all-encompassing structured data plugin for WordPress is not just another SEO tool. It is a comprehensive solution designed meticulously to ensure your content is presented in the best possible light, irrespective of how its URLs are shared, reshared, embedded, or crawled.

wpsso-core-premium-nulled.zip

Why is this plugin a game-changer?

  1. Diverse Integration: It isn’t restricted to just Google or Facebook. From Google Knowledge Graph, Facebook Open Graph, Twitter Cards to WhatsApp, Slack, and even WordPress‘ REST API and Sitemaps XML – this plugin supports them all. It even provides structured data markup for niche platforms like oEmbed for LinkedIn, Discord, and Drupal, ensuring all bases are covered.
  2. Optimized Image Sizes: Different platforms have different image size recommendations. Whether it’s Google’s rich results, Open Graph, or Twitter cards, the plugin optimizes image sizes for each, ensuring visuals appear crisp and compelling everywhere.
  3. Schema Flexibility: With support for over 500 different Schema types and sub-types, the versatility is unmatched. Whether you run an e-commerce store and need Schema for WooCommerce or host events that need Schema Event, it’s all catered for.
  4. Error Fixes: One of the standout features is its ability to fix all prevalent Google Rich Results, Google Merchant, and Schema Markup Validator errors. From missing fields like “image” or “address” to mismatched values, the plugin ensures your structured data is flawless.
  5. Seamless Plugin Collaboration: The plugin’s prowess is amplified by its ability to read settings and data from other popular plugins. Be it All in One SEO Pack, Rank Math SEO, Elementor, or WooCommerce – it seamlessly integrates, ensuring no data is lost in translation.
  6. Stellar Reviews: Users have already been raving about the WPSSO Free Download. From its comprehensive JSON-LD markup to its user-friendliness, the testimonials stand as a testament to its efficacy.

wpsso-core-premium-nulled.zip

With the new structured data WPSSO Core Premium Nulled for WordPress, webmasters and digital marketers have a potent tool in their arsenal. It ensures that whether a piece of content is being viewed on a mobile browser, shared on Twitter, or indexed by Google, it always looks its best. The future of SEO is structured, and with this plugin, you are all set to lead the way.

https://wpsso.com/extend/plugins/wpsso/

Changelog WPSSO Core Premium Nulled

Version 16.5.0-dev.2 (2023/10/26)

New Features
None.
Improvements
Added a notice for a pending cache refresh task.
Bugfixes
None.
Developer Notes
Added methods to data for video sitemaps:
SucomUtil::get_first_og_video_url()
SucomUtil::iso8601_to_seconds()
SucomUtil::maybe_iso8601_to_seconds()
WpssoUtil->get_sitemaps_news()
WpssoUtil->get_sitemaps_videos()
Moved methods from WpssoUtilReg to SucomUtilWP:
add_options_key()
delete_options_key()
get_options_key()
update_options_key()
add_site_options_key()
delete_site_options_key()
get_site_options_key()
update_site_options_key()
Added a new WpssoUtilCache->is_refresh_pending() to provide a pending cache refresh notice.
Requires At Least
PHP v7.2.34.
WordPress v5.5.
Version 16.4.0 (2023/10/22)

New Features
None.
Improvements
Added new options under the SSO > Advanced Settings > Schema Defaults > Review tab:
Default Review Rating Min
Default Review Rating Max
Added new options under the SSO > Advanced Settings > Attributes and Metadata > Custom Fields tab:
Review Rating Alt Name Custom Field
Review Rating Custom Field
Review Subject Desc Custom Field
Review Subject Name Custom Field
Bugfixes
None.
Developer Notes
Added a new 'wpsso_import_cf_{custom_field_name}' filter hook:
'wpsso_import_cf_{custom_field_name}' ( $value, array $mod, array $wp_meta )
Added new helper functions for developers:
wpsso_get_post_options_full()
wpsso_get_term_options_full()
wpsso_get_user_options_full()
Added new helper methods for developers:
WpssoPost::add_meta_opts_key( $post_id, $meta_key, $opts_key, $value )
WpssoTerm::add_meta_opts_key( $term_id, $meta_key, $opts_key, $value )
WpssoUser::add_meta_opts_key( $user_id, $meta_key, $opts_key, $value )
WpssoPost::delete_meta_opts_key( $post_id, $meta_key, $opts_key )
WpssoTerm::delete_meta_opts_key( $term_id, $meta_key, $opts_key )
WpssoUser::delete_meta_opts_key( $user_id, $meta_key, $opts_key )
WpssoPost::update_meta_opts_key( $post_id, $meta_key, $opts_key, $value, $protect = false )
WpssoTerm::update_meta_opts_key( $term_id, $meta_key, $opts_key, $value, $protect = false )
WpssoUser::update_meta_opts_key( $user_id, $meta_key, $opts_key, $value, $protect = false )
Refactored methods:
WpssoUtilReg::delete_options_key()
WpssoUtilReg::get_options_key()
WpssoUtilReg::update_options_key()
Deprecated methods:
WpssoTerm::delete_term_meta()
WpssoTerm::get_term_meta()
WpssoTerm::update_term_meta()
WpssoTerm::use_term_meta_table()
Updated developer documentation:
$mod Variable
Filters
Requires At Least
PHP v7.2.34.
WordPress v5.5.
Version 16.3.0 (2023/10/17)

New Features
None.
Improvements
Updated the WpssoSchema->get_schema_lang() method for the WPSSO WPSM add-on.
Bugfixes
None.
Developer Notes
Added a $prime_lang argument to the WpssoSchema->get_schema_lang() method.
Added 'post_timestamp' and 'post_modified_timestamp' to the $mod variable.
Added recursion detection/prevention when WordPress is saving the user profile.
Requires At Least
PHP v7.2.34.
WordPress v5.5.
Version 16.2.0 (2023/10/09)

New Features
None.
Improvements
Added a scheduled action to clear cache files older than 30 days.
Bugfixes
None.
Developer Notes
Added a new WpssoUtilCache->clear_expired_cache_files() method hooked to the 'wp_scheduled_delete' action.
Added a $file_exp_secs argument to the WpssoUtilCache->clear_cache_files() method.
Replaced the 'comment_post' action hook to clear the post cache by the 'wp_insert_comment' action hook.
Removed the WpssoUtilCache->clear_expired_db_transients() method as WordPress now clears expired transients (old WordPress versions did not).
Refactored the SucomUtil::sanitize_key() method.
Refactored the SucomUtil::sanitize_classname() method.
Requires At Least
PHP v7.2.34.
WordPress v5.5.
Version 16.1.1 (2023/10/04)

New Features
None.
Improvements
None.
Bugfixes
Fixed the missing 'text' property in Schema QAPage markup.
Fixed saving the "Minimize Schema JSON-LD" option value when checked (Standard edition).
Developer Notes
None.
Requires At Least
PHP v7.2.34.
WordPress v5.5.
Version 16.1.0 (2023/09/30)

New Features
None.
Improvements
Removed duplicated advanced options under the SSO > General Settings > Images tab.
Updated the "Organization Schema Type" option help text.
Updated SSO > Advanced Settings > Integration default option values to checked:
Inherit Featured Image
Inherit Custom Images
Image Dimension Checks
Bugfixes
None.
Developer Notes
None.
Requires At Least
PHP v7.2.34.
WordPress v5.5.
Version 16.0.0 (2023/09/24)

New Features
Added support in the WPSSO Core Standard edition for editing additional Schema details under the Document SSO > Edit Schema tab:
Schema Book
Schema Event
Schema JobPosting
Schema Movie
Schema Organization
Schema Person
Schema Place
Schema Product
Schema QAPage
Schema Review
Schema Software Application
Improvements
Added a notice when an unsupported video URL is detected (Standard edition).
Added a "Add Article Body Property" option to the SSO > Advanced Settings > Schema Defaults > Article tab (Premium edition).
Bugfixes
None.
Developer Notes
None.
Requires At Least
PHP v7.2.34.
WordPress v5.5.
JoJoThemes Developer Team do their best to share Free WordPress Themes, Professional Blogger Templates and other PHP Scripts. JoJo Themes always try their best to find best Premium WP Themes so that you could always Download files and could remain update with more latest updates. You can join us and follow us by visiting our following Social Media Pages.