-
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.
-
he intentado insertar en wp content themes funtions el codigo de automatizacion que me enviaron y me da el siguiente error
Error de análisis : error de sintaxis, ‘**’ inesperado (T_POW), esperando el final del archivo en /home/customer/www/lasteles.com/public_html/wp-content/themes/Newspaper/functions.php en la línea 546
He intentado borrar el codigo pero me sigue dando el mismo error
https://www.lasteles.com/radios/
me pueden ayudar.
GraciasHello,
We’re unable to see the error in the URL you have shared.
Could you please share a screenshot of the complete code snippet you added to the functions.php file so we can check?
You can upload screenshots using this tool and add the link here.
However, if you’re getting the error upon applying the filter in the rank-math.php file, please make sure you have added an opening
<?php
at the top of the rank-math.php file:
https://rankmath.com/kb/filters-hooks-api-developer/#num-3-adding-your-codeLooking forward to helping you.
Thank you.
No encuentro ninguna respuesta nueva
No veo la respuesta
Creo que ya lo tengo instalado.
Me podría indicar si hay alguna de automatizar en el snippet el titulo, enlace y la descripción?
El único problema que tengo es que al instalar la automatización de la palabra clave se ha ralentizado la web.
Por otra parte está pendiente de verificar si el sistema de analytics funciona correctamente. El resumen de analytics de rank math no me da ningún datoHello,
With the help of variables, you can automate the titles and descriptions of your posts/pages.
You can set them in Rank Math > Titles & Meta > [Post type] so you won’t need to modify each of them upon editing. Here’s a link for more information:
https://rankmath.com/kb/variables-in-seo-title-description/Regarding the Analytics data, please follow our troubleshooting guide here to reconnect your site and fetch the data:
https://rankmath.com/kb/analytics-issues/The only problem I have is that installing the keyword automation has slowed down the web.
This line in the filter reads/processes all your posts, which can slow down your site or even generate errors if you have many posts and pages on your site:
'posts_per_page' => -1
However, you can limit the number of posts that you process each time by setting a limit on the posts like so:
'posts_per_page' => 100
You can then add an offset to the function as well to continue adding the focus keywords to newer posts. So, after changing the first 100 posts you add an offset of 100 to the function like so:
'offset' => 100
You can continue to increase the offset by 100 until it runs through all of the posts.
Each time you run the function, you can add 100 to the offset value like,
1st time : 'offset' => 0, 2nd time : 'offset' => 100, 3rd time : 'offset' => 200,
And so on…
Hope that helps.
Thank you.
Dado que he automatizado la palabra objetivo le agradeceria que me indique la opción que debo de poner en titulo y metadatos para conseguir la mejor puntuación posible.
Voy a intentar solucionar lo de google analytics con su guia.
Muchas graciasEsto me da google analytics
home/customer/www/lasteles.com/public_html/wp-content/themes/Newspaper/functions.php on line 546
[08-May-2023 16:07:29 UTC] PHP Parse error: syntax error, unexpected ‘**’ (T_POW), expecting end of file in /home/customer/www/lasteles.com/public_html/wp-content/themes/Newspaper/functions.php on line 546
[08-May-2023 16:09:34 UTC] PHP Parse error: syntax error, unexpected ‘**’ (T_POW), expecting end of file in /home/customer/www/lasteles.com/public_html/wp-content/themes/Newspaper/functions.php on line 546
[08-May-2023 16:10:49 UTC] PHP Parse error: syntax error, unexpected ‘**’ (T_POW), expecting end of file in /home/customer/www/lasteles.com/public_html/wp-content/themes/Newspaper/functions.php on line 546
[08-May-2023 16:11:28 UTC] PHP Parse error: syntax error, unexpected ‘**’ (T_POW), expecting end of file in /home/customer/www/lasteles.com/public_html/wp-content/themes/Newspaper/functions.php on line 546
[08-May-2023 16:11:39 UTC] PHP Parse error: syntax error, unexpected ‘**’ (T_POW), expecting end of file in /home/customer/www/lasteles.com/public_html/wp-content/themes/Newspaper/functions.php on line 546
[08-May-2023 16:11:45 UTC] PHP Parse error: syntax error, unexpected ‘**’ (T_POW), expecting end of file in /home/customer/www/lasteles.com/public_html/wp-content/themes/Newspaper/functions.php on line 546
[08-May-2023 16:11:45 UTC] PHP Parse error: syntax error, unexpected ‘**’ (T_POW), expecting end of file in /home/customer/www/lasteles.com/public_html/wp-content/themes/Newspaper/functions.php on line 546Hello,
For better SEO score, we need to have the Focus Keyword on the title and meta description. You can add
%focuskw%
as an extra element in the both title and description.Regarding the error, would you please share the screenshot of the code you’ve added in functions.php. You can use tools like https://imgur.com/ to share screenshot with us.
Looking forward to helping you.
Thank you.
Este es el código que he añadido. add_filter( ‘rank_math/analytics/log_response’, ‘__return_true’ );
¿Me podría enviar un ejemplo de configuración de post para obtener mejor puntuación SEO indicando las palabras que hay que poner en cada aparatado?
Muchas graciasHello,
Did you happen to resolve the error issue? If not, please share the screenshot of the functions.php file.
About the SEO post configuration, I see you have added code snippet to automate the focus keyword. That should be enough as title would have the focus keyword. As far as description is concerned, would you please share an URL using which I can suggest the description.
Looking forward to helping you.
No eh resuelto el problema con google analytics. Tengo dos problemas
1. Rank math no me datos de trafico de analytifcs
2. Tengo unas diferencias inexplicables entre los usuarios y paginas del servidor y google analytis.Dado que tienen las claves de la web ¿Pueden analizarlo? Después mas de 8 años la web tiene trafico en sus diferentes sites.
Po otra parte necesito configurar los post de youtube ya que parece que con %focuskw% no es suficiente. En la entrada individual he tenido que poner %title% para que se incrementar el SEO
Tienen algún modelo de configuración recomendable?
Muchas graciasHello,
Data from our Analytics module differ from both Google Search Console and Google Analytics. Rank Math Analytics uses different metrics to calculate some data points compared to Google. The Traffic report of Google Analytics shows the number of users or sessions from all organic traffic sources. In contrast, Rank Math’s search traffic shows the number of page views by visitors only from Google searches. You can read more about it here : https://rankmath.com/kb/anaytics-data-differs-from-ga-gsc/
As you are getting Focus Keyword using code snippet from the title of the post. The title already has the Focus Keyword, hence, in this situation I would suggest having
%title% %sep% %sitename%
.Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
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.
The ticket ‘análisis rank Math de lasteles.es’ is closed to new replies.