Hi,
I would like to know, how and where I can change the SEO Text in the Browser Tab?
Example: Main Page Browser Tab is showing: Dein Assistent rund ums Smarthome - SmarthomeAssistent
Example: Forum Browser Tag is just showing the URL: https://www.smarthomeassistent.de/forum/
I would like to change that Text to Forum - SmarthomeAssistant or something similar.
I already tried the settings from the Site Page where the Forum site is hosted and also i the Forum settings.
I use Yoast, if this is relevant to you.
Kind regards, Karim.
wpForo doesn't display site URL in tab, wpForo is designed to display SEO friendly titles like you see on this forum. There is some problem on your website, it's whether conflict with other plugins or your theme doesn't have standard hook to change page meta title. Try to deactivate all SEO plugins, delete all caches and test it again. Then change the theme and test it again.
... and disable Rocket cache for all wpForo urls (/forum*)
Thanks!
Okay, I disabled the Rocket Cache for "/forum".
Didn't change anything 🙁
It's no option to disable my Yoast SEO Plugin 🙁 Also to change the Theme is no Option.
Any other sugestions?
Kind regards, Karim.
Could you please try to add this code in WordPress active theme's functions.php file?
add_filter( 'pre_get_document_title', 'wpforo_meta_wp_title', 100);
Then delete all caches and do Ctrl+F5 on forum front.