Changeset 2474871
- Timestamp:
- 02/15/2021 01:28:11 PM (5 years ago)
- Location:
- semrush-seo-writing-assistant/trunk
- Files:
-
- 5 edited
-
admin/class-semrushswa-metabox.php (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
license.txt (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
-
semrush-seo-writing-assistant.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
semrush-seo-writing-assistant/trunk/admin/class-semrushswa-metabox.php
r2258959 r2474871 96 96 add_meta_box( 97 97 'swa-meta-box', 98 __( 'S EMrush SEO Writing Assistant' ),98 __( 'Semrush SEO Writing Assistant' ), 99 99 array( $this, 'render_metabox' ), 100 100 $this->get_metabox_post_types(), -
semrush-seo-writing-assistant/trunk/changelog.txt
r2322277 r2474871 1 1.2.0 Approved support of WordPress 5.6 2 Updated readme.txt 3 1 4 1.1.1 Updated readme.txt 2 5 -
semrush-seo-writing-assistant/trunk/license.txt
r1950877 r2474871 1 Copyright © 20 18, SEMrush CY Ltd.2 This file is a part of S EMrush SEO Writing Assistant plugin for WordPress.3 S EMrush SEO Writing Assistant plugin for WordPress is free software: you can1 Copyright © 2021, SEMrush CY Ltd. 2 This file is a part of Semrush SEO Writing Assistant plugin for WordPress. 3 Semrush SEO Writing Assistant plugin for WordPress is free software: you can 4 4 redistribute it and/or modify it under the terms of GNU General Public License 5 5 as published by the Free Software Foundation, either version 2 of the License, 6 6 or (at your opinion) any later version. 7 S EMrush SEO Writing Assistant plugin for WordPress is distributed in the hope7 Semrush SEO Writing Assistant plugin for WordPress is distributed in the hope 8 8 that it will be useful, but WITHOUT ANY WARRANTY; 9 9 without even the implied warranty of MERCHANTABILITY -
semrush-seo-writing-assistant/trunk/readme.txt
r2387025 r2474871 1 === S EMrush SEO Writing Assistant ===1 === Semrush SEO Writing Assistant === 2 2 Contributors: semrush 3 3 Tags: seo, readability, content analysis, content marketing … … 5 5 Requires PHP: 5.2.4 6 6 Stable tag: trunk 7 Tested up to: 5. 57 Tested up to: 5.6 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 The S EMrush SEO Writing Assistant provides instant recommendations for content optimization based on the best-performing articles in the Google top 10.11 The Semrush SEO Writing Assistant provides instant recommendations for content optimization based on the best-performing articles in the Google top 10. 12 12 13 13 == Description == 14 14 15 The S EMrush SEO Writing Assistant provides instant recommendations for content optimization based on the qualities of Google’s top 10-ranking pages for your given keywords in a given location. Content professionals, bloggers and marketing experts can check if their texts or the texts of external writers meet various content-quality requirements in just a few clicks.15 The Semrush SEO Writing Assistant provides instant recommendations for content optimization based on the qualities of Google’s top 10-ranking pages for your given keywords in a given location. Content professionals, bloggers and marketing experts can check if their texts or the texts of external writers meet various content-quality requirements in just a few clicks. 16 16 17 17 ### Features … … 27 27 ### How it works? 28 28 29 1. Connect or register a S EMrush account for free.29 1. Connect or register a Semrush account for free. 30 30 2. Set your target keywords to get recommendations for your content. 31 31 3. Select a target location and device (desktop or mobile). … … 34 34 ### Is it free? 35 35 36 In order to run the SEO Writing Assistant, you will need a S EMrush account to create an SEO content template. With a free or Pro SEMrush account, you can create one recommendation set (tied to a document) for a lifetime. Higher tier accounts have different keyword budgets depending on the subscription plan, as well as access to the full power of SEMrush Content Marketing Toolkit.36 In order to run the SEO Writing Assistant, you will need a Semrush account to create an SEO content template. With a free or Pro SEMrush account, you can create one recommendation set (tied to a document) for a lifetime. Higher tier accounts have different keyword budgets depending on the subscription plan, as well as access to the full power of Semrush Content Marketing Platform. 37 37 38 38 Also, if someone (e.g., your Content Manager) has already created SEO content template and connected it to a post, anyone who has access to the post will be able to see the SEO Writing Assistant interface. … … 45 45 == Technical details == 46 46 47 Please be aware that the plugin uses a third-party code provided by the [S EMrush SEO Writing Assistant](https://www.semrush.com/swa/) tool that is not reviewed by the WordPress team. To analyze your text, the plugin will send it to SEMrush API where texts can also be stored for statistical analysis. To improve user experience, telemetry data is collected by Google Analytics.47 Please be aware that the plugin uses a third-party code provided by the [Semrush SEO Writing Assistant](https://www.semrush.com/swa/) tool that is not reviewed by the WordPress team. To analyze your text, the plugin will send it to Semrush API where texts can also be stored for statistical analysis. To improve user experience, telemetry data is collected by Google Analytics. 48 48 49 49 See also 50 50 51 [S EMrush Privacy Policy](https://www.semrush.com/company/legal/privacy-policy/)52 [S EMrush Terms and Conditions](https://www.semrush.com/company/legal/terms-of-use/)51 [Semrush Privacy Policy](https://www.semrush.com/company/legal/privacy-policy/) 52 [Semrush Terms and Conditions](https://www.semrush.com/company/legal/terms-of-use/) -
semrush-seo-writing-assistant/trunk/semrush-seo-writing-assistant.php
r2322277 r2474871 18 18 * 19 19 * @wordpress-plugin 20 * Plugin Name: S EMrush SEO Writing Assistant20 * Plugin Name: Semrush SEO Writing Assistant 21 21 * Plugin URI: https://www.semrush.com/swa/ 22 * Description: The S EMrush SEO Writing Assistant provides instant recommendations for content optimization based on the best-performing articles in the Google top-10.23 * Version: 1. 1.124 * Author: S EMrush22 * Description: The Semrush SEO Writing Assistant provides instant recommendations for content optimization based on the best-performing articles in the Google top-10. 23 * Version: 1.2.0 24 * Author: Semrush 25 25 * Author URI: https://www.semrush.com/ 26 26 * License: GPL-2.0+ … … 37 37 * Current plugin version. 38 38 */ 39 define( 'SEMRUSH_SEO_WRITING_ASSISTANT_VERSION', '1. 1.1' );39 define( 'SEMRUSH_SEO_WRITING_ASSISTANT_VERSION', '1.2.0' ); 40 40 41 41 /**
Note: See TracChangeset
for help on using the changeset viewer.