fields-default.php
7 years ago
link-checking.php
3 years ago
link-rules.php
3 years ago
support.php
1 year ago
link-checking.php
44 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Tab Link Scanner |
| 4 | * |
| 5 | * @package WPEL |
| 6 | * @category WordPress Plugin |
| 7 | * @version 2.3 |
| 8 | * @link https://www.webfactoryltd.com/ |
| 9 | * @license Dual licensed under the MIT and GPLv2+ licenses |
| 10 | * |
| 11 | * @var array $vars |
| 12 | * @option array "tabs" |
| 13 | */ |
| 14 | ?> |
| 15 | |
| 16 | <div id="wpel-link-rules"> |
| 17 | <div class="notice-box-info"> |
| 18 | <b>Link Checker (a PRO feature) scans your website's pages & analyzes all links.</b> It not only checks if links are valid, but also checks their details such as REL attributes (nofollow, dofollow, noopener, sponsored, ...) and checks if they are pointing to bad domains. Linking to domains that contain pornography, illegal downloads or that contain malware can hurt your site's SEO. Link Scanner will help you get rid of those links in minutes, regardless of your site size. <a href="#" class="open-pro-dialog" data-pro-feature="link-checker-banner">Get PRO now</a> to use the Link Checker. |
| 19 | </div> |
| 20 | |
| 21 | <p><a href="#" class="open-pro-dialog" data-pro-feature="link-checker"><img style="max-width: 100%;" src="<?php echo esc_url(plugins_url('/public/images/link-checker.png', WPEL_Plugin::get_plugin_file())); ?>" alt="Link checker" title="Link checker"></a></p> |
| 22 | |
| 23 | <p><b>Will the Scanner help my SEO score?</b><br> |
| 24 | The Scanner is a reporting tool, so it doesn't modify any links on its own. However, it'll show you a list of broken and bad links that you have on your site. By removing those you can improve your SEO score.</p> |
| 25 | |
| 26 | <p><b>Does the Scanner use my server's resources?</b><br> |
| 27 | No. It's a SaaS so the majority of work is done on our servers. The resources used are the same as if a visitor opened every page on your site.</p> |
| 28 | |
| 29 | <p><b>What are the benefits of using the Link Scanner?</b><br> |
| 30 | You can look at it as a broken link checker, but it's a lot more.<br> |
| 31 | After grabbing your sitemap the scanner will visit every page, post, product, and other content listed on the sitemap and then check each link in that content. For each link it checks if it's alive, if it's redirect, what are its target and rel attributes as well as the site it links too. That way you can quickly check all the links on all of your pages and modify them if necessary.<br> |
| 32 | This is also a great way to check if the settings you applied in the plugin are working and properly applied on all links.</p> |
| 33 | |
| 34 | <p><b>Will the Scanner slow down my site?</b><br> |
| 35 | It's designed not to. We carefully pace out all requests so that we don't create too much traffic/load on your site in a short period of time. While the scanner is not running it's not using any resources at all.</p> |
| 36 | |
| 37 | <p><b>How long does a scan take?</b><br> |
| 38 | For a site with an average number of links - about two minutes. However that depends on the speed of your site, the speed of the sites you link to, and the total number of links on your site Link Checker has to check.</p> |
| 39 | |
| 40 | <p><b>Wasn't this tool free before?</b><br> |
| 41 | It was free for a limited number of pages while it was in public beta.</p> |
| 42 | |
| 43 | </div> |
| 44 |