-
Llevo casi un año con rankmath en http://www.lasteles.es y no obtengo resultados de audiencia. Le agradecería que me indique si tengo algún defecto en la configuración en rank math.
Por otra parte embebo videos de Youtube y no me aparece la palabra clave. ¿hay alguna forma de automatizar el establecimiento de la palabra clave con YouTube en rankmath? Normalmente lo hago de forma manual para algunos posts.
Muchas gracias.
-
Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
Can you please confirm if you’re referring to the data not appearing on your Rank Math analytics dashboard? If so, please try to follow the steps below to create a troubleshooting log so that we can check the issue further.
1. At first add the following filter to your website:
add_filter( 'rank_math/analytics/log_response', '__return_true' );
Here is a guide you can follow to add the filter:
https://rankmath.com/kb/wordpress-hooks-actions-filters/2. After adding the filter, please run the pending Scheduled Action from your WordPress Dashboard > Tools > Scheduled Actions > Pending:
When some actions have completed running, please check the Analytics log under
wp-content/uploads/rank-math
and share that with us. You can upload the log file using this tool.Regarding the keyword, please share a screenshot of the issue you’re currently facing by using this tool: https://imgur.com/upload so that we can check the issue further for you.
Looking forward to helping you.
Thank you.
He instalado el complemento code snippets.
No le puedo mandar el archivo que me pide wp-content/uploads/rankmath por dos motivos
1. Es un multisite con 12 webs y no hay un archivo especifico para http://www.lasteles.es
2 No encuentro el archivo. Mi hosting es sitegroundPor otra parte he realizado un pantallazo pero no veo la forma de enviarselo.
La idea es analizar si se puede incluir parte del título de post como palabra clave de forma automática.
Muchas graciasSi lo considera oportuno les puedo dar las claves de siteground e incluso del wordpress
Hello,
The correct way to use our plugin on a multisite setup is to install it on the network but only activate it on specific subsites.
If you have activated it on the network, please deactivate it on the network and then activate it on the subsites.
The network site is only to manage plugins and themes and subsites on a multisite setup.
As you have a multisite configuration with 12 subsites, please make sure that http://www.lasteles.es is not the main network site.
Please refer to this guide:
https://rankmath.com/kb/installing-rank-math-on-a-multisite-environment/#free-version-sub-siteRegarding the keyword, please share a screenshot or screencast of the issue you’re currently facing by using tools like imgur for screenshots or loom for screencasts and share the generated links here.
In order to automatically include part of the post title as a keyword, some custom coding will be required. We might be able to assist you if you can provide more detailed information about your needs.
If you continue to encounter difficulties in comprehending and resolving the issue, please don’t hesitate to provide us with your SiteGround/FTP and WordPress admin credentials by updating the sensitive data section of this ticket.
We hope that helps, and please don’t hesitate to get in touch if you have any other questions.
Thank you.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Con respecto a los videos de youtube y otras plataformas quiero que la palabra clave de video de youtube se reproduzca de forma automática como palabra clave automática y en segundo lugar que tengo que hacer para configurar en estos videos el snippet es decir título, enlace permanente y descripción.
Le he enviado las claves de wordpress y siteground para que analicen si la forma de medir es correctaHello,
I’m sorry, I couldn’t understand the question properly.
You want focus keyword, title, slug and description to be generated automatically whenever you add YouTube or other videos? Would you please explain what are you trying to achieve here?
Looking forward to helping you.
Thank you
Si efectivamente
Me baso en la respuesta de su compañero:
Para incluir automáticamente parte del título de la publicación como palabra clave, se requerirá una codificación personalizada. Es posible que podamos ayudarlo si puede proporcionar información más detallada sobre sus necesidades.
Por otra parte le recuerdo la primera de las peticiones:
Llevo casi un año con rankmath en http://www.lasteles.es y no obtengo resultados de audiencia. Le agradecería que me indicara si tengo algún defecto en la configuración en rank math.Para estos me pidieron que instalara un plugin, cosa que hecho, y que si tenía dificultades les mandase mis datos de entrada a wordpress y siteground. Cosa que he hecho
Hello,
To automatically retrieve the keywords from YouTube and set them as Rank Math keywords will require custom code which is beyond the scope of our support.
Please may you share the Siteground login URL in the sensitive data so we can troubleshoot your analytics data not updating.
Looking forward to helping you.
Si entra en wwww.sitegorund.es despues le da a inicar sesion podrá entrar en mi cuenta. Hace dos correos que les mande la información
No entiendo la política de rankmath.
Su compañero alhan me dice:
Para incluir automáticamente parte del título de la publicación como palabra clave, se requerirá una codificación personalizada. Es posible que podamos ayudarlo si puede proporcionar información más detallada sobre sus necesidades.
Usted me dice lo contrario.
Después de 6 correos, habiendo mandado toda la información me pregunta que como hay que entrar en siteground y dicen lo contrario que su compañero. No han respondido a mis dudas
Esta forma de actuar no es buena para una empresa que aspira a ser líder.Hello,
Yes, we are willing to share support on adding a custom code if we are only working on inside Rank Math but after you provided further info on your goal, we realized that you are trying to fetch data from Youtube which is way beyond our scope of support so we are in not the position to help further.
I would suggest hiring an experienced developer and customizing our existing filter: https://rankmath.com/kb/how-to-automate-the-insertion-of-focus-keyword/
As for your Analytics issue, we need the FTP to install a debugging plugin to troubleshoot it further and since Siteground access is the only one you can provide, we need the authentication code and we can’t access it at the moment. If it’s possible, please turn off the authentication code temporarily so we can troubleshoot the issue further.
Looking forward to helping you.
hemos desinstalado el código de autentificación durante 24 horas.
no he podido instalar el código
/**
* Function to automatically update the focus keyword with the post title, if no focus keyword is set
*/
function update_focus_keywords() {
$posts = get_posts(array(
‘posts_per_page’ => -1,
‘post_type’ => ‘post’ // Replace post with the name of your post type
));
foreach($posts as $p){
// Checks if Rank Math keyword already exists and only updates if it doesn’t have it
$rank_math_keyword = get_post_meta( $p->ID, ‘rank_math_focus_keyword’, true );
if ( ! $rank_math_keyword ){
update_post_meta($p->ID,’rank_math_focus_keyword’,strtolower(get_the_title($p->ID)));
}
}
}
add_action( ‘init’, ‘update_focus_keywords’ );No encuentro el fichero.
Al entrar a rank math tienen que hacer los siguiente:ir a sitios web en la pestaña de arriba
Despues ir lasteles.com
y dentro de las teles.com
ir site tools
y luego a gestor de archivos donde estan todos los archivosGracias
Hello,
We can’t help you customize the code to get the keyword from YouTube videos as it falls out of the scope of our support. You will have to hire a developer for further customization.
For the analytics issue, I can check that the authentication token has expired on your site and that’s why the data fetch is not working.
Please navigate to WP Dashboard > Rank Math > General Settings > Analytics and reconnect your Google account to generate a new token. Once done, click on the Update Data Manually button on the same page to start a new data fetch and fix the issue.
Let us know how that goes. Looking forward to helping you.
No quiero que me ayuden con youtube. Quiero que me ayuden a instalar el código que me han enviado, para automatizar y que quiero instalar. Es este
**
* Función para actualizar automáticamente la palabra clave de enfoque con el título de la publicación, si no se establece ninguna palabra clave de enfoque
*/
function update_focus_keywords() {
$posts = get_posts(array(
‘posts_per_page’ => -1,
‘post_type’ => ‘post’ // Reemplace la publicación con el nombre de su tipo de publicación
));
foreach($publicaciones como $p){
// Comprueba si la palabra clave Rank Math ya existe y solo actualiza si no la tiene
$rank_math_keyword = get_post_meta( $p->ID, ‘rank_math_focus_keyword’, true );
if ( ! $rank_math_keyword ){
update_post_meta($p->ID,’rank_math_focus_keyword’,strtolower(get_the_title($p->ID)));
}
}
}
add_action( ‘init’, ‘update_focus_keywords’ );
No encuentro el archivo rank math
El problema es que hay mucha diferencia en las estadísticas de rank math y las que me da el servidor.
Según siteground la semana pasada tuve en lasteles.es 41371 paginas vistas y 18611 trafico de bots.
Analytics y rank math me dan 3216 eventos y 755 usuarios
Me gustaría que analicen el problema.
Quizá estoy teniendo respuestas tan diferentes porque cada vez tengo un nuevo interlocutor. lo que no es bueno
He hecho lo que me han dicho en la ultima respuesta y todo sigue igual.
Dígame si han entrado en site groundHello,
The rank-math.php file needs to be created first in your active theme’s root directory. Please refer to the step from this guide to help you implement the code: https://rankmath.com/kb/wordpress-hooks-actions-filters/#rank-math-php-file
As for your Analytics issue, please note that Rank Math doesn’t retrieve the analytics data from your server but from Google’s. You will see the difference because Google Search Console will only show organic views.
Since the Google auth token has expired, please reconnect your Google account on our plugin as instructed by my colleague in the previous reply.
Let us know how that goes. Looking forward to helping 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.
The ticket ‘análisis rank Math de lasteles.es’ is closed to new replies.