SEO Writing Assistant SEMrush Custom Fields
The SEMrush SEO Writing Assistant plugin read only from post title and post content elements for the real time check. This lightweight plugin allows you to use an arbitrary value for that check in addition to those values. So, if you are using some kind of a page builders, field managers and so on, you have only to define a constant in your wp_config.php file and eventually to write a little bit of JavaScript code in order to specify which fields. Note that the plugin don’t replace SEMrush SEO Writing Assistant but is intended to be used together. Usage Once the plugin is activated you can configure it by defining following constants in your wp-config.php: SWA_SEMRUSH_CUSTOM_FIELDS_PLUGIN_AUTOENABLE Automatically enable use of additional text value for SEMrush check. The default value is false. This is the only configuration you have to do in order to have the plugin feature working. For example: define( 'SWA_SEMRUSH_CUSTOM_FIELDS_PLUGIN_AUTOENABLE', true ); SWA_SEMRUSH_CUSTOM_FIELDS_PLUGIN_INTERVAL Allows to change the interval between automatic updates of the text used by SEMrush checks. The default value is 5 seconds.For example: define( 'SWA_SEMRUSH_CUSTOM_FIELDS_PLUGIN_INTERVAL', 10 ); You can alernatavely control the plugins programmatically, by using semrush_seo_writing_assistant_post_types (optional) filter and SeoWritingAssistantSEMrushCustomFields JavaScript object (see below). API WordPress Hooks **swa_semrush_custom_fields_settings ** Filters plugin settings values. apply_filters( 'swa_semrush_custom_fields_settings', array $settings ) semrush_seo_writing_assistant_post_types Filters post types where to enable plugin. Default to array( 'post', 'page', 'product' ). apply_filters( 'semrush_seo_writing_assistant_post_types', array $post_types ) The filter has the same name as the one used by SEMrush SEO Writing Assistant plugin (since version 1.0.4) used for the same purpose. JavaScript Event seo-writing-assistant-semrush This event allows you to update the text for SEMrush analysis. The following example will update text for SEMrush check every 5 seconds, using excerpt and my_custom_fields custom field values (working both with block and classic editors): jQuery( document ).ready( function() { var swa = new SeoWritingAssistantSEMrushCustomFields( { interval: 5 } ); jQuery( document ).on( 'seo-writing-assistant-semrush', function( event, data ) { data.html += jQuery( '#excerpt' ).val() + "\n" + jQuery( '.editor-post-excerpt__textarea textarea').val() + "\n" + jQuery( '#my_custom_fields' ).val(); } ) } ); Note that if you have previously defined constant SWA_SEMRUSH_CUSTOM_FIELDS_PLUGIN_AUTOENABLE to true, you don’t have to create new SeoWritingAssistantSEMrushCustomFields object. JavaScript API setHtml() The following example will update programmatically the text used by SEMrush check with an arbitrary value: jQuery( document ).ready( function() { var swa = new SeoWritingAssistantSEMrushCustomFields( { interval: 0 } ); swa.setHtml( 'foo baz bar' ); } ); Advanced Custom Fields The plugin checks if Advanced Custom Fields is active in your WordPress instance and adds a custom setting to each field (only for input within text, radio and checkbox type, textarea and select elements) allowing you to add his value to SEMrush check without having to write any additional JavaScript code. Autodiscovery The plugin also automatically add to text used by SEMrush checks, the values of all HTML elements with swa-scf class or data-swa-scf attribute. This will applied only for input (within text, radio and checkbox type), textarea, and select elements.
Top keywords
- semrush19×3.54%
- custom13×2.43%
- fields11×2.05%
- custom fields10×1.87%
- text8×1.49%
- post7×1.31%
- semrush custom7×1.31%
- semrush custom fields7×1.31%
- swa7×1.31%
- assistant6×1.12%
- check6×1.12%
- jquery6×1.12%
Watsonfinds
Watsonfinds analyzes your content to provide insights about the emotions that your audience may perceive as they read it. Find more at watsonfinds.com The Analyzer This plugin will add an icon to the WordPress text editor, so you will be able to analyze content in posts, pages, product descriptions and comments. You can also use the analyzer located at the “Analyze” tab to scan any other type of content that may not be used for WordPress, like emails, tweets, and more. The Insights Every time you analyze your content, the plugin will display a popup showing the insights divided in 5 different emotions: Joy, Sadness, Anger, Disgust, and Fear. Bringing to light the intensity score of each emotion in percentages. You can use these insights to modify and improve every word until you get the content that will convey your intended message and inspires the reader to meet your objective. The Timeline In the output popup you will have a timeline bar, which is a progress bar that will help you to review and keep track of every word you change in your content. You will be able to keep track of all your progress, compare all the changes or restore to an earlier version of your work. IBM Watson We rely on IBM Watson as a pioneer system of cognitive computing to give you the power of artificial intelligence in your content. Thanks to the ability of IBM Watson to understand unstructured data (which is type of data we use to communicate as humans) you can get accurate insights about your content and know how it will be perceived by other humans. More Info For more info, check out the following sources: How to use Watsonfinds for WordPress Contact us for help or support The Watsonfinds official homepage The Watsonfinds news feed Follow Watsonfinds on Twitter Subscribe to our mailing list to be the first to know about the latest updates and exclusive promotions from Watsonfinds This plugin is relying on a 3rd party as a service, Watsonfinds checks your content against the Watsonfinds web service. Content and page name are sent to the web service. No personal data or any other information are sent to the web service. The web service is hosted at watsonfinds.com. This plugin does not require you to create any account on watsonfinds.com.
Top keywords
- watsonfinds11×2.81%
- content10×2.55%
- insights5×1.28%