Sugerencias de enlaces no funciona

#46499
Viewing 5 replies - 1 through 5 (of 5 total)
  • Todd
    Rank Math free

    Hello,

    Thanks for getting in touch with us.

    1. You have to mark any post that you want to build links to, as a Pillar Post in the SEO meta box:
    https://i.rankmath.com/23N3Qz

    After that, when writing a new post, it will show your Pillar post from the same category you are using for the current post.
    https://i.rankmath.com/BucJQE

    This is used to build internal links to your most important content.

    2. What’s your domain name?

    Let us know, please.

    Hay alguna forma de marcar todas la publicaciones que tengo ya en el dominio para que salgan las sugerencias?
    Mi dominio es Siavuestra salud.com
    un saludo

    PD: Continua el error de analitica SEO para comprobar los errores de la pagina para solucionarlos

    Todd
    Rank Math free

    Hi,

    I am sorry but there is no option to show all posts in the suggestion list as that would defeat the purpose. You can simply get that list from your posts listing.

    
    SEO Analysis is working fine here:
    https://rankmath.com/tools/seo-analyzer/
    
    Please edit the following plugin file:
    /includes/modules/seo-analysis/class-seo-analyzer.php
    
    Then, change the following line (line number 358):
    $request = wp_remote_get( $api_url, [ 'timeout' => 20 ] );
    
    Increas the timeout value to 60:
    $request = wp_remote_get( $api_url, [ 'timeout' => 60 ] );
    

    The SEO analysis should start working as expected.

    Or, you could also use the online version of the tool which is just as good:
    https://rankmath.com/tools/seo-analyzer/

    Looking forward to helping you. Thank you.

    Gracias por la Aclaracion.
    Veo otro problema con el plugin Rank Math y se los comento cuales son:

    1 – Al analizar el dominio siavuestrasalud.con desde la url : https://developers.google.com/speed/pagespeed/insights/
    me da el siguiente error: http://prntscr.com/s6vgkw
    ese problema me sucede desde instale el plugin

    2 – al crear un articulo nuevo en el apartado de SEO sale este mensaje: http://prntscr.com/s6vi4z yo utilizo el plugin Table of Contents Plus y no me lo detecta. (Me recomiendan otro plugin para que sea compatible con RackMath)

    Un cordial saludo y gracias por vuestra ayuda

    Hello,

    Thank you for contacting Rank Math today.

    1). This is very odd. Can you confirm that the issue goes away when you deactivate Rank Math?

    2). This plugin is compatible with Rank Math but you will need to tell our plugin to add this Table of contents plugin to the page analysis test by using the following code snippet to your theme’s functions.php file:

    /**
     * Filter to add plugins to the TOC list.
     *
     * @param array TOC plugins.
     */
    add_filter( 'rank_math/researches/toc_plugins', function( $toc_plugins ) {
           $toc_plugins['plugin-directory/plugin-filename.php'] = 'Plugin Name';
        return $toc_plugins;
    });

    Remember to replace plugin director, plugin-filename.php and Plugin Name with the actual names of your Table of content plugin.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘Sugerencias de enlaces no funciona’ is closed to new replies.