Changeset 2231138
- Timestamp:
- 01/21/2020 06:28:10 PM (6 years ago)
- Location:
- technical-on-page-seo-checker/trunk
- Files:
-
- 4 edited
-
includes/topsc_check.php (modified) (1 diff)
-
includes/topsc_home.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
topsc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
technical-on-page-seo-checker/trunk/includes/topsc_check.php
r2033586 r2231138 1 1 <?php 2 /* 3 Plugin Name: SEO Checker 4 Plugin URI: https://wpza.net/developer-plugins/seo-checker/ 5 Description: SEO Checker Helps WordPress Website Pages Rank Better In Search Engines. 6 Version: 1.0.2 7 Author: WPZA 8 Author URI: https://www.wpza.net/ 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 */ 2 12 defined( 'ABSPATH' ) or die(); 3 13 -
technical-on-page-seo-checker/trunk/includes/topsc_home.php
r2033586 r2231138 1 1 <?php 2 /* 3 Plugin Name: SEO Checker 4 Plugin URI: https://wpza.net/developer-plugins/seo-checker/ 5 Description: SEO Checker Helps WordPress Website Pages Rank Better In Search Engines. 6 Version: 1.0.2 7 Author: WPZA 8 Author URI: https://www.wpza.net/ 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 */ 2 12 defined( 'ABSPATH' ) or die(); 3 13 -
technical-on-page-seo-checker/trunk/readme.txt
r2231132 r2231138 13 13 == Description == 14 14 15 ### SEO Checker: coveringpage-by-page16 This plugin is designed to better optimise your website's SEO, page-by-page, allowing them to rank better in search engines organically.15 ### Covering on-page SEO checks: page-by-page 16 This plugin is designed to better optimise your website's on-page SEO, page-by-page. Allowing them to rank better in search engines organically. 17 17 18 18 19 ### SEO Checks 20 19 ### SEO checks this plugin can perform 21 20 * Checks to see if meta robots are blocking the page 22 21 * Checks for a meta title and description … … 36 35 * Checks for Schema markup 37 36 37 For information about each of these points, please be sure to read our [technical SEO cheat sheet](https://wpza.net/developer-plugins/seo-checker/). 38 38 39 39 40 == Installation == 40 After installing this plugin, you can start to check for all the SEO faults your pages may be having.41 After installing this plugin, you can start to check for all the on-page SEO faults your pages or posts may be having. -
technical-on-page-seo-checker/trunk/topsc.php
r2033528 r2231138 2 2 /* 3 3 Plugin Name: SEO Checker 4 Plugin URI: https://wpza.net 4 Plugin URI: https://wpza.net/developer-plugins/seo-checker/ 5 5 Description: SEO Checker Helps WordPress Website Pages Rank Better In Search Engines. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: WPZA 8 Author URI: https://www.wpza.net 8 Author URI: https://www.wpza.net/ 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.