You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
934 B
PHTML
40 lines
934 B
PHTML
7 months ago
|
<?php
|
||
|
/**
|
||
|
* 404 Monitor inline help: "Overview" tab.
|
||
|
*
|
||
|
* @package RankMath
|
||
|
* @subpackage RankMath\Monitor
|
||
|
*/
|
||
|
|
||
|
use RankMath\KB;
|
||
|
|
||
|
defined( 'ABSPATH' ) || exit;
|
||
|
|
||
|
?>
|
||
|
|
||
|
<p>
|
||
|
<?php esc_html_e( 'With the 404 monitor you can see where users and search engines are unable to find your content.', 'rank-math' ); ?>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<?php esc_html_e( 'Knowledge Base Articles:', 'rank-math' ); ?>
|
||
|
</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href="<?php echo KB::get( '404-monitor', '404 Monitor Help Toggle' ); ?>" target="_blank">
|
||
|
<?php esc_html_e( '404 Monitor', 'rank-math' ); ?>
|
||
|
</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="<?php echo KB::get( '404-monitor-settings', '404 Monitor Help Toggle' ); ?>" target="_blank">
|
||
|
<?php esc_html_e( '404 Monitor Settings', 'rank-math' ); ?>
|
||
|
</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="<?php echo KB::get( 'fix-404', '404 Monitor Help Toggle Fix link' ); ?>" target="_blank">
|
||
|
<?php esc_html_e( 'Fix 404 Errors', 'rank-math' ); ?>
|
||
|
</a>
|
||
|
</li>
|
||
|
</ul>
|