Otras páginas – Título de los resultados de búsqueda

#385400
  • Resolved Jan Küter
    Rank Math free

    Hola!
    He configurado la función Otras Páginas – Títulos de los resultados de búsqueda con la siguiente variable: Buscó por el término %search_query%.

    El problema es que la palabra o frase de búsqueda no aparece en los resultados de búsqueda de la página y tampoco en Google Analytics.

    Le comparto capturas de pantalla para que puedan entender mejor el problema! De antemano agradezco mucho su ayuda

    Saludos cordiales

    Jan

Viewing 10 replies - 16 through 25 (of 25 total)
  • Hello,

    The FTP credentials are working but the login credentials are not working now.

    We need both to be active at the same time so we can check the changes we do to the website in the backend and debug the situation further.

    Looking forward to helping you.

    Hi Miguel,

    Thanks for the update, I will contact my web developer to confirm the FTP credentials.

    In the meantime, is not possible to do some changes?

    Best regards

    Hello,

    We will need FTP access to make the changes to the plugin files as the plugin editor is not accessible in your admin dashboard. Let us know when you have the working FTP credentials and we will check this further.

    Looking forward to helping you.

    Thanks.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello,
    I have created a new FTP account, i hope it works. If you can not access, maybe your IP has been blocked, if so, please share me your IP address.
    Best regards

    Hello,

    Thank you for sharing the FTP access. For some reason, on your site, the search_query function is failing and it is probably happening because you have added a custom search page. I wanted to run a conflict check using the Health check plugin, but that plugin is also not working on your site.

    So, for now to fix the issue, I have added following code in your theme’s functions.php file:

    
    add_filter( 'rank_math/frontend/title', function( $title ) {
    	if ( ! is_search() ) {
    		return $title;
    	}
    
    	return 'Buscó por el término ' . get_search_query();
    });
    

    The Search page is now showing the correct title. Can you please confirm?

    I hope that helps.

    Hi Patrik:
    I confirm that The Search page is now showing the correct title.
    Yes, it helps a lot, thank you very much.
    Best regards

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

    Hi Jeremy:

    I´m very happy too! Thanks again foy your help. I just left a 5 star review.

    Saludos desde México

    Hello,

    Thank you so much for the review and you are always welcome.

    If you have any other concerns do not hesitate to open a new support ticket.

    Thank you.

Viewing 10 replies - 16 through 25 (of 25 total)

The ticket ‘Otras páginas – Título de los resultados de búsqueda’ is closed to new replies.